BorealisBlues
Member
Howdy everyone! Thank you all so much for your help thus far, I've got another question,
I'm working on a polyphonic synth using a Teensy 4.1 w/ Audio Adapter as the brains, and I'm putting together the code for it currently, using the github repo https://github.com/floretan/bontempi/tree/master/synth_main/src as inspiration and reference
The code I'm using for the test can be found here: https://git.gay/BorealisBlues/False-Idol-DIY-Teensy-Synth/src/branch/main/Code/test/test_channel
I have a separate test for the Voice Object (Which works as expected and makes audible noise out to headphones) located here https://git.gay/BorealisBlues/False-Idol-DIY-Teensy-Synth/src/branch/main/Code/test/test_SingleVoice
as far as I can tell, Channel::noteOn works as expected, but channel::noteOff doesn't seem able to find the right voice to turn off, which I could use some guidance on for bonus points, but my primary concern is that on a call to Channel::noteOn there isn't any sound out of the teensy
Any help would be appreciated! thank you all so much <3
I'm working on a polyphonic synth using a Teensy 4.1 w/ Audio Adapter as the brains, and I'm putting together the code for it currently, using the github repo https://github.com/floretan/bontempi/tree/master/synth_main/src as inspiration and reference
The code I'm using for the test can be found here: https://git.gay/BorealisBlues/False-Idol-DIY-Teensy-Synth/src/branch/main/Code/test/test_channel
I have a separate test for the Voice Object (Which works as expected and makes audible noise out to headphones) located here https://git.gay/BorealisBlues/False-Idol-DIY-Teensy-Synth/src/branch/main/Code/test/test_SingleVoice
as far as I can tell, Channel::noteOn works as expected, but channel::noteOff doesn't seem able to find the right voice to turn off, which I could use some guidance on for bonus points, but my primary concern is that on a call to Channel::noteOn there isn't any sound out of the teensy
Any help would be appreciated! thank you all so much <3