Thanks for your answer. I have tried 20ms releaseNoteOn and it is indeed better. But I noticed that high releaseNoteOn setting causes stuck notes when playing very fast. I guess I have to find a compromis.
Hello,
I want to make a mono synth with one oscillator and one envelope. I experience little "clicks" when the envelope is re-triggered, even using te releaseNoteOn parameter. Any workaround ?
Emmanuel
#include <Audio.h>
#include <Wire.h>...
I finally point the problem.
When you re-trigger same envelope very fast, you have to set releaseNoteOn(milliseconds) to 0, otherwise it adds delays and events can be lost.
THanks Kurt,
I makes sens. I have problems for instance when making MIDI controllers. When playing fast plenty of notes at the same time, it happens that some notes "stuck". And it works well when the library is not loaded.
I 'll try to find...
Hello,
I use 4-digits 7-segments TM1637 displays in various projects, like MIDI controller (T4.0)
I have encounter very often lags and delays when using these displays.
Before preparing a test code, I wanted to know if you have same problems ...
Hello,
Forget about freeverb. For a while now I use this :
https://forum.pjrc.com/index.php?threads/stereo-plate-reverb-for-teensy4-x.65688/
It is just another world !!!
Have fun,
Emmanuel
Hi Pete,
I did a 2nd try with your idea and it works.
I add a "while" condition to make sure oldest voice is closed before retrigering. It seems to do the job.
Meanwhile, it is still mysterious for me...
Emmanuel
#include <Audio.h>
// GUItool...
Hi,
I would like know if someone can reproduce my problem.
I have a simple 8 voices poly synth, running on a T4.0. I try to make the smallest code I could to help debugging.
When attached to a midi keyboard (real one or from laptop), I get stuck...
Hello,
I notice some pretty bad distortion from audio shield headphone output, when setting the volume at low level.
Please compare this to sketches and tell me if you notice the difference.
sketch 1 => distortion
#include <Audio.h>
#include...
Hello,
I am using "old fashioned" MIDI in/out DIN-5 port :
https://www.pjrc.com/teensy/td_libs_MIDI.html
But I have made a mistake when ordering my PCB :
midi IN is connected to pin 30 (instead of 0)
midi OUT is connected to pin 32 (instead of...