Skip to content

Commit

Permalink
lATe
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-bouffier committed Dec 11, 2017
1 parent 695feeb commit f6741ad
Show file tree
Hide file tree
Showing 69 changed files with 18,322 additions and 24 deletions.
23 changes: 22 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@

SOURCES = $(wildcard src/*.cpp)
SOURCES += $(wildcard src/*.cpp src/utils/audiofile/*cpp src/utils/ffft/*cpp src/utils/lodepng/*cpp src/utils/resampler/*cpp)

CFLAGS += -Isrc/utils/audiofile
CFLAGS += -Isrc/utils/ffft
CFLAGS += -Isrc/utils/lodepng
CFLAGS += -Isrc/utils/resampler

FLAGS += \
-DTEST \
-Isrc/utils/audiofile

FLAGS += \
-DTEST \
-Isrc/utils/ffft

FLAGS += \
-DTEST \
-Isrc/utils/lodepng

FLAGS += \
-DTEST \
-Isrc/utils/resampler

include ../../plugin.mk

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Bidoo's plugins for [VCVRack](https://vcvrack.com)

<!-- Version and License Badges -->
![Version](https://img.shields.io/badge/version-0.5.5-green.svg?style=flat-square)
![Version](https://img.shields.io/badge/version-0.5.6-green.svg?style=flat-square)
![License](https://img.shields.io/badge/license-BSD3-blue.svg?style=flat-square)
![Language](https://img.shields.io/badge/language-C++-yellow.svg?style=flat-square)

Expand All @@ -13,7 +13,7 @@ You can find information on that plugins pack in the [wiki](https://github.com/s

## Last changes

MOiRE is CV automated but you can override the automation which is ... cool (thanks "nay-seven" for the idea !!!).
lATe is a simple module that takes a clock in input and add an offset to even ticks to create swing.

## License

Expand Down
Binary file modified images/pack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
256 changes: 256 additions & 0 deletions res/LATE.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
217 changes: 217 additions & 0 deletions res/LATEtemp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
134 changes: 134 additions & 0 deletions res/SONAR.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f6741ad

Please sign in to comment.