BennVenn wrote:I just had a poke around your fork. I can see how it can be a very helpful tool for a developer. It would be good to work with you on this, what are your goals on the midi expansion?
Yes github is really great for seeing commits, and git really excels in branching and stuff. I don't know if you are familiar with it or not.
Each developer can focus on a feature, make individual commits, and when the feature is complete, it is merged into the main branch.
Concerning the MIDI expansion, in fact I don't really like the sound of the synth
But the drums are great.
So I would like to be able to trigger the drums with MIDI.
I have found the place were the incoming midi note is compared to the acceptable range of notes.
So instead of triggering the synth, I tried to trigger a drum instrument....
it is kind of working but... even with the original code, the synth was not always trigged by midi notes. It produces a sound one time out or four, roughly...
Did you notice a bug in this part?
BTW, we could also discuss this matter on github, and discuss every feature/bug in a separate issue...