0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added missing right click action for formant freq dial. Added hidden totally grey colourmap (min & max greyscale as 127) Removed confusing theme (non) error messages. Updated CLI info. Updated docs (incuding User Guide). updated metainfo files. Added Ride Crash and Soft Shaker to Drums bank. Set version as 2.3.0 rc1 More... over 2 years ago
All effects show correct defaults for all presets and set appropriate colours. This completes all knobs and sliders. More... over 2 years ago
BugFix: GUI not updating when part was loaded betweeen 16 and 25 This was due to the combination of kit numbers being changed to start from 16 for effects and kit being used by part load to identify the part ot load to. Also the returns in MiscGui read effects before main. Now trapped, but probably need to consider either placing main return before effects, or moving the part to load from kit to offset. More... over 2 years ago
Minor GUI and doc updates More... over 2 years ago
Added export feature to theme control. Updated docs. More... over 2 years ago
Defined a formant frequency psuedo default for individual formants the first time they are set - this is saved with the instrument. More... over 2 years ago
Updates to user guide More... over 2 years ago
Theme colours now fixed and order rationalised. Extra reserved entries added. More... over 2 years ago
Changed freemode from light button to check button. Changed postions of Resonance C, P, Close, Apply. Changed colour of 'Close' buttons. Removed 'save and close' from presets window preset dirs are not part of config. Updated User Guide More... over 2 years ago
Confirmed LV2 bugfix from Kristian. BugFix: Part volume control wrong colour when stepping to default with mouse wheel. BugFix: Blocking right click formant frequency default was blocking all right click filter controls. BugFix: Mixer controls not setting default value. Found more buttons not using new styling :( More... over 2 years ago
Merge pull request #180 from kramlie/correct_header More... over 2 years ago
Merge pull request #179 from kramlie/load_save_bug More... over 2 years ago
Fix old LV2 state data not being saved correctly after loading. More... over 2 years ago
Fix incorrect header in state data when saving with LV2. More... over 2 years ago
Merged in Legato bugfix from Kristian. BugFix: Format freeqency zeroing on right mouse click it has no default value! Almost all magic numbers now properly identified in envelopes, filters, LFOs. More... over 2 years ago
Merge pull request #178 from kramlie/legato_fix More... over 2 years ago
legato: Fix incorrect allocation size in cloneArray, leading to crash. More... over 2 years ago
Completed updates to user guide images. Provisionally updated guide text. Set missing Midi CCs knob colours. Removed some confusing (redundant) tooltip colours. Theme label 'Current' and 'Make Default' button now deactivated instead of being hidden. More... over 2 years ago
Added formant filter sliders to new limits system. Set pointer colours for random walk controls. Improved error detection of theme files. Started adding new screenshots to user guide. Added missing theme colour for current bank background. (some checkboxes were using colour number 237 for 'down box' This is pointless, as it is ignored! Now freed for current bank background) More... over 2 years ago
Some small slider/knob colour corrections More... over 2 years ago
Completed theme list, but will later re-order it for sensible grouping. Changed PadSynth 'apply' button to gtk thin up type. This handles theming better. Created a brief theme instruction file in /doc Created new backward compatible XML parcombi element. Envelope controls now use floats at all relevant places and new combi storage. Previously there was a confusing mixture of floats, chars and unsigned chars. More... over 2 years ago
BugFix: Some envelope freemode controls inactive. These had become orphaned when the Interchange code was reorganised. Reverted initial effects limits work. This going to need more thought. The whole of effects management need reviewing. More... over 2 years ago
Reinstated right click default of system effects. Format filter knob pointer done. Started work on Effect defaults. Set MIDI-learn to auto correct old control numbers. More... over 2 years ago
Rebuilt GUI System effect sends. Having these dynamically defined was a nightmare to keep track of and quite pointless as they were there all the time and the number of them didn't change. Only the GUI code needed to be modified. Their knob pointer colours now track. More... over 2 years ago
Freemode knob pointers now partly done All filter parameter knob pointers done More... over 2 years ago
All filter knob pointers done except freemode. More... over 2 years ago
Completed all LFO knob pointers. Also started developing new limits setting. More... over 2 years ago
Changed PadSynth 'Apply' button type. Improved links between Addsynth voice, and list. Improved links between Addsynth list and Frequency LFO. Controllers Knob pointers done. Midi CCs pointers done. More... over 2 years ago
Merge pull request #177 from kramlie/sortResultsThread More... over 2 years ago
Made including globals.h explicit in effects All addsynth, subsynth knobs now recognise the default position (not their inserts) More... over 2 years ago