0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Aug 29, 2024 — Aug 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
small iterrim updates More... over 1 year ago
Added missing .xiy file needed for Dooo Flute. Added True Drawbars instrument. Updated User Guide. More... over 1 year ago
Added more instruments to Drums and Noises Updated User Guide System effect sends now show percentages MIDI CCs now show percentages Master window volume panning velocity show real values Velocity offset still not done More... over 1 year ago
**Reverted previous change** More... over 1 year ago
Split off config state loading from LV2 Previously, from LV2 we were loading saved instance data (if it existed) then for an existing project overwriting this with the LV2 saved data. If it was a completely new instance it would in any case start with the default config so this was quite pointless. More... over 1 year ago
BugFix: "Enable Single Master" accesssable on secondary instances. Removed (now redundant) disabled code from SynthEngine.cpp Also removed long unused SSE code from Config.cpp More... over 1 year ago
BugFix: CLI not recognising 'type' returned by limits code. There may still be some CLI anomalies. More... over 1 year ago
BugFix: CLI not checking XML copmpression range. Forced type to integer for all CLI config tests. CLI should be checking this for all values via Limits. More... over 1 year ago
Moved config limits from SynthEngine.cpp to Config.cpp but these don't seem to be used anywhere. More... over 1 year ago
Created new files Interchange/Vector.cpp & Interchange/Vector.h Transferred Load, Save, and Limits to these and commented out SynthEngine versions. Will leave these in place for further testing. More... over 1 year ago
Small changes to make Yoshimi's name definition more consistent. This is defined in CMakeLists.txt and given the label: YOSHIMI Some parts of the code were using this while others directly entered "Yoshimi". The more significant ones have now been changed. Not sure about some of the others so left them alone. More... over 1 year ago
Merged in new GUI/core interface from Hermann Cleaned up some doccumentation Set CMakeLists for (usually) faster GUI compilation More... over 1 year ago
Merge pull request #200 from Ichthyostega/guiconnect More... over 1 year ago
[guiconnect] - documentation and clean-up of prototype code More... over 1 year ago
[guiconnect] - adapt the LV2 plugin to employ the new UI-start scheme More... over 1 year ago
[guiconnect] - switch EQ graph to a LUT delivered by push-update More... over 1 year ago
[guiconnect] - prepare for push-updates of EQ graph More... over 1 year ago
[guiconnect] - a hack to force updates after load-by-config More... over 1 year ago
[guiconnect] - remove UI state regarding effect number and type More... over 1 year ago
[guiconnect] - provide additional effect control params via DTO More... over 1 year ago
[guiconnect] - switch complete EffUI from direct-access to using DTO data More... over 1 year ago
[guiconnect] - transfer effect data to DTO More... over 1 year ago
[guiconnect] - extend push-update to handle part-effects as well More... over 1 year ago
C++17: can replace workaround with std::optional More... over 1 year ago
[guiconnect] - optionally install a callback to be activated on-push More... over 1 year ago
resolve possible memory leaks using XMLwrapper by switching to unique_ptr More... over 1 year ago
ensure defaults() before loading XML More... over 1 year ago
[guiconnect] - identify situations where to trigger a push update More... over 1 year ago
Final cleanups Set release version 2.3.2 More... over 1 year ago
Set minimum C++ standard as 17 Updated copyright notices More... over 1 year ago