Tomas Scherrer
Tomas Scherrer
Hi! @MrBlueXav I will try to make the midi flexible, so that we do not have to change the code when we use different synths. Supporting full USB midi will...
awesome progress! did it work with the novation without changing the interface number in the midistream code? about the device unrecognized in gdb, I made a break point in the...
gdb runs on the command line, so you can still use your text editor. to set a breakpoint in line 1234 of foo.c you type: break foo.c:1234 continue search for...
DAWs let you choose the interface you want, in the GUI. Since we dont have GUI capabilities in our board, we have to choose automatically. I was thinking about sweeping...
ableton uses the midi subclass field to tell midi apart from audio. if its 0x03 then its midi. we can support this using the buttons another ideia is sweeping all...
oh, nice! this looks like the behaviour I was getting with an usbmidi cable. it would work for some seconds and then stop. I am out of town now, gonna...
yeah, but I barely tested that interface. did not investigate seriously On Aug 10, 2014 2:21 AM, "Artyom Nikolaev" [email protected] wrote: > @tomassch https://github.com/tomassch you meant you was getting same...
very good to hear that it works in yet another controller. i am all about to make it flexible, auto detecting the controller parameters. mrBlueXav suggested using some other people's...
i am planning to keep the subtractive signal flow (osc filter adsr), leaving as much parameters for midi config as possible. I would like it to be polyphonic, and keep...
thats the fun of designing synths! its an art making machine, so we have lots of freedom! the filter cutoff is always a sensitive control, because of the huge dynamic...