Bonjour et merci !
this formula
new_FC = note_freq * track where : track = n
unfortunately doesn't work. It cut low pitch notes too much :
with track = 4
for C = 162 Hz -> new_FC = 648 a lot...
Good morning ! (from France !)
Well the code is very long, because of the polyphony management of my synth.
I think we can really focus on the core equation that links Note Frequency with Cut Filter Frequency.
...
Here is an example of what I have tried :
filter1->frequency(osc1_frequency + osc1_frequency*Fc_ratio);
Fc_ration is contrôle by a midi controller. I tried different ranges, but it doesn't give an even effect.
Yes, this is exactly what I try to do. The goal is to get the same perceptual effect whatever the note played.
I do use the audio library for this project. A keyboard sends MIDI note numbers. Note frequency is compute...
Hello,
I want to implement keyboard tracking for the cut off frequency of a LP filter. I just can't find the maths behind...
Say I play a A4 = 440 Hz. My filter is set on FC = 1000 Hz. A certain amount of...
Hello,
I try to add a third input to the AudioSynthWaveformsModulated object, just the same way you did.
I tried your code, but I can't make it work. I miss something...
Could you give me to full synth_waveform.h...
Hello,
I would like to add a 3rd modulation input to the AudioSynthWaveformModulated object :
- 1st input : Frequency modulation
- 2nd input : Phase modulation
- 3rd input : shape modulation
I tried to edit...
Thank you Michael,
I have done projects with multiplexers, with hundreds analog inputs. I can confirm that is a very consistent approach, easy to code, robust and cheap. Your idea to code the coin value is...
Hello,
For a musical project, I need to find a way to identify simple wooden coins lying on a board.
Say we have :
- a board divided in a 64 cells, exactly like a chess board.
- on a few cells, I put some wooden...
Hello,
I work on a project that requires decoupling capacitors. One of them is large (220uF). It is used for decoupling an 0.96" oled display. These compact displays have a builtin charge pump circuit that introduces...