Measured AudioProcessorUsage and AudioProcessorUsageMax as per your suggestion. It turned out to be 100 so I made the audio memory 120 and now it works perfect, thanks!
Hi,
when I compile my sketch with "Serial + MIDI + Audio" I get a beep cutting of the audio from the headphone jack.
(The beep sounds like a squarewave at 440hz or something you get when using a trial version of a...
Hi, I needed higher resolution than 8-bit to avoid stepping of the filter and oscillator frequencies, and also the possibility of sending four channels of data in parallel, so I choose hardware serials of which there...
Thanks mlu,
so I guess this would work when bending up/down more than one note (bendRange being for example 1 to 12 notes)?
Voice1Frequency=8.175*powf(1.059463,57+((pitchbend/8192.0)*bendRange))...
Hi,
I also wanted a rack of modular synths, but as you found that it was too expensive.
When starting to produce my own modules I first tried to make my modules communicate via controlled voltage but found it too hard...
I would like some suggestions of a formula regarding pitch bend.
Voice 1 plays MIDI note 57 (A3,220Hz).
Voice 2 plays MIDI note 67 (G4,392Hz).
Voice 3 plays MIDI note 72 (C5,523Hz).
For example, say I want to...
Hi, since there is no envelope to control waveform frequency modulation or filter frequency modulation I tried to use the "DC" output.
When I press the MIDI keys I want the Serial monitor to show values going up to...