Releases: pongasoft/jamba
Releases · pongasoft/jamba
Version 2.0.1
- Added ability to create a jamba enabled blank plugin: the plugin simply copies the input to the output and offers all the capabilities of jamba (build, test, edit, validate, install, etc...).
Version 2.0.0
-
Introduced Jamba parameters to handle non VST parameters and messaging RT <-> GUI
-
Added
Debug::ParamTable
andDebug::ParamLine
to display parameters => example| ID | TITLE | TYP | OW | TRS | SHA | DEF.N | DEF.S | STP | FLG | SHORT | PRE | UID | UNS | -------------------------------------------------------------------------------------------------------------- | 1000 | Bypass | vst | rt | | | 0.000 | Off | 1 | 65537 | Bypass | 4 | 0 | | -------------------------------------------------------------------------------------------------------------- | 2010 | Left Gain | vst | rt | | | 0.700 | +0.00dB | 0 | 1 | GainL | 2 | 0 | | -------------------------------------------------------------------------------------------------------------- | 2011 | Right Gain | vst | rt | | | 0.700 | +0.00dB | 0 | 1 | GainR | 2 | 0 | | -------------------------------------------------------------------------------------------------------------- | 2012 | Link | vst | ui | | | 1.000 | On | 1 | 1 | Link | 4 | 0 | | -------------------------------------------------------------------------------------------------------------- | 2020 | Reset Max | vst | rt | | | 0.000 | Off | 1 | 1 | Reset | 4 | 0 | | -------------------------------------------------------------------------------------------------------------- | 2000 | VuPPM | vst | rt | x | | 0.000 | 0.0000 | 0 | 1 | VuPPM | 4 | 0 | | -------------------------------------------------------------------------------------------------------------- | 3000 | Stats | jmb | rt | x | x | | -oo | | | | | | | -------------------------------------------------------------------------------------------------------------- | 2030 | Input Text | jmb | ui | | | | Hello from GUI | | | | | | | -------------------------------------------------------------------------------------------------------------- | 3010 | UIMessage | jmb | ui | x | x | | | | | | | | | --------------------------------------------------------------------------------------------------------------
-
Implemented lock free, memory allocation free and copy free version of SingleElementQueue and AtomicValue
-
Generate build, test, validate, edit and install scripts
-
Added jamba-sample-gain documentation project
Version 1.0.0
- first public release / free / open source