I'm trying to get it to work, but can't seem to get audio out.
Maybe I'm just not getting how to connect it.
it has 3 inputs:
INPUT (port 0), SideChainA (port 1), and SideChainB (port 2).
as far as i can tell from the code, the input is only...
First i'd like to say, this library is really cool!
here's a link to the github (in case you haven't seen it)
https://github.com/hexeguitar/hexefx_audiolib_F32
But I have a couple of questions regarding the AudioEffectsDelayStereo_F32.
1st...
I have a Teensy 4.1 based, USB MIDI Host Synthesizer that I'm controlling with a NuEVI (or NuRAD) USB device midi controller.
The NuEVI and NuRAD controllers are based on Teensy 3.2. These controllers have internal batteries as does my USB MIDI...
I think I can probably modify synth_waveform.cpp AudioSynthWaveformModulated::update(void)
the section here...
case WAVEFORM_PULSE:
if (shapedata) {
magnitude15 = signed_saturate_rshift(magnitude, 16, 1);
for...
Thanks for the response.
I'm looking for a solution that can be in the signal chain between the sine wave and the "Shape" input to the pulse wave.
This way, it can do this at audio rates or at least at high LFO rates.
I'm trying to modulate the pulse width across the "boundary" of the Shape input.
That is, the Shape input to the waveformMod can be between -1.0 to +1.0.
from my testing I've found that when Shape = 0.0, the duty cycle is 50%,
when Shape = -0.9...
Has anyone used the Arduino Maker Workshop Extension with Teensy libraries and loader?
I'm wondering if I would be able to keep my existing Arduino IDE environment a long side this or not.
Here is a youTube video describing it.
Arduino Maker...