• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

presets/H19-Feb-2018-77,24664,695

ttl/H19-Feb-2018-19,79419,000

READMEH A D19-Feb-20181.5 KiB2414

convertbank.pyH A D19-Feb-20188 KiB266191

rkrlv2.CH A D19-Feb-2018124.3 KiB4,8943,818

rkrlv2.hH A D19-Feb-20184.4 KiB134126

rkrremap.pyH A D19-Feb-201834.4 KiB745651

ttlcrunch.pyH A D19-Feb-20181.6 KiB5940

README

1
2I'm porting this, but it really ends up being an issue of creating a lot of meta-data. So I may only do the ones I really care about. Also it takes a fair bit of refactoring.
3
41st thing to note is that I use cmake, out of habit and the rest of the project uses straight auto-tools. One of the primary goals of this project (lv2 porting) is to make NO changes to the source so any upstream changes will not require additional work. This goal is impossible when one wants to produce stable code due to using globals in a shared library object. So everything is getting refactored as it is ported. These changes are designed so that they can be merged back into the main project but it will require some refactoring of other code that I do not use in the plugins.
5
6Eventually I'd like to port them all, but we'll see if my interest lasts that long. You can always request something.
7
8
9===== NOTES ======
10
11each effect:
12change nparams and effect index
13lfo switch to reference, add PERIOD member and set before setparam()
14Fpre add pdata arg
15add destructor deletes
16lets make generic stompbox and then a sb_fuzz with better labels
17
18
19* added a cabinet class and presets are managed there.
20* changed dynamic filter so that filter type is set in changepar instead of setpreset. Need to add this on gui
21* rakarrack gui shuffle preset sets 2 controls to parameter(2)
22* changed combi param of varyband (mbvvol) so that you can individually select all 4 params (won't fit on gui though) combi still works
23
24