Just making a banner with the particle thing
A Pen by Kyle Shanks on CodePen.
| VARIABLE="something" |
| #include "LDSP.h" | |
| #include "Heavy_noise.h" | |
| HeavyContextInterface *gHeavyContext; | |
| float *gHvInputBuffers = NULL; | |
| unsigned int gHvInputChannels = 0; | |
| bool setup(LDSPcontext *context, void *userData) | |
| { |
| FROM openresty/openresty:1.21.4.2-1-alpine-fat | |
| ENV LAPIS_VERSION=1.14.0 | |
| RUN apk add openssl-dev | |
| RUN opm get spacewander/luafilesystem | |
| RUN luarocks install luasec | |
| RUN luarocks install busted | |
| RUN luarocks install --check-lua-versions markov-text | |
| RUN luarocks install lapis ${LAPIS_VERSION} |
| { | |
| "version": "2.1", | |
| "path": "/home/dreamer/Sources/_audio/_DISTRHO/_cardinal_patches/_generative/quantizing_random.vcv", | |
| "zoom": 1.0, | |
| "gridOffset": [ | |
| -8.0, | |
| -0.21052631735801697 | |
| ], | |
| "modules": [ | |
| { |
| { | |
| "version": "2.1", | |
| "path": "/home/dreamer/Sources/_audio/_DISTRHO/_cardinal_patches/_modules_unique/befaco_rhythm1.vcv", | |
| "zoom": 0.70710659027099609, | |
| "gridOffset": [ | |
| 31.453386306762695, | |
| -1.6645559072494507 | |
| ], | |
| "modules": [ | |
| { |
| { | |
| "groups" : [ | |
| { | |
| "rows": 8, | |
| "cols": 8, | |
| "position" : [ 0, 35 ], | |
| "dimensions" : [28, 28], | |
| "spacing" : [30, 30], | |
| "controls" : [ 81, 82, 83, 84, 85, 86, 87, 88, | |
| 71, 72, 73, 74, 75, 76, 77, 78, |
| #include "HeavyDaisy_heavy.hpp" | |
| #define SAMPLE_RATE 48000.f | |
| using namespace daisy; | |
| Daisy hardware; |
| diff --git a/Makefile b/Makefile | |
| index 6d5dec9..ddfd6e9 100644 | |
| --- a/Makefile | |
| +++ b/Makefile | |
| @@ -16,7 +16,7 @@ plugins: | |
| $(MAKE) all -C plugins/arp-delay-env | |
| gen: plugins dpf/utils/lv2_ttl_generator | |
| - @$(CURDIR)/dpf/utils/generate-ttl.sh | |
| + @echo "no ttl generator" |