Thanks, neurofun, that's good news because I'm migrating to a T4 next week.
I'll compare it to the audio shield as well(once I find it).
It could be related to the PT8211 which is a more bare...
Type: Posts; User: flanban
Thanks, neurofun, that's good news because I'm migrating to a T4 next week.
I'll compare it to the audio shield as well(once I find it).
It could be related to the PT8211 which is a more bare...
I'm working a Teensy 3.6 based synth using the audio library and I'm getting unwanted signal noise when I use a waveform object to modify a filter object's frequency via its second input.
The...
I finally solved the mystery. We had different versions of teensyduino. I can't believe I missed that.
Thanks for your help el_supremo
Sorry for the slow response. He tried the sketch without the mixer and still no sound. I'm truly baffled by this one.
Chalking this up to gremlins and sending another(less rushed) prototype.
Thanks, I sent him a sketch with those changes. will update
John
Yes, the frequency is printing for him.
He definitely sees the string and I'm double checking with him that the variable is showing up and changing appropriately. I'll post that answer when he gets back to me.
I'm fairly certain he was,...
I am having a most perplexing problem with USB MIDI that I'm attempting to solve over video chat for my marketing partner who is a few thousand miles away from me.
The problem:
The serial is...
Oops, of course. I knew I was missing something obvious. Time to take a walk.
Thank you for your time.
Is it possible to adjust the pulse width of the modulated waveform object's pulse wave shape?
I'm using modulated waveforms in a synthesizer project and they are great. However, it seems that you...
Thanks again tonton81,
I'll happily save that byte.
A good deal of freeverb is on the horizon.
I think I've followed the suggestions. I used the existing ledSetting as the variable that keeps track of the LEDs' state. My approach still feels a little awkward, but there's less code and I've...
oops, yes the switch case is unnecessary. I was envisioning adding various functions to knobs based off the current ledSetting variable and that led me to learning what a switch case was. I guess I...
Sorry about referencing line numbers that aren't there ^^
Hi, I'm not a professional programmer, just a hobbyist and I want to make sure I'm going about my programming statements and methods in the right way. I appreciate any help and I aim to not waste...