Revisions of cabbage-git
Konstantin Voinov (kill_it)
committed
(revision 22)
- Update to version 2.9.227+git.369.95313d3: * Revert "fix: visible(0) wasn't being read from Cabbage code properply - Version number:2.9.227" * Update build.py * reverting to pre-marge - Version number:2.9.227 * reverting back to pre-marge state - Version number:2.9.227 * Revert "fix: visible(0) wasn't being read from Cabbage code properply - Version number:2.9.227" * fix: CLI converter was broken on windows - Version number:2.9.228 * Cache identifiers * Use const Identifier references instead of passing them by value * Avoid creating identifiers from null and empty strings * Avoid unnecessary calls to `getValueIdentData` * Add big performance improvement in `getIdentifierDataFromCsound` * Improve performance in `getIdentifierDataFromCsound` * Guard cabbage widget data read with scoped lock * fix: visible(0) wasn't being read from Cabbage code properply - Version number:2.9.227 * fix: all sound files written to disk will now be placed in user documents folders - Version number:2.9.226 * fix: active() was not being read startup - Version number:2.9.225 * fix: double click to default for range sliders - Version number:2.9.224 * fix: misc issues with hrange updates - Version number:2.9.223 * fix: positioning of valueTextBox in hrange slider when no text is provided - Version number:2.9.222 * fix: context help and range slider tracker background colour default - Version number:2.9.221 * feat:added number boxes to range sliders - Version number:2.9.220 * fix: disabling auto-mute of audio in standalone player - Version number:2.9.219 * feat: adding support for hex string colours, ie., #ff12b1 - Version number:2.9.219 * feat: double-click reset to default for range sliders - Version number:2.9.218
Konstantin Voinov (kill_it)
committed
(revision 21)
update spec
Konstantin Voinov (kill_it)
committed
(revision 20)
- Update to version 2.9.217+git.342.8a1c74b: * fix: removed modal loop when exporting plugins - Version number:2.9.217 * fix: rendering to disk in Reaper - Version number:2.9.216 * fix: combobox strings not sent to Csound unless UI is open - Version number:2.9.215 * fix: corners() identifier wasn't updating correctly from Csound orchestra code - Version number:2.9.214 * fix: presetIgnore was being removed in edit mode when clicking on a widget - Version number:2.9.213 * fix: alpha and rotate identifiers were not being initialised from Cabbage section - Version number:2.9.212 * fix: sample rate issue in IDE - Version number:2.9.211 * fix: crashing with webview on recompile - Version number:2.9.210 * fix: linux CI build - Version number:2.9.209 * updating build for webview on Linux * Update Cabbage.cpp * update: merging vscode class - Version number:2.9.208 * feat: adding vscode class - Version number:2.9.207 * feat: adding vscode class - Version number:2.9.206 * removing choc from branch - Version number:2.9.162 * adding choc to vscode branch - Version number:2.9.160 * adding choc to vscode branch - Version number:2.9.159 * fix: issue of texteditor editor contents tripping up JSON parser when saving/opening DAW states - Version number:2.9.205 * feat: adding COMMON_DOCUMENTS_DIRECTORY macro - Version number:2.9.204 * update: webview example and added Cabbage class to context that is loaded - Version number:2.9.203 * updating cmake build * feat: adding COMMON_DOCUMENTS_DIRECTORY which points to /Users/Shared on Mac and C:/Users/Public/Documents on Windows - Version number:2.9.202 * adding choc source * removing choc source * adding choc source * mod: passing channel to webview so webend knows which webview is the content is being served to - Version number:2.9.201 * fix: webview on windows - issues with listener callbacks not being called from the message thread - Version number:2.9.200 * mod: removing needless if statements in CabbageWidgetBase - Version number:2.9.199 * fixing last build issue caused by webui updates - Version number:2.9.198
Konstantin Voinov (kill_it)
committed
(revision 19)
- Update to version 2.9.182+git.264.5d8611d: * trying to resolves mp3 issues * @upsdating@ * removing mp3 stuff from cmake * removing atomic locks.. * Update CsoundPluginProcessor.cpp * Update CsoundPluginProcessor.h * fix: fixing latency(-1) to enable in place processing - Version number:2.9.183 * fix: updating fix for FL Studio's multiple calls to prepareToPlay. It should now work with all hosts - Version number:2.9.182 * updating Cmakelists * removinf mp3 stuff from pro build * fix: fl studio project loading - channel updates were being lost due to FL Studio's insistance of calling prepareToPly over and over again on startup - Version number:2.9.181 * Fix: user application data directory on Windows * updating windows build system for azure * Update CMakeLists.txt * Update CabbageStandaloneFilterWindow.h * feat: finished profiler opcodes - Version number:2.9.180 * feat: updating profiler opcodes - Version number:2.9.177 * updating cmakelists - Version number:2.9.178 - use %autosetup
Konstantin Voinov (kill_it)
committed
(revision 18)
- Update to version 2.9.177+git.242.b13e422: * updating cmakelists - Version number:2.9.177 * fixing titlebar height in standalone wrapper - Version number:2.9.176 * removing perfetto sdk - Version number:2.9.176 * updating default build system for windows * fix: colours Ids in standalone player - Version number:2.9.175 * fix: button in standalone dialogue window - Version number:2.9.174 * fix: colours in settings dialogue - Version number:2.9.173 * fix: popup dialog for saving presets was appearing in wrong position - Version number:2.9.172 * fix: odd FL Studio bug where cabbageGetValue wasn't working correctly on startup - Version number:2.9.171 * adding new timer opcodes - still under development - Version number:2.9.170 * fix: no longer saving session state with standalone - Version number:2.9.169 * fix: drawing preset popup window with invalid svg was causing crash in Logic - Version number:2.9.168 * fix: addressing issues with multi-channel widgets when session sate is saved - Version number:2.9.167 * fix: styling was prevent custom fonts from loading in labels - Version number:2.9.164 * @updating@ * fix: fixing incompatable compile options for BT - Version number:2.9.166 * fix: fixing incompatable compile options for BT - Version number:2.9.165 * fix: making caret visible in popupwindow - Version number:2.9.164 * feat: making each preset state unique so each interaction will trigger a change. - Version number:2.9.163 * feat:added fontSize support to combobox - Version number:2.9.162 * feat:reserved channel PRESET_STATE to return last state of presetbutton - Version number:2.9.161 * fix: disabling auto saving of patches in standalone mode - this should be handled by the preset system - Version number:2.9.160 * fix:quantisation issue with gen02 tables when minimum is non 0 - Version number:2.9.159 * fix: nullptr issue with checkstateisvalid - Version number:2.9.158 * fixing null pointer issue in debug builds - Version number:2.9.157 * fixing typo * fixing typo * fixing typo * feat: adding corners identifier to combobox - Version number:2.9.156
Konstantin Voinov (kill_it)
committed
(revision 17)
- Update to version 2.9.155+git.210.f89623c: * feat: more work on the shader code - Version number:2.9.155 * feat: new gl shader code - Version number:2.9.154 * fixing blank space * updating build script * fix: dynamic changing of colours for combobox - Version number:2.9.153 * fix: min and max no longer show when adding new encoder widget - Version number:2.9.152 * adding note regarding BT * updating build scripts * updating cmakelists to fix build on windows - Version number:2.9.152 * adding some ifdefs to fix build - Version number:2.9.151 * updating build script again - Version number:2.9.150 * updating cmakelists - Version number:2.9.149 * updating cmakelists - Version number:2.9.148 * updating build script * feat: add titleBarHeight and seting button overaly to stadnalone plugin - Version number:2.9.147 * udating gitignore * removing some sourece files - Version number:2.9.145 * fix: plugin resize combobox should now obey presetIgnore flag - Version number:2.9.144 * fix: edit mode in UI editor was causing a crash - Version number:2.9.145 * fix: fix to mode 3 with cabbageChnaged opcode - Version number:2.9.144 * Update CabbagePopupWindow.cpp * fix: popup window dimensions - Version number:2.9.143 * fix: cabbageChanged no longer reports a change on first cycle, but can do so by setting mode to 3. The irst channel/index will be output along with a trigger value of 1 on the first k-cycle. - Version number:2.9.141 * fix: fixing window build, it was failing due to some obscure lambda error on windows - Version number:2.9.141 * fix: reverting to continous querying of channel names on each k-cycle to allow users the ability to use k-rate arrays for channel names - Version number:2.9.140 * fix: slider thumb position after dynamically resizing - Version number:2.9.139 * fix: cabbageSet issue with string arrays feat:adding optional parameter to cabbageGetValue to trigger on the first k cycle - Version number:2.9.138 * fix: preset files were saving preset combo state which was messing up the snaps preset system in DAWs, now only the DAW saves the state of the preset combobox - Version number:2.9.137 * fix: lookandfeel for presetbutton - Version number:2.9.136
Konstantin Voinov (kill_it)
committed
(revision 16)
Remove xorg-x11-libs deps
Konstantin Voinov (kill_it)
committed
(revision 15)
update
Konstantin Voinov (kill_it)
committed
(revision 14)
update
Konstantin Voinov (kill_it)
committed
(revision 13)
- proper pathname for CabbagePlugin standalone
Konstantin Voinov (kill_it)
committed
(revision 12)
update
Konstantin Voinov (kill_it)
committed
(revision 11)
update
Konstantin Voinov (kill_it)
committed
(revision 10)
update
Konstantin Voinov (kill_it)
committed
(revision 9)
- Update to version 2.8.123+git.640.944a072e: * fixing ty6po in laqswt puawh * stting JUCE version for CI build * pushing string combobox fix - Version number:2.8.123 * pushing string combobox fix - Version number:2.8.122 * updating build script * updating build script * updating latched buttons behaiour - Version number:2.8.121 * updating midi effect - Version number:2.8.120 * fixing midi au effect export - Version number:2.8.119 * updating build script * fixing combobox visible issue - Version number:2.8.118 * updating build script * updating build script * updating build script * adding tab component - Version number:2.8.115 * removing VST3 exports on Linux until a fix is found - Version number:2.8.117 * updating VST3 export in Linux - Version number:2.8.116 * updating Linux installer for VST3 interfaces * fixing outline colour for buttons - Version number:2.8.115 * updating mac os installer * fixed issue with string comboboxes as reported by Micah - Version number:2.8.114 * updating settings menu - Version number:2.8.113 * fixing toolbar issues when no editor open - Version number:2.8.112 * fixing submenus issue again - Version number:2.8.111 * updating windows installer * updating Csound version for Windows installer - Version number:2.8.111 * fixing chnset issue with tableNumber() - Version number:2.8.107 * fixing issue with comments are recent change - Version number:2.8.110 * fixing issue with comments - and non-automatable comboboxes updating text when it shouldn't - Version number:2.8.109
Konstantin Voinov (kill_it)
committed
(revision 8)
trigger service run
Konstantin Voinov (kill_it)
committed
(revision 7)
update
Konstantin Voinov (kill_it)
committed
(revision 6)
update
Konstantin Voinov (kill_it)
committed
(revision 5)
rename packages to cabbage-git
Konstantin Voinov (kill_it)
committed
(revision 4)
- use bundled JUCE - Update to version 2.8.106+git.601.5bbfb9d1: * adding license widget form - Version number:2.8.106 * adding more of unlock dialogue stuff - Version number:2.8.105 * adding place holder for license dialogue - Version number:2.8.104 * updating CMake files * fixing keyboard keywidth error - Version number:2.8.103 * adding MIDI out to fx plugins - Version number:2.8.64 * updating CMakelists * updating - Version number:2.8.102
Konstantin Voinov (kill_it)
committed
(revision 3)
update
Displaying revisions 1 - 20 of 22