0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 6 hours ago.
Aug 31, 2024 — Aug 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Set minimum C++ standard as 17 Updated copyright notices More... over 1 year ago
Some small CLI text corrections Updated HTML guide Cleaned up some coding style inconsistencies No code changes More... over 1 year ago
BugFix: From Kristian: Missing file in LV2 code BugFix: From Kristian: Incorrect Kitmode GUI setting Set version 2.3.2 rc2 More... over 1 year ago
Merge pull request #198 from kramlie/fixes More... over 1 year ago
Fix incorrect UI update of Kit mode. More... over 1 year ago
Add missing files to LV2 build. More... over 1 year ago
Merge pull request #197 from kramlie/oscil_phase More... over 1 year ago
Fix incorrect phase in ADnote Voice parameters window. More... over 1 year ago
BugFix: Wrong default for insert type chorus volume. BugFix: New echo separate button text not scaled. BugFix: Effects text not rescaled if opened at large size. BugFix: Sys/Ins not rescaled if window resized when hidden. Updated Yoshimi Control data. Finalised integration of separate L/R Echo repeat rates. Revised some of the User Guide. Added some instrument patches. More... over 1 year ago
Merged in Kristian's improvements Updated Yoshimi Control Data More... over 1 year ago
Merge pull request #196 from kramlie/l_r_delay More... over 1 year ago
Build option ReportNoteTimes now working properly. To use it you also need: Yoshimi->Settings->Log Load Times checked Various small GUI refinements and cleanups. More... over 1 year ago
Add support for controlling left and right delay separately. More... over 1 year ago
CLI can now handle master volume and master detune as floats. Completed conversion of normal SubSynth controls. Paste function correctly positions all controls. More... over 1 year ago
[guiconnect] - wire new connections for the Effect UI More... over 1 year ago
Working through conversion of normal SubSynth controls. More... over 1 year ago
Added "Major control updates on window refresh" to dev_notes More... over 1 year ago
[guiconnect] - switch GUI start to bootstrap through GuiDataExchange More... over 1 year ago
[guiconnect] - integrate the new communication hub More... over 1 year ago
Remove semicolon which triggers warning in pedantic mode. More... over 1 year ago
Switch text2data conversion to use maps instead. More... over 1 year ago
[guiconnect] - demonstrate bootstrap of new connection More... over 1 year ago
[guiconnect] - reorganise to allow /bootstrapping/ into a connection More... over 1 year ago
Forgot to complete part of this :( More... over 1 year ago
Trial of SubSynth slider bank update. This uses all the existing methods to manage an update of all sliders on initialisation and 'paste' action. More... over 1 year ago
[guiconnect] - simple locking with a mutex More... over 1 year ago
[guiconnect] - refactoring to prepare for synchronisation More... over 1 year ago
Performed complete conversion of LFOs so there is no direct access into the engines LFO insert types are also identied by labels not numbers. Initialisation has 'synth' passed in directly, not via an indirect parameter. Tested by comparison with older Yoshimi versions. More... over 1 year ago
LFOs now use synth directly instead of recovering from another pointer. More... over 1 year ago
Converted LFO reads to collect_readData More... over 1 year ago