|
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 |
|
|
5a0e6934e7
|
add dyncomp cmd
|
2020-01-25 22:45:37 -03:00 |
|
|
7c4dead5cf
|
add many experimental plugins
|
2020-01-25 18:52:45 -03:00 |
|
|
9a6caa2453
|
add gate cmd
|
2020-01-25 17:47:20 -03:00 |
|
|
182d368363
|
fix for latest zig
|
2020-01-14 22:31:20 -03:00 |
|
|
09471e564a
|
allow args to be deinited on error, fix argAt
|
2019-12-02 20:13:19 -03:00 |
|
|
2e27390058
|
add the rest for embed command
- allow any extra param as a generic to custom plugin init
|
2019-10-22 18:16:15 -03:00 |
|
|
87bab879ed
|
add embed cmd
|
2019-10-22 17:08:19 -03:00 |
|
|
80036c4c0d
|
fix other things related to reading scri file on repl
|
2019-10-06 15:07:30 -03:00 |
|
|
c90590e3b5
|
add Lang.reset, open scri_file and write current commands to it
|
2019-09-10 12:12:10 -03:00 |
|
|
736277db04
|
add parsing of given repl line
|
2019-09-08 23:28:09 -03:00 |
|
|
b3bb56279a
|
remove usage of command pointers for most things
this serves as a workaround for the compiler bugs found on zig trunk
- use std.StringHashMap
|
2019-09-03 12:45:17 -03:00 |
|
|
fecd3b2e69
|
lang: fix RevDelay's arg count
|
2019-08-27 14:17:15 -03:00 |
|
|
b66070c4e4
|
lang: use std.mem.startsWith
|
2019-08-13 10:19:39 -03:00 |
|
|
b0ddb35ae9
|
fix mbeq arg validation
|
2019-08-12 13:07:06 -03:00 |
|
|
0cab58429c
|
fix std.AutoHashMap usage
|
2019-08-09 18:40:11 -03:00 |
|
|
6fd4cd0ecd
|
add better error messages for no cmd and unknown cmd
|
2019-08-09 11:28:40 -03:00 |
|
|
a0bf1e2723
|
lang: do as many semantic errors as possible before ParseFail
|
2019-08-08 20:30:24 -03:00 |
|
|
90bc830a9a
|
lang: show line where error happened
|
2019-08-08 20:27:24 -03:00 |
|
|
ab2e8884b8
|
lang: add arg checks for the other commands
|
2019-08-08 20:24:25 -03:00 |
|
|
422cd2502c
|
lang: add basic argument validation
|
2019-08-08 20:13:49 -03:00 |
|
|
9fd41a61bf
|
add runner test + 'zig build test' subcommand
|
2019-08-08 16:48:31 -03:00 |
|
|
704eaac081
|
lang: defer deinit() on tests
|
2019-08-07 21:09:04 -03:00 |
|
|
7e6b85ef48
|
lang: add tests
- lang: add deinit()
|
2019-08-07 21:04:51 -03:00 |
|
|
981b52c05b
|
lang: add hack while AutoHashMap is broken
- image: add timer for runPlugin
|
2019-08-06 23:34:11 -03:00 |
|
|
8172066851
|
add write cmd
- make custom plugins return ?Plugin instead of !Plugin
|
2019-07-29 11:51:40 -03:00 |
|
|
67c9f425bb
|
add rotate cmd to lang
|
2019-07-22 17:04:43 -03:00 |
|
|
a71ff830ac
|
add wildnoise cmd
|
2019-07-13 19:55:57 -03:00 |
|
|
f85ff2037d
|
finish custom plugins impl, finish noise cmd
- add ParamMap
|
2019-07-13 18:17:44 -03:00 |
|
|
16116371f5
|
split in_buf/out_buf into RunBuffers struct
- add basics of RandomNoise custom plugin
|
2019-07-13 17:42:46 -03:00 |
|
|
aedf47dbe1
|
add revdelay cmd
|
2019-07-13 17:20:14 -03:00 |
|
|
8d3cd47665
|
add vinyl cmd
|
2019-07-13 16:46:26 -03:00 |
|
|
b9160adad2
|
add delay cmd
|
2019-07-11 10:20:09 -03:00 |
|
|
2d9fe80395
|
add runqs command
|
2019-07-10 21:43:23 -03:00 |
|
|
3a8f84a3b2
|
add implicit arg index for Command helper funcs
|
2019-07-10 20:46:22 -03:00 |
|
|
c743681515
|
add highpass cmd
- remove bypass arg from reverb cmd
|
2019-07-10 20:41:17 -03:00 |
|
|
159048550d
|
add reverb command
|
2019-07-10 20:19:40 -03:00 |
|
|
ab9eaa1400
|
add pitchscaler cmd
|
2019-07-10 17:31:18 -03:00 |
|
|
5fb0f9c066
|
add chorus command
|
2019-07-10 16:59:15 -03:00 |
|
|
317916a1e0
|
add mbeq command
|
2019-07-10 16:43:30 -03:00 |
|
|
6bc54f8e46
|
add phaser cmd
|
2019-07-10 16:24:43 -03:00 |
|
|
9a5d4f14e5
|
add eq command
|
2019-07-10 16:06:44 -03:00 |
|
|
c534721e88
|
use a hashmap for CommandType conversion
|
2019-07-10 14:44:22 -03:00 |
|
|
8b189914f7
|
add rflanger command, update readme
|
2019-07-10 13:24:03 -03:00 |
|