0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Sep 04, 2024 — Sep 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Config-LV2: use the same patch-state handling for LV2 and standalone More... 7 months ago
Config-LV2: keep instance config for LV2 apart from standalone instances More... 7 months ago
Further work on the new Display controls. Currently only stand-alone and accessible from zread. Now checks for GUI being enabled, and a valid part level. This is handled as far in as the interchange 'returns' code, prior to being sent to the GUI. Will make further section checks here to avoid calling back for these from the GUI. More... 7 months ago
Renamed new Geometry section to Display. Added theme control placeholder values. Implemented mininum controls to report skeleton use in interchange.cpp Partially updated Control Data entries. More... 8 months ago
Added Grand Piano v2 and Grand Piano v3 to SynthPiano bank More... 8 months ago
Added Vintage strings from Lorenzo More... 8 months ago
Installed placeholder for new Window Geometry code. This will initially only be available to the CLI Updated Yopshimi Control Data Added new bank entries to Drums and Pads. All from Lorenzo Further adjustments to textlists.cpp There were still come inconsitencies More... 8 months ago
Revised TextLists.cpp for 'Effects' descriptions consistency More... 8 months ago
Further adjustments to TextLists.cpp More... 8 months ago
Corrections in textlists.cpp More... 8 months ago
Adjusted sequence of part kit items in lists. More... 8 months ago
Bugfix: formant filter graph - wrong response to R mouse click. This was due to the later use of this button as a genereric MIDI-learn setup. More... 8 months ago
Minor code cleanups - removal of redundant code dev_notes updates and corrections More... 8 months ago
Changed Main window instrument display format to Bold. This makes it easier to see when the colour changes to indicate a Yoshimi type instrument. Saving a Bank Root can now create a new directory on the fly. Previously you had to externally create an empty directory, or use an exisiting one. New CLI test entry 'zset' creates a SubSynth instrument. This can be done in Parts 1 to 16, and uses the same routine that is used when creating a new bank root. CLI test entry'zread' formalised. No longer has a timer option - a bit pointless these days - but still applies the entry without error checks, so you can test the response to out-of-bound values. Updated min. cmake to 2.12 to fall in line with debian. Updated dev_notes. Updated HTML Control Data. More... 8 months ago
Merge pull request #214 from kramlie/lv2_compatibility More... 9 months ago
Increase LV2 compatibility by supporting "UI" base class methods. More... 9 months ago
Merged in further improvements from Hermamm. Set bugfix release version 2.3.3.2 More... 9 months ago
Merge pull request #213 from Ichthyostega/master More... 9 months ago
Rework UI start: root connection no longer necessary More... 9 months ago
Rework UI start: trigger bootstrap message directly More... 9 months ago
BugFix: Not clearing 'old' config status unless change made. More... 9 months ago
BugFix: Not clearing 'old' instance config status unless a change is made. If it's an old version this now saves the instance immediately. The user might be quite happy with this and not want to make any changes. If they do make changes, the config will be saved again. More... 9 months ago
Merge pull request #212 from kramlie/unison_limit More... 9 months ago
Prevent unlimited unison count on layered sub voices. More... 9 months ago
BugFix: Loading a preset via the CLI not checking file exists so might crash. Minor adjustment to TextLists.cpp More... 10 months ago
Resolved further MasterUI/VectorUI inconsistencies. Resolved more direct calls in MasterUI and MiscMasterUI. Updated HTML Control Data. More... 10 months ago
Resolved further MasterUI/VectorUI inconsistencies. More... 10 months ago
Further work on interaction between MasterUI and VectorUI. There are still a few anomalies regarding number of parts, as partmax can be reduced in error when Vector group size is reduced. Once expanded only the master window should be able to reduce them. More... 10 months ago
Added formal method of testing CCs against known ones. Enabled reading vector X & Y features as groups. Resolved 2 overlooked direct calls in VectorUI. Updated HTML Control Data. More... 10 months ago
Implimented new part control to discover active engines. Implimented new part control to discover active engines. Used by VectorUI, PartUI, Master() VectorUI no longer makes direct calls into the synth. Updated HTML Control Data More... 10 months ago