nathanRamaNoodles / Noodle-Synth

A User-friendly Arduino/Teensy Library to play RTTL/MIDI with infinite polyphonic notes; it has full control over volume, pitch, and music. No shields needed(Just a speaker).
https://create.arduino.cc/projecthub/nathan_ramanathan/play-music-without-delay-40e51b
MIT License
138 stars 14 forks source link

playing Midi Notes infinitely #26

Closed Fearge closed 11 months ago

Fearge commented 11 months ago

Hi, I'm using your Library for a MIDI Controlled Synthesizer. Are there any possibilities to play notes continuosly, when I press a key on my keyboard? Because right now the note stops, depending on the setLength() Method. This makes sense to me, but from a musical Point of view I'd like to have the possibility to play notes as long as I want. Am I overseeing some simple paramter or solution for this or do I have to implement it myself?

Thanks in advance :) Greetings