Welcome to %s forums

BrainModular Users Forum

Login Register

Search found 6 matches

by BM2F
21 Jan 2026, 15:05
Forum: General discussion
Topic: Script "Data Generator" generates even without a trigger
Replies: 5
Views: 2252

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 !
by BM2F
21 Jan 2026, 10:52
Forum: General discussion
Topic: Script "Data Generator" generates even without a trigger
Replies: 5
Views: 2252

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 // ...
by BM2F
21 Nov 2025, 10:42
Forum: Patching questions
Topic: audio drop out
Replies: 4
Views: 2049

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.
by BM2F
18 Nov 2025, 17:56
Forum: Patching questions
Topic: Problème OSC
Replies: 13
Views: 6875

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.
by BM2F
13 Nov 2025, 15:10
Forum: General discussion
Topic: Your learning path in Usine?
Replies: 5
Views: 3160

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...
by BM2F
09 Oct 2025, 15:13
Forum: Patching questions
Topic: Global Data OSC
Replies: 7
Views: 161903

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...