DHMike57
DHMike57
**Describe the bug** - Calf fluidsynth `show ui` button only opens and closes the calf ui once, then fails to respond. Closing the window yields `(element:965421): GLib-CRITICAL **: 09:37:32.760: Source...
**Describe the bug** - LV2 plugins fail to load if path contains a 'space' char **To Reproduce** Steps to reproduce the behavior: - load LV2 versions of eg `Surge XT`...
**Describe the bug** VST3 plugins not receiving midi CC data, only note-on/note-off **To Reproduce** Steps to reproduce the behavior: - Pitch wheel/mod wheel/sustain pedal no effect with all VST3 instruments...
*Bug fix where scheme/racket was sending a literal '\n' *smlnj feature which adds the optional semicolon to an expression if missing (otherwise the REPL won't evaluate it)
Added the seven segment display from the original with some limitations. The segments do not highlight on pin hover, and, like the display chip, does not scale. I disabled the...
Makes clock scalable. There is a minor glitch with the chip name fontsize which I cannot solve but otherwise works.
Preliminary patch for #906, also addresses #889 I don't fully understand the broken behaviour, so I am not confident about this. It does seem to fix the calculation error (possibly...
I was having a look at issue #889 - on opening `test7.sc` and and manually making the test change `A7=90` the actual results calculated are wrong. For example G20 becomes...
Opening the file below and then changing the value of `A0` in `Sheet2` generates a "Circular reference" error and deletes entry in {"Sheet1"}!A1 file `test.sc` ``` newsheet "Sheet1" newsheet "Sheet2"...
Issue #903 It looks to me that the the test for the cell is being carried out on the sheet containing the cell rather than the one containing the dep....