Veikko Sariola
Veikko Sariola
The thing is, "Global" isn't really any different from other instruments; it's just an instrument that happens to be called "Global". You can move it in the instrument list and...
Sure, why not! I remember thinking of this and what stopped me from doing this was: https://github.com/hzdgopher/4klang/blob/4cc9497b3354dc32a6d50352c8554401facfca1b/4klang_source/Go4kVSTi/source/GoSynth/Go4kVSTiCore.cpp#L1197 I wasn't sure how much legacy instruments are around; whether I should support...
If you are really going for it, even a short text document listing what are the meanings of each slot for each unit type would be a good starting point....
Just came across this & can confirm too. Had to tweak exp gained to get things correct exp remaining.
This is not a bad idea. Maybe not multi-line comment field, but more like a single line comment / name for the unit. This would also make it easier to...
I doubt it's possible in Gio, but I'll investigate more. The Options for a window are here: https://github.com/gioui/gio/blob/fc6e51deba0edec4f01a5187b809772ab03fbb10/app/window.go#L1092 Hacking Gio is entirely possible, but I think it's hard to convince...
Firstly, nice to hear that sointu works with Ableton :) Second, this in principle easy to implement, but I am not sure how useful it really is. The two-octave layout...
> To make it easier to keep track of multiple same ops in a row, it would be good to have a numbered list of ops in the instrument! You...
I have compiled sointu for wasm & ran it inside browser in the past; it shouldn't take too much effort. It might require updating to a newer version of Gio...
Spying how vst2 package does it would be a good idea https://github.com/pipelined/vst2 Having a general package for making LADSPA plugins and then make sointu use that would be a good...