0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 29, 2024 — Aug 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
temporarily disabled GUI unified prests in master More... almost 2 years ago
Trial of GUI unified presets with subSynth Not yet done: delete title bar preset group More... almost 2 years ago
Merged in 'presets' updates (also some uinrelated corrections) so the two branches don't become too divergent. Disabled CLI direct swap across sys,ins,part effects. This had been causing some confusion for CLI users. CLI now gives reminder to route insert effects before chosing the effect. More... almost 2 years ago
BugFix: Formant filter reporting wrong vowel numbers (off by 1) Fixed regression: CLI and MIDI-Learn not setting formant frequency Set specific type entries for presets "list, copy, paste" Corrected metainfo icon type local->stock More... almost 2 years ago
BugFix: CLI attempting to copy/save nonexistent addSynth Mod elements! CLI has more checks for sections being active. More... almost 2 years ago
Removed overcautious section disabling and re-enabling. It's all done indirectly, so shouldn't disrupt the audio thread. More... almost 2 years ago
BugFix: UnifiedPresets 'load addvoice' clearing whole of addsynth :( Should only have cleared the voice it was assigned to. More... almost 2 years ago
Merge pull request #194 from kramlie/window_placement More... almost 2 years ago
Fix checkSane being called too late on Adsynth Voice window. More... almost 2 years ago
Fix inability to restore windows to secondary screens. More... almost 2 years ago
BugFix: Command line prompt position not working. BugFix: CLI not enabling scales but seeming to do so. Add CLI warning when scales not enabled but scale action attempted. Improved some CLI failure messages. Added detail to CLI scales messages. Updated docs. Updated examples. Set release version 2.3.1 More... almost 2 years ago
Revised and simplified CLI scales code. Register and save formal octave size, but unused. Improved CLI handling of scale name and comment fields. Set rc version 2.3.1 rc3 More... almost 2 years ago
Updated HTML user guide microtonal entry. No code changes. More... almost 2 years ago
Further refinements to microtonal code. Keymap size now explicitly set (not defined by map entries). Updated /dev_notes/Yoshimi Control Numbers.ods Set rc version 2.3.1 rc2 More... almost 2 years ago
Forgot to update banks version :( Fixed regression: version change not updating bank details, Yoshimi now reports instrument file minor point versions. Small XML cleanups. Set rc version 2.3.1 rc1 More... almost 2 years ago
Added instrument 'type' corrections supplied by Alex No code or actual instrument changes More... almost 2 years ago
BugFix: Had inadvertently deleted a line in mapping :( Further general Microtonal cleanups. May still be errors with scale and keymap sizes that don't match. More... almost 2 years ago
BugFix: Left some test code in place. Only the first part was being set up fully. More... almost 2 years ago
Moved setting global fine detune out of setting part maps. It only needs to change when the control is moved! Testing for first and last note now done in part. You no longer need to do a retune if these are changed. More... almost 2 years ago
Enabling or disabling microtonal always disables the keymap. Removed keymap array swap - wasn't any benefit, just confusing. Zero mapsize 'safe' but can be weird, so not actually correct :( More... almost 2 years ago
interrim commit More... almost 2 years ago
Corrected behaviour of 'Invert keys' button. Enabled keyboard import if microtonal active but keymap inactive. Now correctly identifies map size zero as no map, not an error. Unfortunately this creates a problem as complete saved scales are no longer compatibile with older versions. Will try to create a work-round. More... almost 2 years ago
Small microtonal related cleanups. Importing/loading keymaps into the UI now uses text messages. Still a lot of direct calls :( More... about 2 years ago
BugFix: Importing keymap not setting 'last' note value this has been wrong for a long time. More... about 2 years ago
2023-8-26 Will bn 2257 loadkbm now uses getLineFromText Removed (now redundant) loadLine() and associated functions Removed a number of redundant .c_str() conversions Created inline SplitLine() Made validline() inline More... about 2 years ago
linetotunings entirely C++ strings tuningtoline entirely C++ strings tuningtotext entirely C++ strings Implemented getLineFromText() to replace loadLine() loadscl now uses getLineFromText More... about 2 years ago
texttotunings and texttomapping immediately convert to C++ strings linetotunings entirlet C++ strings; More... about 2 years ago
Revised error handling loading both .kbd and complete scale files. Further corner cases importing and exporting fixed. Rationalised some labels so they reflect their function better. More... about 2 years ago
{branch microtonal} Removed frequent swaps between variabe 'x' and variable tmp'x' if there's an error the complete default is set so it's pointless. More... about 2 years ago
Removed frequent swaps between variabe 'x' and variable tmp'x' on error the complete default is set so it's pointless. Extended recognition of comments active text. More... about 2 years ago