0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[guiconnect] - decide where to handle the typed context More... over 1 year ago
[guiconnect] - draft a communication interaction More... over 1 year ago
Completed AddSynth conversions that don't redraw waveforms. There is one other control that has been left for now. This is from the voice list and breaks across into the frequency LFO insert. More... over 1 year ago
[guiconnect] - simplistic test setup More... over 1 year ago
Fixed regression: noise labels not updating. Simplified noise label function. Further conversions. Now working through AddSynth Global. There are still a number of unchanged entries - mostly rellted to initialisation of inserts. More... over 1 year ago
Moved duplicated code on voice and voice list to header file in MiscGui. Added missing voice waveform updates. These are needed changing voice from 'local' to lower numbered one. More... over 1 year ago
Converted some of the more complex Voice controls Left original code in place but commented out in case of problems More... over 1 year ago
Don't duplicate text data in every source file. More... over 1 year ago
Reverted changes made with commit aae021c4 This was making out of sequence changes so that modulator values were being read before they were set. More... over 1 year ago
[guiconnect] - Transfer of data into the GUI - setup for prototyping More... over 1 year ago
Created new read-only control for unison spread in Cents. Updated HTML Control Data. Working through voice list refresh code. Removed some duplicated code (one now simply links to the other). Identified other seemingly duplicated. This can't be directly linked - needs more investigation. More... over 1 year ago
More reads converted. Created new read-only control for updating voice detunes. This is only seen by the UI of voices that have been detuned. Updated HTML Control Data. More... over 1 year ago
Bugfix: Wrong command used for modulator source Bugfix: Wrong offset for Octave More reads converted. More... over 1 year ago
Most of addSynth voice gui done, but found earlier bug :( Comitting this anyway to keep valid changes. More... over 1 year ago
Continuing work on addSynth GUI reads Also finding and removing duplicated error checks. Adjusted voice GUI detune so numbers don't spill over. More... over 1 year ago
Continuing work on addSunth GUI reads More... over 1 year ago
More removal of direct GUI reads from addSynth. Also changing duplicate reads where the relevant GUI control has already been set and can be directly read. More... over 1 year ago
Revised coding style of addSynth GUI for consistency - and for clarity when using a text editor. More... over 1 year ago
Further removal of direct GUI reads from addSynth. More... over 1 year ago
Inadvertently changed detune value in Interchange.cpp :( More... over 1 year ago
Started removing direct GUI reads from addSynth engine. Also fixed long-standing bug - global detune reported wrong values. Replaced some magic numbers in GUI with labels - all three engines. More... over 1 year ago
Revised read and write controls in MiscGui.cpp This makes no difference to the actual performance of the code, it just makes it more obvious what the commands do, and specifically the difference between reading a control value and returning message text. More... over 1 year ago
BugFix: using copy/paste leaked text messages More... over 1 year ago
Added test for max text messages used (disabled) This has revealed that copy/paste leaks messages :( Re-implemented text message clear on hard reset (ctrl+Reset) Don't know why it was removed! Updates to Control Data and User Guide More... over 1 year ago
Removed redundant code that was generating warnings in clang. More... over 1 year ago
Finding the HTML guide now handles versions with M or rc suffixes. This only became relevant with this commit. Further updates to dev_notes. More... over 1 year ago
BugFix: Rather obscure build failure - not finding inline loadText() Only happens on a headless build. More... over 1 year ago
Removed errant CR from text, disrupting manual discovery. This was a minor nusance as it mean the check was done on every start not just when there was an actul change. More... over 1 year ago
Revised HTML guide discovery. Also provides guide location to CLI. As this makes a quite detailed scan of the file system it's done in a separate thread so normal startup is not delayed. More... over 1 year ago
Added missing details in Control Data filter section. Legacy PDF now held back (available from me if needed) Typo corrections in Control Data. Updates to files in dev-notes. Set bugfix version 2.3.1.1 rc1 More... over 1 year ago