Search found 8 matches
- 27 Apr 2026, 12:18
- Forum: Patching questions
- Topic: Midi learn only from rack
- Replies: 8
- Views: 638
Re: Midi learn only from rack
Hello, There is no MIDI Learn function specific to racks. However, for each MIDI Learn, you can specify the device. As for using MIDI In/Out modules, this allows you to retrieve data within patches. This enables more precise and potentially complex control than simply mapping a MIDI Learn, but it re...
- 27 Mar 2026, 11:25
- Forum: Add-ons discussion
- Topic: Leap, HH6, M4
- Replies: 4
- Views: 1695
Re: Leap, HH6, M4
Hello gwennaelle,
did you saw the addon about leap ? Some audio patch
can be a good start
have a nice patching !
did you saw the addon about leap ? Some audio patch
can be a good start
have a nice patching !
- 21 Jan 2026, 15:05
- Forum: General discussion
- Topic: Script "Data Generator" generates even without a trigger
- Replies: 5
- Views: 5066
Re: Script "Data Generator" generates even without a trigger
I have already modify the script look at Callback section
With mine if a other input than Rendomiz change I stop the process
No problem !
With mine if a other input than Rendomiz change I stop the process
No problem !
- 21 Jan 2026, 10:52
- Forum: General discussion
- Topic: Script "Data Generator" generates even without a trigger
- Replies: 5
- Views: 5066
Re: Script "Data Generator" generates even without a trigger
Hello Charlie O. The issue was in Callback, the script compute whatever parameters changed. You can solve it with a pass before input script (triggered by you generate trigger) or modifie the script : Happy patching ! ////////////////////////////////////////////////////// // Random Pattern Array // ...
- 21 Nov 2025, 10:42
- Forum: Patching questions
- Topic: audio drop out
- Replies: 4
- Views: 3422
Re: audio drop out
Hello grego,
yeah I had same problem
this problem is knowing and fixes in Usine 7.
However, no release date has been announced.
yeah I had same problem
this problem is knowing and fixes in Usine 7.
However, no release date has been announced.
- 18 Nov 2025, 17:56
- Forum: Patching questions
- Topic: Problème OSC
- Replies: 13
- Views: 9083
Re: Problème OSC
Hello, Usine a déjà une fonction pour ce cas là, il s'agit dans le Master Panel du button Update. Cela revoi MIDI et OSC learn avec feedback.
En patch tu as le module Master Settings qui te donnne accès à ce bouton.
En patch tu as le module Master Settings qui te donnne accès à ce bouton.
- 13 Nov 2025, 15:10
- Forum: General discussion
- Topic: Your learning path in Usine?
- Replies: 5
- Views: 5642
Re: Your learning path in Usine?
Yeah ! welcome What kind of background or knowledge helped you understand Usine? transport information by cables. After if you understand the difference between data / array / string / commatext / midi. A bit of math and logique and that's it ! Did you come from audio programming, modular synths, sc...
- 09 Oct 2025, 15:13
- Forum: Patching questions
- Topic: Global Data OSC
- Replies: 7
- Views: 163622
Re: Global Data OSC
Salut, La petite erreur ici est dans l'envoi. l'OSC send avait un paquet size de 90 donc tu send un array d'une size de 90 à 1 seule adresse OSC. Avec le module GA DATA OSC permet une "auto-indexation" du message OSC. Ainsi pour parler à l'index 0 in utilise l'adresse /osc/presence/test/1, /osc/pres...
