0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
BugFix: Scales->Center *doesn't* need microtonal to be enabled. Temporarily disabled delay in PartUI->fxRtext() Temporarily disabled delay in EffUI from line 2691. This sometims caused black effect type entries Theme changes no longer close and reopen windows. However, there's a problem with spinbox arrow colours. More... about 1 year ago
Revised some theme labels for improved clarity. More... about 1 year ago
Config->Theme 'monchrome' button now takes immediate effect. Updated HTML guide. More... about 1 year ago
Merged in crossfade improvements. Not going to go further with this for now. devuan/debin testing cmake versions now require V3.5 as the minimum version so updated this. Also now had to move project name down below primary cmake commands. More... about 1 year ago
Further refined crossfade action, removing duplicated calculations. Changed internal note velocity to float - seesm to be slightly smoother. Added internal note volume - not currently in use. More... about 1 year ago
BugFix: Not saving root and bank changes. Updated Control Data. More... about 1 year ago
Performed initial separation of crossfade multiplier from fade type. More... about 1 year ago
Changed crossfade ID to uchar crossfadeType ready for alternative types, reading and retaining old saved xml bool type for backward compatibility. 0 is ordinary multi, 1 is velocity cross fade, etc. More... about 1 year ago
Updated some dev-notes (more need doing). Clarified microtonal error reporting. Commented out test messages in updateConfig. More... about 1 year ago
Corrected typo in yoshimi-code/dev_notes/Yoshimi Control Data/Sections/config.html More... over 1 year ago
BugFix: Not updating 'banks_checked' in config file. More... over 1 year ago
Updated config images in user guide. Re-ordered early guide entries. Added a proper 'Monochrome' button to themes. Adjusted EQ window sizes to match others. More... over 1 year ago
Applied instrument change GUI bugfix patch from Hermann. Removed now redundant config change notification code. Left some in place till certain they're not relevant. More... over 1 year ago
Forgot to add protection for nonexitent config files :( More... over 1 year ago
Removed all reference to singleRowPanel. It had no relevence outside the GUI. All currently defined config setting now immediate. Some cleanups needed. Updated GUI. Disabled automatic config save on exit. User manual location now properly integrated into config. More... over 1 year ago
Structure of UpdateConfig now complete. Just details to fill in now. Added missing Control Data entries. More... over 1 year ago
Further revision of base config for better isolation and correctness. More... over 1 year ago
Reorganised control values for config so all base ones are together and order in files matches list order. Removed 'check_pad_synth' from config. It's not been relevant for years! Most of base config now changed immediately. Updated Control Data. More... over 1 year ago
Added extra flag to CmakeLists.txt Gave pointers in UnifedPresets a NULL value when created to suppress compiler warnings More... over 1 year ago
CLI startup disabling GUI is now temporary and not marked changed. CLI startup disabling itself is now temporary and not marked changed. Started work on immediate saving of config changes (not yet active). More... over 1 year ago
CLI startup show/hide gui or cli no longer permanent but changes made in 'settings' still are. More... over 1 year ago
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