|
e8808c501b
|
make Embed follow existing custom plugin structure
|
2020-05-31 21:38:18 -03:00 |
|
|
e669b74ffb
|
add CustomCommand function
|
2020-05-31 21:34:49 -03:00 |
|
|
ca751e58f7
|
add draft declarations for custom commands
|
2020-05-31 21:33:19 -03:00 |
|
|
82dc99d7d5
|
remove unecessary switch
|
2020-05-31 21:26:27 -03:00 |
|
|
d9358ed794
|
add lv2 parameter validation
|
2020-05-31 21:25:25 -03:00 |
|
|
8ce844ceed
|
add validation for split/index args
|
2020-05-31 21:10:43 -03:00 |
|
|
7543ecafaa
|
remove unused blocks of code
|
2020-05-31 18:30:39 -03:00 |
|
|
325e7b1102
|
add support for the rest of lv2 commands
|
2020-05-31 18:29:42 -03:00 |
|
|
0de2d05fa3
|
fix detune command definition
|
2020-05-31 17:54:43 -03:00 |
|
|
3a7009f9bf
|
convert more commands to new form
|
2020-05-31 17:53:33 -03:00 |
|
|
c6c31f5a60
|
rename NewCommand to Command
|
2020-05-31 17:18:36 -03:00 |
|
|
8e0ebbe5e0
|
remove old Command struct
|
2020-05-31 17:16:57 -03:00 |
|
|
d09603c005
|
add runner support for LV2Command() spec
|
2020-05-31 17:11:40 -03:00 |
|
|
5412934f27
|
fix fetching of non-lv2 params
|
2020-05-31 17:11:32 -03:00 |
|
|
b5512c45fb
|
fix fetching of lv2 params
|
2020-05-31 17:11:26 -03:00 |
|
|
dd1b493da2
|
fix typo
|
2020-05-31 17:11:17 -03:00 |
|
|
dca5d7b644
|
parse lv2 commands' split/index automatically
|
2020-05-31 17:08:35 -03:00 |
|
|
b21960d372
|
remove unused code off parser
|
2020-05-31 16:57:12 -03:00 |
|
|
94c9695110
|
add helper to make lv2 command structs
|
2020-05-31 16:55:50 -03:00 |
|
|
f9c1851734
|
add support for generic lv2 command running
|
2020-05-31 15:20:19 -03:00 |
|
|
9c6387973f
|
convert command list to ptr command list, fixing mem issues
|
2020-05-30 23:57:42 -03:00 |
|
|
d518369314
|
add random debug statements
|
2020-05-30 23:57:34 -03:00 |
|
|
7d519b73b6
|
add runner support on command cast
|
2020-05-30 22:56:45 -03:00 |
|
|
6497fc1dd8
|
add split/index decls to Amp, RFlanger
|
2020-05-30 22:42:41 -03:00 |
|
|
eb18d01cdd
|
copy struct base tag into command base tag
|
2020-05-30 22:39:52 -03:00 |
|
|
47a97636cd
|
enable command debug printing
|
2020-05-30 22:39:45 -03:00 |
|
|
c3b83c3e4b
|
replace f64 to f32 on some commands
|
2020-05-30 22:29:13 -03:00 |
|
|
f20079b807
|
disable codepaths not supporting new commands
|
2020-05-30 22:25:43 -03:00 |
|
|
154032f9b1
|
revamp command structure for tags and base types
|
2020-05-30 22:25:30 -03:00 |
|
|
27f499dfbb
|
add basics of generic command parsing
|
2020-05-30 17:48:14 -03:00 |
|
|
d86e9efe43
|
add main command struct and make fillKeywords mostly-comptime
|
2020-05-30 16:57:00 -03:00 |
|
|
e462b4e9d6
|
fix for latest zig
|
2020-05-30 15:56:58 -03:00 |
|
|
c8f949fe96
|
remove embedded magick_wand in favor of cimport
|
2020-05-12 17:48:20 -03:00 |
|
|
3de84b5a23
|
finish arraylist updates
|
2020-05-12 17:48:15 -03:00 |
|
|
0c2cd5638e
|
update because of arraylist api changes
|
2020-05-12 17:26:46 -03:00 |
|
|
043556e798
|
Update README on new env var
|
2020-04-10 00:20:46 -03:00 |
|
|
9614b96c71
|
Add SCRITCHER_RUNNER env var
Closes #13
|
2020-04-10 00:01:23 -03:00 |
|
|
8bb09f1573
|
fixes for latest zig
- arraylist breaking changes
- mem.separate => mem.split
- heap.page_allocator
|
2020-04-09 23:51:33 -03:00 |
|
|
8261d202bd
|
multiple fixes for latest zig
|
2020-03-26 16:35:58 -03:00 |
|
|
fe7e347762
|
fix mbeq example
|
2020-02-08 01:40:35 -03:00 |
|
|
2c0716e11d
|
move pitch.scri => pitchscaler.scri
|
2020-01-26 15:45:09 -03:00 |
|
|
08d9923e75
|
add saturator, vintagedelay cmd
|
2020-01-26 14:50:50 -03:00 |
|
|
bc8ab98689
|
add multichorus cmd
|
2020-01-26 14:03:01 -03:00 |
|
|
127ea389fd
|
add moddelay cmd
|
2020-01-26 02:05:43 -03:00 |
|
|
a0a75579dd
|
add tapedelay cmd (broken)
|
2020-01-26 00:28:59 -03:00 |
|
|
8c3c5a3ac2
|
add invert cmd
|
2020-01-26 00:13:53 -03:00 |
|
|
299a39fc27
|
add gverb cmd
|
2020-01-26 00:03:15 -03:00 |
|
|
c73b7440a6
|
add foverdrive cmd
- lang: remove oldGetCommand
|
2020-01-25 23:52:22 -03:00 |
|
|
fa8740e0db
|
add thruzero command
|
2020-01-25 23:32:24 -03:00 |
|
|
046e43a68c
|
add dyncomp example file
|
2020-01-25 22:46:15 -03:00 |
|