Search found 8 matches
- 05 Feb 2026, 17:05
- Forum: Patching questions
- Topic: de l'aide pour un script
- Replies: 0
- Views: 10916
de l'aide pour un script
Salut tout le monde, hélas je n'abouti à rien qui compile.. le script doit modifier un flux midi : sélectionner la dernière note jouée (ou la plus élevée en cas de simultanéité), la garder "On" même après le dernier "note off", en attendant le "note On" suivante (donc un jeu légato et monodique), ma...
- 21 Jan 2026, 14:10
- Forum: General discussion
- Topic: Script "Data Generator" generates even without a trigger
- Replies: 5
- Views: 5065
Re: Script "Data Generator" generates even without a trigger
Hi, thank's a lot. yes, that's what i did, filtering the unwanted random events, but that was not very efficient. I have had to changed two lines, otherwise the script would not compile : line 40 "can't assign int32 to array of int32 I just added [ i ] to the line 40 : ArrayOut[ i ] := CreateParam('...
- 20 Jan 2026, 22:33
- Forum: General discussion
- Topic: Script "Data Generator" generates even without a trigger
- Replies: 5
- Views: 5065
Script "Data Generator" generates even without a trigger
Hi everyone, I have a problem with one of the scripts from the Browser/Modules/Data/Generators, the "Data Generator Random Pattern Array" script. It has three inputs : Array In, Generate (trigger type), and Density (data float). The problem is that when the density fluctuates, the module generates r...
- 13 Oct 2025, 15:34
- Forum: Add-ons discussion
- Topic: SostenutoSustain
- Replies: 13
- Views: 31787
Re: SostenutoSustain
Wonderful ! You're pretty good for someone not fluent.
i've tested with two midi pedals, sustain and sostenuto together, everything works as expected.
Thank's a lot, a lot, a lot !!
i've tested with two midi pedals, sustain and sostenuto together, everything works as expected.
Thank's a lot, a lot, a lot !!
- 12 Oct 2025, 17:46
- Forum: Add-ons discussion
- Topic: SostenutoSustain
- Replies: 13
- Views: 31787
Re: SostenutoSustain
> I am not yet fluent in the Pascal scripting lingo of Usine
Neither am I, for sure. That's extremely kind of you to try !
Neither am I, for sure. That's extremely kind of you to try !
- 12 Oct 2025, 14:38
- Forum: Add-ons discussion
- Topic: SostenutoSustain
- Replies: 13
- Views: 31787
Re: SostenutoSustain
Alors c'est plus épineux que ce que je craignais, j'ai l'impression qu'il y a eu du changement de syntaxe depuis que le script a été écrit en 2016. var KeyPressed : array [0..127] of single; // reflects keyboard state procedure init; var i : integer; for i := 0 to 127 do KeyPressed := 0; et là ça bl...
- 12 Oct 2025, 02:59
- Forum: Add-ons discussion
- Topic: SostenutoSustain
- Replies: 13
- Views: 31787
Re: SostenutoSustain
Hey thanks a lot ! I didn't see your answer, that's very kind of you.
I will try it asap.
I will try it asap.
- 05 Oct 2025, 14:18
- Forum: Add-ons discussion
- Topic: SostenutoSustain
- Replies: 13
- Views: 31787
Re: SostenutoSustain
Hello, is there a way to find this SostenutoSustain.fastscript in 2025 ?
Or even better as a script ?
Thank's a lot !
Or even better as a script ?
Thank's a lot !
