(06-01-2023, 12:48 PM)grymmjack Wrote: Is MIDI device input a possibility for future of QB64?
I know in QBJS we can do it through WebMIDI
Csound could handle MIDI input through PortMIDI. It seems to be the only good way for a programming system for hobbyists.
https://github.com/PortMidi/PortMidi
https://csound.com/docs/manual/MidiTop.html
(06-01-2023, 01:47 PM)grymmjack Wrote: One thing I wanted to say about the drum machine.. It seems like there is a limiter or compressor or some kind of dynamics DSP going on because when I stack multiple steps across with the full "hot" step, not the dark red, it somehow compensates to not clip.
This is part of the code for _SNDOPENRAW.
https://qb64phoenix.com/qb64wiki/index.php/SNDOPENRAW