@Oli-Ullmann Ok, I'll try
Best posts made by Yannrog
-
RE: Chord Detection beginner helpposted in General Questions
@David-Healey Thank you so much, it's working. Really thank you, I am learning. I am going to import like this everytime
Latest posts made by Yannrog
-
Hello, easy one, How do we set a value to a knob by scripting so it never changes.posted in General Questions
Hi, It might be an easy one, but I am learning.
How do we set a value by scripting to a slider, knob, so it doesn't changes.I heard about set attribute, set,...
Thank you.
-
RE: Transpose combobox valuesposted in General Questions
@David-Healey Thank you,
Its working really great

-
Transpose combobox valuesposted in General Questions
Hi,
I'm trying to use transposer with combobox,
The start value is 1 and go up.
Is it possible to change it to default 0 (-12 to +12)?
-
RE: How to display a label from a script processor to a label in the main interface. (processor ID doesn't work)posted in General Questions
@David-Healey Hi,
I will simplify, make the chord analyzer separately
-
RE: How to display a label from a script processor to a label in the main interface. (processor ID doesn't work)posted in General Questions
@David-Healey
Yes it's a problem with the array,In the chord script (works well by itself), when I delete the "reg keyheld = [ ]" line
It does not work anymore. It acts like when I tried to add it to the main script.How can I fix the array, because it's a long list of chords
-
RE: How to display a label from a script processor to a label in the main interface. (processor ID doesn't work)posted in General Questions
@David-Healey ok,
Normally it works well,
When I add it to the script, it doesn't know the function “push“ and “indexof“. I am doing a beginner mistake. I am wondering, why it works by itself and when I add it to the new script it doesn't know the functions..

-
RE: How to display a label from a script processor to a label in the main interface. (processor ID doesn't work)posted in General Questions
@David-Healey Yes, I tried however.
For some reason it cancel some codes,and does not work.
-
RE: How to display a label from a script processor to a label in the main interface. (processor ID doesn't work)posted in General Questions
@David-Healey in the script, it searches for what note beeing pressed, there on init scripts, onNoteon callbacks, onNoteoff callbacks. I started from your example of chord detection to help, it works perfect, however I can't display it in the main interface.