Welcome to %s forums

BrainModular Users Forum

Login Register

Search found 1197 matches

by oli_lab
04 May 2026, 21:26
Forum: Suggestions & improvements
Topic: Poly patch container offset
Replies: 1
Views: 296

Re: Poly patch container offset

Hi !
You can achieve this with a little bit of patching :
row of faders.usine-subpatch
(59.37 KiB) Downloaded 17 times
cheers !
Olivar
by oli_lab
03 May 2026, 00:56
Forum: General discussion
Topic: Usine midi no audio
Replies: 1
Views: 455

Re: Usine midi no audio

Yes, just choose "no audio" in the AUDIO/driver section.
by oli_lab
28 Apr 2026, 00:26
Forum: Patching questions
Topic: Midi learn only from rack
Replies: 8
Views: 795

Re: Midi learn only from rack

Hi,
you can use clusters, global arrays or busses !
do the midi learns once and for all (here they are patched from CC1 to CC8
++
Olivar
see examples :
by oli_lab
26 Apr 2026, 18:02
Forum: Patching questions
Topic: sampler et MAJ dynamique des fichiers
Replies: 3
Views: 756

Re: sampler et MAJ dynamique des fichiers

oui, c'est tout à fait ça !

Image
by oli_lab
21 Apr 2026, 19:41
Forum: Patching questions
Topic: Sample editor in Usine
Replies: 3
Views: 575

Re: Sample editor in Usine

The SDKaudiosample does not manage the metadata, I had a go with C++ libs, but I quit after "a while" here is the "NOT working" code : void diywt::writeWavFile(const std::string& filename) { realSize = m_maxWrite; sdkTraceInt(realSize); sdkTraceInt(m_lastMarkerNumber); // Structures pour les en-tête...
by oli_lab
21 Apr 2026, 17:29
Forum: Patching questions
Topic: Sample editor in Usine
Replies: 3
Views: 575

Re: Sample editor in Usine

Hi ! The sampler modules can't save metadata so it is not possible out of th box. But I did an addon called "player with saved markers" that can save and retrieved markers. It is not possible to do loops at sample level but. for this king of thing, I rather use REAPER and make regionss to be render ...
by oli_lab
20 Apr 2026, 16:40
Forum: General discussion
Topic: Usine as control surface for Ableton
Replies: 4
Views: 888

Re: Usine as control surface for Ableton

At least you can buld your GUI in Usine and send OSC to max4live
by oli_lab
15 Apr 2026, 01:39
Forum: Discussion générale
Topic: Aide débutant
Replies: 1
Views: 989

Re: Aide débutant

Salut 3tiN3
As tu regardé dans le manuel ?
https://www.brainmodular.com/manuals/hh ... te-control

Il y a quelques trucs à régler dans le router internet pour que cela fonctionne

Olivar
by oli_lab
10 Apr 2026, 11:00
Forum: Patching questions
Topic: how to get value for global array string
Replies: 3
Views: 28551

Re: how to get value for global array string

Check this workspace : set and get GA string.wkp what should be remember is : - declare the GA with a unique name - populate the GA with "set" modules - get values with "get" modules - be aware of the "pass if changed" switch inside the "get" modules - avoid connecting anything to the GA declaration...
by oli_lab
10 Apr 2026, 00:02
Forum: General discussion
Topic: Moving to HH6
Replies: 12
Views: 19631

Re: Moving to HH6

no idea, but the beta version is quite promising, with some new interesting concepts.
by oli_lab
09 Apr 2026, 14:03
Forum: General discussion
Topic: Moving to HH6
Replies: 12
Views: 19631

Re: Moving to HH6

I guess Senso is quite busy working on the new 7 version.
Most probably your bug will be fixed in HH7, I reckon.
by oli_lab
06 Apr 2026, 21:39
Forum: General discussion
Topic: Moving to HH6
Replies: 12
Views: 19631

Re: Moving to HH6

If it's a bug, the best is to talk directly with Senso.
by oli_lab
01 Apr 2026, 21:22
Forum: Patching questions
Topic: how to get value for global array string
Replies: 3
Views: 28551

Re: how to get value for global array string

Hi !
Can you explain what exactly you want to achieve so I can provide you with a patch ?
++
Olivar
by oli_lab
31 Mar 2026, 13:46
Forum: Discussion générale
Topic: Périphérique agrégé windows
Replies: 6
Views: 1712

Re: Périphérique agrégé windows

Il me semble que ce soit possible avec la Roland Octacapture
by oli_lab
28 Mar 2026, 14:59
Forum: Patching questions
Topic: Array shuffle
Replies: 2
Views: 1075

Re: Array shuffle

Like that ?
shuffle if non zero.wkp
(116.69 KiB) Downloaded 28 times
by oli_lab
20 Mar 2026, 17:59
Forum: General discussion
Topic: Win 11 - DeviceMidi.5.240430.usr-win64
Replies: 4
Views: 2084

Re: Win 11 - DeviceMidi.5.240430.usr-win64

Here I was in administrator, and it did the security thing, so...
by oli_lab
20 Mar 2026, 10:23
Forum: General discussion
Topic: Win 11 - DeviceMidi.5.240430.usr-win64
Replies: 4
Views: 2084

Re: Win 11 - DeviceMidi.5.240430.usr-win64

Same here since a week or two ! It has to do with new security measures, but I didn't find a way to get around it yet. https://www.neowin.net/news/windows-11-is-getting-a-big-security-update/ https://learn.microsoft.com/en-us/microsoft-365/baseline-security-mode/baseline-security-mode-settings?view=...
by oli_lab
15 Mar 2026, 18:06
Forum: Patching questions
Topic: 14 bit MIDI data
Replies: 4
Views: 1360

Re: 14 bit MIDI data

A noter que le patch ci dessus permet de recuperer un message en 14 bit (pitch bend ou NRPN) et donne une valeur entre 0 et 1 avec une résolution de 1/16383
alors que pour récuperer les valeurs pour un vrai pitchbend midi, il faut utiliser le patch que j'ai mis dans le forum en anglais.
by oli_lab
13 Mar 2026, 12:12
Forum: Patching questions
Topic: 14 bit MIDI data
Replies: 4
Views: 1360

Re: 14 bit MIDI data

SAlut,
J'ai fait un patch plus détaillé ici :
pitch bend reception and scaling.pat
(59.22 KiB) Downloaded 54 times
ça devrait couvrir pas mal de cas
++
Olivar
by oli_lab
13 Mar 2026, 02:18
Forum: Patching questions
Topic: 14 bit MIDI data
Replies: 2
Views: 1281

Re: 14 bit MIDI data

Hi Gwennaelle,
multiplying by 128 and add to data1 is a good start, but needs a little bit more tweaking, see the patch !
++
Olivar
pitch bend reception.pat
(26.6 KiB) Downloaded 85 times
by oli_lab
15 Feb 2026, 17:29
Forum: General discussion
Topic: Moving to HH6
Replies: 12
Views: 19631

Re: Moving to HH6

Hi !
What I know is that HH6 checks more errors than HH5 use to do, so something that seemed to work OK with HH5 is detected as erratic in HH6.
the best guess would be to compile with the HH6 SDK and C++17, you'll get some errors that will help you.
cheers
Olivar
by oli_lab
13 Feb 2026, 20:07
Forum: Discussion générale
Topic: Formation Usine "Solo" 2026
Replies: 2
Views: 12507

Bonjour, Il reste de la place pour les sessions : 16 au 20 mars 2026 6 au 10 avril 2026 25 au 29 mai 2026 Sachant qu'il faut prévoir 1 mois de delais pour les dossiers AFDAS, il faut faire vite ! Un stage d'une semaine permet de devenir autonome pour mener à bien son projet, que vous soyez débutant ...
by oli_lab
10 Feb 2026, 15:17
Forum: Patching questions
Topic: quicklink behavior
Replies: 2
Views: 2919

Re: quicklink behavior

Hi ! that is because quicklinks are faster and be computed on the same cycle vs wires may take a bit more time. the ms counter is sending a trig at the end of duration, and once this is done it waits for a trig on the start input, that can only be done on next cycle best practice is to use a wait, e...
by oli_lab
04 Feb 2026, 17:47
Forum: General discussion
Topic: Moving to HH6
Replies: 12
Views: 19631

Re: Moving to HH6

can you send your user module code so I can have a look ?
thanx
Olivar
by oli_lab
29 Jan 2026, 22:47
Forum: Discussion générale
Topic: vst
Replies: 8
Views: 24319

Re: vst

J'ai regardé vite fait le code d'argolunar, il semble qu'il y ait une fonction gliss qui permet de modifier le pitch d'un grain une fois qu'il est lancé, ce qui n'est pas possible avec le "grain cloud sampler" . En revanche, les sources sont fournies, ce qui veut dire qu'il est peut être possible de...
by oli_lab
22 Jan 2026, 10:28
Forum: General discussion
Topic: Script "Data Generator" generates even without a trigger
Replies: 5
Views: 5144

Re: Script "Data Generator" generates even without a trigger

Hi, wasn't working, so I took the old code from the Usine distro and just add one line : if N <> Randomiz then exit //outputs will change only if trig arise else so the whole thing is : ////////////////////////////////////////////////////// // Random Pattern Array // Generates a Random array of 0 or...
by oli_lab
22 Jan 2026, 00:27
Forum: Discussion générale
Topic: vst
Replies: 8
Views: 24319

Re: vst

Salut,
tu peux commencer déjà par faire rentrer du son dans un sampler cloud et de le mettre en record = 1
en mode circular
arrete le record si tu veux geler l'effet.
by oli_lab
20 Jan 2026, 11:24
Forum: Discussion générale
Topic: vst
Replies: 8
Views: 24319

Re: vst

Pourquoi ne pas patcher autour d'un "grain sampler cloud" pour obtenir quelque chose de similaire. Ce qui semble faire la singularité d'Algolunar, c'est les contrôles "correllés", ce qui peut être fait avec Usine en utilisant des "change scale" , un "random generator" et une matrice. En effet, lorsq...
by oli_lab
19 Jan 2026, 11:59
Forum: Discussion générale
Topic: vst
Replies: 8
Views: 24319

Re: vst

Salut Gwennaëlle,

sur le site d'Argolunar, il y a 2 version pour Mac, as tu essayé celle pour 10..8 ?

https://mourednik.github.io/argotlunar/
by oli_lab
18 Jan 2026, 22:11
Forum: Module development SDK
Topic: Audiofile
Replies: 2
Views: 22801

Re: Audiofile

Hi, I had a go with the audiofile command las few days. I managed to load wav files, but can't save any here is the part of the code that's not working : (it's included in a function that is called at callback) for (int i = 0; i < m_size; ++i) { sdkSetSampleAudioFile(audioFile, 1,i, m_buffer[i]); } ...
by oli_lab
31 Dec 2025, 16:46
Forum: News
Topic: Patch of the day !
Replies: 3
Views: 34220

Re: Patch of the day !

a l'an que vèn !
by oli_lab
31 Dec 2025, 13:00
Forum: News
Topic: Patch of the day !
Replies: 3
Views: 34220

Patch of the day !

a patch a day keeps the doctor away.
patch of the day.wkp
(278.76 KiB) Downloaded 1432 times
:)

Olivar
by oli_lab
23 Dec 2025, 16:30
Forum: Discussion générale
Topic: Nouveau ! Formation Usine Solo 2025
Replies: 7
Views: 28989

Re: Nouveau ! Formation Usine Solo

Bonjour, Les sessions 2025 ce sont super bien passées et les stagiaires sont reparti.e.s avec de nouvelles compétences ! Beaucoup de territoire a été couvert : - Les Global Arrays, avec un système de presets qui peut se répercuter sur différentes instances d'un même patch, - la communication OSC ent...
by oli_lab
17 Dec 2025, 23:12
Forum: Patching questions
Topic: Combobox contrôlé en midi
Replies: 6
Views: 24306

Re: Combobox contrôlé en midi

finalement, la solution complète :
Capture d'écran 2025-12-17 231031.png
avec une seule combobox

Olivar
by oli_lab
17 Dec 2025, 23:01
Forum: Patching questions
Topic: Combobox contrôlé en midi
Replies: 6
Views: 24306

Re: Combobox contrôlé en midi

Salut !

la solution avec x-1 et round(x) permet une meilleure répartition des valeurs autour du cercle, a mon humble avis.
Capture d'écran 2025-12-17 225847.png
by oli_lab
12 Dec 2025, 21:33
Forum: Suggestions & improvements
Topic: INCLUDE function in scripts?
Replies: 1
Views: 4004

Re: INCLUDE function in scripts?

Hi,
just a question : are the 277 scripts all the same or are they all different ?

if they are the same, a good idea would be to use the procedure thing : one procedure can be used in as much instances that you need.

cheers.

Olivar
by oli_lab
11 Dec 2025, 17:34
Forum: Patching questions
Topic: Show MIDI messages in Top Header
Replies: 5
Views: 3371

Re: Show MIDI messages in Top Header

good job, didn't thought about that one !

although your take has the disavantage of encombering the trace console ;-)
by oli_lab
02 Dec 2025, 18:38
Forum: Patching questions
Topic: Show MIDI messages in Top Header
Replies: 5
Views: 3371

Re: Show MIDI messages in Top Header

Hi,
I did a bit of archeology as HH3 is very oooold !
midi messages header HH3.wkp
(42.81 KiB) Downloaded 430 times
by oli_lab
01 Dec 2025, 19:36
Forum: Patching questions
Topic: Array Editor Load from file
Replies: 10
Views: 4737

Re: Array Editor Load from file

"Am I right if I say that when I change value in my Editor > it change the global Array > so the value pass out of "get global array" ?"

Guesso, but since it is the same values on each side, won't do any harm

++
Olivar
by oli_lab
01 Dec 2025, 16:57
Forum: Patching questions
Topic: Array Editor Load from file
Replies: 10
Views: 4737

Re: Array Editor Load from file

cool ! - my global string trick allows for readable file and better compatibility if you'll need to add columns later on. +1 (that's a good point) - the pass module after the "global array get array" is not necessary as you can add paas if change inside that module. the idea was to get global array...
by oli_lab
30 Nov 2025, 23:32
Forum: Patching questions
Topic: Array Editor Load from file
Replies: 10
Views: 4737

Re: Array Editor Load from file

cool ! - my global string trick allows for readable file and better compatibility if you'll need to add columns later on. - the pass module after the "global array get array" is not necessary as you can add paas if change inside that module. - you could use panel text module for display or at least ...
by oli_lab
30 Nov 2025, 22:30
Forum: Patching questions
Topic: Array Editor Load from file
Replies: 10
Views: 4737

Re: Array Editor Load from file

Hi,
I did this :
global array string.wkp
(123.76 KiB) Downloaded 416 times
by oli_lab
29 Nov 2025, 22:21
Forum: Discussion générale
Topic: Formation Usine "Solo" 2026
Replies: 2
Views: 12507

Formation Usine "Solo" 2026

Bonjour ! Vous débutez sur Usine ou vous êtes déjà un utilisateur expérimenté en recherche d’approfondissements ? Je propose des formations individuelles, sur mesure, pour s’initier à Usine ou aborder des fonctions avancées d’Usine, comme par exemple : - la polyphonie, - les Global Arrays, - l’inter...
by oli_lab
29 Nov 2025, 19:29
Forum: Patching questions
Topic: Array Editor Load from file
Replies: 10
Views: 4737

Re: Array Editor Load from file

Yeah you're right, there's something wrong. I have the same error and the only the 1st line loads. it is working fine with HH7 although it is exactly the same module in both versions. do you need any help with the global array trick ? there is 2 submodules in the various tools addons : array to stri...
by oli_lab
29 Nov 2025, 14:54
Forum: Patching questions
Topic: Array Editor Load from file
Replies: 10
Views: 4737

Re: Array Editor Load from file

Hi, that is probably because you ask to scan the array before knowing its size. but : Another way to do what you want would be to use global array string. on each of the 10 lines of the array you'll have the 13 values converted in strings like so : 10;26;54;12;80;0;56;29;13;22;35;44;29 makes for mor...
by oli_lab
27 Nov 2025, 21:12
Forum: Add-ons discussion
Topic: UserModule and MAC M4
Replies: 23
Views: 11689

Re: UserModule and MAC M4

OK, thank you

++
Olivar
by oli_lab
26 Nov 2025, 20:13
Forum: Add-ons discussion
Topic: UserModule and MAC M4
Replies: 23
Views: 11689

Re: UserModule and MAC M4

HI ! these have been updated for Macos and should be OK now, thanx for checking if they alright on you side. It is uploaded in the addons : Olilloscope 3ch (Olilloscope) in the modulilab : ADDSR V3 wavetable reader V2 wave packet V3 Velvet Noise (added the sparsity input for fun) Wave Extractor-V2 +...
by oli_lab
26 Nov 2025, 19:18
Forum: Add-ons discussion
Topic: UserModule and MAC M4
Replies: 23
Views: 11689

Re: UserModule and MAC M4

Hi !
can't find those :
- Wave Recorder V2 is Invalid
- Wave Recorder V3 is OK

do you mean wavetable reader ?
by oli_lab
21 Nov 2025, 14:58
Forum: Add-ons discussion
Topic: UserModule and MAC M4
Replies: 23
Views: 11689

Re: UserModule and MAC M4

it's Oli_Lab_Wavepackets_V3
by oli_lab
21 Nov 2025, 14:36
Forum: Add-ons discussion
Topic: UserModule and MAC M4
Replies: 23
Views: 11689

Re: UserModule and MAC M4

It helps hips !
Thank you, I look into that asap.
by oli_lab
21 Nov 2025, 11:54
Forum: Patching questions
Topic: audio drop out
Replies: 4
Views: 3486

Re: audio drop out

Same here, i removed the vu meters
by oli_lab
19 Nov 2025, 17:40
Forum: Add-ons discussion
Topic: UserModule and MAC M4
Replies: 23
Views: 11689

Re: UserModule and MAC M4

thanx, On my side, I will compile all the most recent ones and put them online here is the list of updated modules so far : (you'll need to remove the current addons then reload them, otherwise you'll get doubles) modulilab : PAF (phase aligned formant) gen wave packet V3 wavetable reader V3 phase d...
by oli_lab
19 Nov 2025, 14:56
Forum: Add-ons discussion
Topic: UserModule and MAC M4
Replies: 23
Views: 11689

Re: UserModule and MAC M4

Ok, thank you !
that is the good news,
now, the bad one :
I need to know all the modules that are not working so I can fix them.
and they are hundreds...
by oli_lab
19 Nov 2025, 12:24
Forum: Add-ons discussion
Topic: UserModule and MAC M4
Replies: 23
Views: 11689

Re: UserModule and MAC M4

Thanx CModica
If someone with an M2 can have a try, it will clear things up

I compiled an example from the SDK and a module of mine (with clean xcode project) can you give it a try again ?
thanx
Olivar
test2.zip
(117.59 KiB) Downloaded 375 times
by oli_lab
18 Nov 2025, 19:44
Forum: Add-ons discussion
Topic: UserModule and MAC M4
Replies: 23
Views: 11689

Re: UserModule and MAC M4

hum, it's getting very weird. I suspect it doesn't come from the compilation settings as they are all the same. I need to be sure it comes from something else in Xcode. I recompiled the gcd module (gcd_test) if it doesn't work >> problem with Xcode if it works>>it will mean that I have an issue with...
by oli_lab
18 Nov 2025, 09:13
Forum: News
Topic: temporary difficulties with WIN64 installation
Replies: 2
Views: 357339

Re: temporary difficulties with WIN64 installation

Hi !
this issue has been fixed as for Usine Win 6.0.251117,
Thank you Senso !
by oli_lab
13 Nov 2025, 10:28
Forum: General discussion
Topic: Your learning path in Usine?
Replies: 5
Views: 5699

Re: Your learning path in Usine?

Hi ! Welcome to Usine realm ! - What kind of background or knowledge helped you understand Usine? I did few years of Puredata so Usine looked easy ! - Did you come from audio programming, modular synths, scripting, or another field ? back in the days, I did a lot of midi programming and I have exper...
by oli_lab
11 Nov 2025, 16:47
Forum: Add-ons discussion
Topic: UserModule and MAC M4
Replies: 23
Views: 11689

Re: UserModule and MAC M4

Hello Olivar. I tested it with my new MacBook Pro M4 and it doesn't work. Both seem to be invalid. I downloaded the latest Modulilab update (Modulilab 34) to test them. They you for your work. Hi ! can you try to load the GCD module (datalab/math) into a M4 and tell me if it is loading ok ? I'm puz...
by oli_lab
11 Nov 2025, 13:05
Forum: Suggestions & improvements
Topic: oversampling
Replies: 0
Views: 3877

oversampling

Hi !
If we could oversample inside a subpatch, we could alievate the aliasing artefacts on peculiar audiopatches like wave multipliers or wave folders, filters.
This special subpatch will need a combobox to choose between various samplerates.

Thanks
by oli_lab
10 Nov 2025, 22:08
Forum: Add-ons discussion
Topic: UserModule and MAC M4
Replies: 23
Views: 11689

Re: UserModule and MAC M4

grego mondo wrote:
09 Nov 2025, 00:52
Load all right
did you load it in a MAC M4 ?

can you try ADDSRV3 and phaseDistortionV3 from modulilab34 ?
by oli_lab
08 Nov 2025, 17:54
Forum: Patching questions
Topic: Problème OSC
Replies: 13
Views: 9219

Re: Problème OSC

...et du coup j'ai une autre question... J'ai activé l'osc feedback sur certains objets (faders entre autres), affecté un nouveau port pour osc feedback, que j'ai reporté en "receive" dans Touch OSC, mais lorsque je manipule un objet dans Usine (fader par ex), l'objet correspondant dans Touch OSC r...
by oli_lab
08 Nov 2025, 10:46
Forum: Add-ons discussion
Topic: UserModule and MAC M4
Replies: 23
Views: 11689

Re: UserModule and MAC M4

Hi,
if someone can load the GCD module (datalab/math) into a M4 and tellsme if it is loading alrigth, that would be great !

thanx

Olivar
by oli_lab
05 Nov 2025, 09:19
Forum: Patching questions
Topic: Problème OSC
Replies: 13
Views: 9219

Re: Problème OSC

j'en ai d'autres :

- le port ouvert pour la reception OSC doit être different que celui du partage (share).
- les adresses OSC doivent commencer par un "slash" par exemple /usine/toto et non usine/toto/
by oli_lab
04 Nov 2025, 21:56
Forum: Patching questions
Topic: Problème OSC
Replies: 13
Views: 9219

Re: Problème OSC

Salut, Alors, dans le désordre : - touch OSC doit envoyer sur le même port que celui qui est ouvert dans Usine - touch OSC doit envoyer à cet ordinateur à son adresse IP ou en broadcast (adresse finissant par 255) - l'OSC doit être activé dans Usine - regarder dans trace ce qui arrive, en activant l...
by oli_lab
31 Oct 2025, 17:03
Forum: Add-ons discussion
Topic: UserModule and MAC M4
Replies: 23
Views: 11689

Re: UserModule and MAC M4

thank you,
I'll look into this matter asap,
looks like something has change on the Macos side
by oli_lab
29 Oct 2025, 17:06
Forum: Discussion générale
Topic: Moteur Video
Replies: 4
Views: 5838

Re: Moteur Video

Salut, il faut relier le VP à la prise HDMI, régler l'affichage de l'ordinateur en mode 2 écrans en mode étendu deplacer la fenetre vidéo dans le 2° écran (= le VP) sans doute utiliser en supplément un rack avec une sortie vidéo pour que la sortie reste active lorsqu'on éteint les autres racks avec ...
by oli_lab
26 Oct 2025, 09:20
Forum: General discussion
Topic: Global array as preset system
Replies: 2
Views: 5808

Re: Global array as preset system

sharing is wealth !
by oli_lab
24 Oct 2025, 22:40
Forum: Add-ons discussion
Topic: UserModule and MAC M4
Replies: 23
Views: 11689

UserModule and MAC M4

Hi,
IF someone with a MAC M4 could test those 2 modules : ADDSRV3 and phaseDistortionV3, that would be super cool.

these user modules can be found in the "Modulilab" addon (latest update).

thank you

Olivar
by oli_lab
23 Oct 2025, 20:53
Forum: General discussion
Topic: Global array as preset system
Replies: 2
Views: 5808

Global array as preset system

Hi, I am making a wild OSC interface with quite a bunch of RGBW Led's so I figured out a sleak way to command these Led's. It's a Global Array based preset system. (GA string) the LED color settings (+ dimmer, blinker...) are written in a global array. Then, Usine can read the table to set any LED, ...
by oli_lab
17 Oct 2025, 17:02
Forum: General discussion
Topic: Creating 8-channel project on stereo hardware.
Replies: 4
Views: 7321

Re: Creating 8-channel project on stereo hardware.

HI ! What I suggest is to do all your patching with 8 channels then, at the end of the audio chain, you insert a patch with 8inputs and 2 outputs and use the GRM space VR so you'll have a binaural monitoring from your headphones. when done, you can use a 8 channel output device instead of the stereo...
by oli_lab
12 Oct 2025, 23:57
Forum: Add-ons discussion
Topic: SostenutoSustain
Replies: 13
Views: 31932

Re: SostenutoSustain

Charlie O. wrote:
12 Oct 2025, 17:46
> 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 !
I fixed the code, and edited my previous post. It compiled alright but need some testing with MIDI.

Can you test it and tell us how it goes ?

Olivar
by oli_lab
12 Oct 2025, 16:26
Forum: Add-ons discussion
Topic: SostenutoSustain
Replies: 13
Views: 31932

Re: SostenutoSustain

yes, you're right, but unfortunately I am not yet fluent in the Pascal scripting lingo of Usine.
I'll try my best soonish

Olivar
by oli_lab
10 Oct 2025, 10:30
Forum: Patching questions
Topic: Global Data OSC
Replies: 7
Views: 163697

Re: Global Data OSC

jette un oeil à "array unpack" et "array one by one"
by oli_lab
09 Oct 2025, 23:26
Forum: Patching questions
Topic: Global Data OSC
Replies: 7
Views: 163697

Re: Global Data OSC

pour plus de beauté du geste, tu peux changer l'adresse d'un unique OSC send, dynamiquement en fonction de l'index de l'array qui a changé d'état. à condition qu'il n'y a pas de changements simultanés.
by oli_lab
09 Oct 2025, 19:09
Forum: Patching questions
Topic: Global Data OSC
Replies: 7
Views: 163697

Re: Global Data OSC

Yo ! Je complète la réponse de Baptiste : Global array OSC intéressant pour interfacer un appareil OSC avec usine qui envoie l'OSC de maniere incrémental (comme Touch OSC par exemple). Un ESP8266 (arduino) peut aussi envoyer de l'OSC sous cette forme, mais on peut aussi envoyer des ensembles de donn...
by oli_lab
08 Oct 2025, 21:33
Forum: Patching questions
Topic: tempo de sampler
Replies: 5
Views: 84350

Re: tempo de sampler

Pas de panique !
c'est prévu lors de ta formation Usine dans 2 semaines.

Olivar
by oli_lab
06 Oct 2025, 21:10
Forum: Add-ons discussion
Topic: SostenutoSustain
Replies: 13
Views: 31932

Re: SostenutoSustain

Hi, Found it in my archives ! // SostenutoSustain // // This script provides true Sostenuto & Sustain and their // corresponding interactions with each other. The goal is // to make them behave like true grand piano middle & // right pedals. // // Sostenuto: Basically holds notes whose dampers were ...
by oli_lab
02 Oct 2025, 00:08
Forum: General discussion
Topic: Missing midi device from devices view
Replies: 4
Views: 1175092

Re: Missing midi device from devices view

Hi, I think that you can set the name of the USB midi differently from one arduino to the other so the USB enumerator won't get confused : https://github.com/adafruit/Adafruit_TinyUSB_Arduino/blob/master/examples/MIDI/midi_multi_ports/midi_multi_ports.ino In you case use only 1 port hope this helps ...
by oli_lab
01 Oct 2025, 23:40
Forum: Patching questions
Topic: Problème avec enttec open sur mac
Replies: 2
Views: 106572

Re: Problème avec enttec open sur mac

Bonjour, il semble que cela soit un problème coté macos : traduction de l'article sur ce forum https://forums.prosoundweb.com/index.php?topic=181603.0 "Il existe une nouvelle fonctionnalité de sécurité qui demande l'autorisation de connecter des périphériques USB. J'ai constaté que dans certains cas...
by oli_lab
30 Sep 2025, 22:21
Forum: Patching questions
Topic: Dynamicly changing mapper values
Replies: 6
Views: 15386

Re: Dynamicly changing mapper values

although, if your "in values" are always 0,1,2,3,4...n, you can do that :
Capture d'écran 2025-09-30 221932.png
by oli_lab
28 Sep 2025, 17:41
Forum: Patching questions
Topic: Dynamicly changing mapper values
Replies: 6
Views: 15386

Re: Dynamicly changing mapper values

Hi,
only a change on the "in" input trigger a calculation of the input, so, if you want to change the "out values" on the fly, you'll need to have the datas to change at the input "in"
Capture d'écran 2025-09-28 173549.png
At last we can guess you're working on a sequencer :evil:

++
Olivar
by oli_lab
27 Sep 2025, 22:37
Forum: Patching questions
Topic: Dynamicly changing mapper values
Replies: 6
Views: 15386

Re: Dynamicly changing mapper values

Hi
can you post a patch ?
if you look at the values in the setting window, they don't update very often to save the CPU, check values on a wire.
++
Olivar
by oli_lab
27 Sep 2025, 22:29
Forum: Discussion générale
Topic: Communication Node / Usine / Gradateur
Replies: 14
Views: 343470

Re: Communication Node / Usine / Gradateur

Salut,
tu peux faire la manip avec la box sfr sans problème.
place le routeur DMX en mode DHCP
chaque machine doit avoir une adresse differente
masque de sous réseau 255.255.255.0
by oli_lab
26 Sep 2025, 18:31
Forum: Discussion générale
Topic: Communication Node / Usine / Gradateur
Replies: 14
Views: 343470

Re: Communication Node / Usine / Gradateur

J'ajouterai quand même, pour la beauté du geste et le respect des traditions de l'Artnet, que si tu achètes et dédie un routeur à cette fonction, tu peux faire la même chose avec le DHCP de ton routeur qui attribut des IP 10.0.0. ... ou 2.0.0. ... Moi c'est ce que je fais mais j'aime les traditions...
by oli_lab
26 Sep 2025, 15:41
Forum: Discussion générale
Topic: Communication Node / Usine / Gradateur
Replies: 14
Views: 343470

Re: Communication Node / Usine / Gradateur

Salut Zoé, sur les sceenshots d'IPscan, on voit que l'adresse de ton ordinateur est à 192.168.1.92 et la 2° est soit celle d'un routeur internet (généralement finie en 1) soit le routeur DMX. de plus Usine voit une autre adresse : c'est bizarre : peut être qu'il faudrait arreter puis redemarrer la c...
by oli_lab
23 Sep 2025, 19:04
Forum: Discussion générale
Topic: Communication Node / Usine / Gradateur
Replies: 14
Views: 343470

Re: Communication Node / Usine / Gradateur

Salut, Les trucs tout simple en premier : -Wifi éteinte sur l'ordinateur ? - artnet actif ? Capture d’écran 2025-09-23 185442.png - cable réseau OK ? verifier sur le switch que les led sont au vert ou orange - utiliser un outil réseau type angry IP scanner pour Mac ou IpScan pour Windows https://www...
by oli_lab
18 Sep 2025, 13:08
Forum: News
Topic: temporary difficulties with WIN64 installation
Replies: 2
Views: 357339

temporary difficulties with WIN64 installation

Hi, Since few days, Windows Defender prevent Usine to launch when Usine is lauch for the first time on a computer. To be able to launch Usine properly, this is what you should do : go to the "bin" folder in the "Usine Win 6.0.250506" folder then click on "usine.exe" : Usine should launch, after Wind...
by oli_lab
18 Sep 2025, 12:48
Forum: General discussion
Topic: impossible to open Usine Win250605
Replies: 5
Views: 41158

Re: impossible to open Usine Win250605

Found the culprit :
the windows Defender now blocks the usine.exe that you usually click on to launch Usine.

while Senso is working on it, there is a work around : open the "bin" folder and launch Usine.exe from here.

one this is done, the other usine.exe will work as usual.
by oli_lab
18 Sep 2025, 11:18
Forum: General discussion
Topic: impossible to open Usine Win250605
Replies: 5
Views: 41158

Re: impossible to open Usine Win250605

I try to upload it and open it and I have the same problem as you : there must be something wrong on the server side, I see to it with Senso
by oli_lab
18 Sep 2025, 00:34
Forum: General discussion
Topic: impossible to open Usine Win250605
Replies: 5
Views: 41158

Re: impossible to open Usine Win250605

Hi,
- did you reboot your computer ?
- did you unzip the Usine package ?
- you can try to open it in administrator mode
by oli_lab
17 Sep 2025, 21:40
Forum: Patching questions
Topic: routing and replace
Replies: 10
Views: 12141

Re: routing and replace

Hi,
too bad for the challenge, here is a cyclic switch that manages polyphony without midi.

You'll need Modulilab addon because of the addsr module.

I let you test it for bugs

cheers

Olivar
by oli_lab
12 Sep 2025, 16:19
Forum: Patching questions
Topic: panner : no collision behavior
Replies: 4
Views: 19610

Re: panner : no collision behavior

Hi François,

I like the idea,.

Here is a patch to achieve it :
physics no collision.wkp
(222.17 KiB) Downloaded 261 times
Cheers

Olivar
by oli_lab
12 Sep 2025, 15:45
Forum: Patching questions
Topic: routing and replace
Replies: 10
Views: 12141

Re: routing and replace

HI ! please note that the part that goes from the array output of the matrix is just here because I plan to use this patch with an OSC interface. if you're planning to use this patch with a panel matrix and you intend to click directly on it, you can use this mod : Capture d'écran 2025-09-12 153915....
by oli_lab
11 Sep 2025, 23:56
Forum: Discussion générale
Topic: inputs et outputs de rack
Replies: 15
Views: 499653

Re: inputs et outputs de rack

- verifier que la taille de l'array qui entre dans le mixer soit égale au nombre d'entrée

- faire un "recreate module" pour le mixer
by oli_lab
11 Sep 2025, 10:19
Forum: Patching questions
Topic: routing and replace
Replies: 10
Views: 12141

Re: routing and replace

@grego : thank you for your patch! It seems to me that it'd be interesting to have a data dispatch object and a data expand object as they exist for Midi. What do you think about this? Shall I ask for it in suggestions? I did a Midi demux module some time ago, it shouldn't be too much trouble to ad...
by oli_lab
10 Sep 2025, 21:29
Forum: Discussion générale
Topic: inputs et outputs de rack
Replies: 15
Views: 499653

Re: inputs et outputs de rack

I guess the audio matrix is not necessary for your stereo bus
receives verb Oli_Lab.pat
(176.59 KiB) Downloaded 284 times
switch name could benefit from the same kind of global array string thing I did for the previous patch

cheers

Olivar
by oli_lab
10 Sep 2025, 15:16
Forum: Discussion générale
Topic: inputs et outputs de rack
Replies: 15
Views: 499653

Re: inputs et outputs de rack

Yo J'ai envie de dire les bus sont tes amis mais la matrix aussi !! Ci joint un petit patch qui permet de matricer tes midi learns vers le bus 1 , 2, 3 ou 4 (et plus bien sûr) dans l'ordre que tu veux puis d'en faire des preset :-) Schuss les global arrays aussi sont nos amis ! remarques : utiliser...
by oli_lab
10 Sep 2025, 14:18
Forum: General discussion
Topic: CPU consumption
Replies: 4
Views: 14878

Re: CPU consumption

it's working fine on my computer
by oli_lab
10 Sep 2025, 00:09
Forum: General discussion
Topic: CPU consumption
Replies: 4
Views: 14878

Re: CPU consumption

Hi,
show us the patch, so we can decide what's going on.
Olivar
by oli_lab
10 Sep 2025, 00:07
Forum: Patching questions
Topic: routing and replace
Replies: 10
Views: 12141

Re: routing and replace

Hi, You have to use an array of 8 elements. when a cell is set to 1, the array store the number of the cell when the cell is release, your patch must search the element in the array that is of value the number of the cell then set it to -1 when you click on another cell, the patch search for the fir...
by oli_lab
08 Sep 2025, 01:14
Forum: Patching questions
Topic: Bug on midi ouptut
Replies: 1
Views: 13070

Re: Bug on midi ouptut

Hi, I think that those CC# 38,98,99,100 & 101 in you DAW that is receiving from Usine. 38 is data entry 98,99, 100 and 101 are for 14bit NRPN and RPN so if you do send them, you DAW can only use them for that purpose and not as ordinary continuous messages. https://www.presetpatch.com/midi-cc-list.a...
by oli_lab
07 Sep 2025, 18:16
Forum: Add-ons discussion
Topic: Enhanced Player audio with template
Replies: 9
Views: 104809

Re: Enhanced Player audio with template

Hi,
I merged the release ideas with the saving of markers as text files thingo and I published a new addon !
by oli_lab
05 Sep 2025, 23:14
Forum: Add-ons discussion
Topic: Enhanced Player audio with template
Replies: 9
Views: 104809

Re: Enhanced Player audio with template

Great job ! I'm sure now that global arrays have no secret for you ! definitely will steal the "release" concept for some live improv situation. here's a method to set, save and retrieve the markers as text files (.mkrs) in the same folder as the wave file. save markers in text files.pat enjoy ! Oli...
by oli_lab
05 Sep 2025, 21:28
Forum: Suggestions & improvements
Topic: Touch Pressure / SIze
Replies: 2
Views: 13189

Re: Touch Pressure / SIze

Hi !
What I did is a program with Processing4 to be ran on another PC so it send all thing a Wacom Intuos is doing to Usine via OSC :

it is here :
https://www.dropbox.com/scl/fi/km6qnnsx ... zimw0&dl=0
by oli_lab
04 Sep 2025, 21:42
Forum: General discussion
Topic: SOLO/MUTE Module
Replies: 10
Views: 925453

Re: SOLO/MUTE Module

Well done Greggo, very cleverly designed !
Here's my 2cents :
Solo-Mute-Oli_Lab.pat
(139.99 KiB) Downloaded 273 times
Yours is ligther on the CPU but.
by oli_lab
29 Aug 2025, 11:46
Forum: Patching questions
Topic: Usine freeze au scan des plugins
Replies: 1
Views: 65821

Re: Usine freeze au scan des plugins

Salut,
peut-être qu'il faut ouvrir Usine dans une petite fenêtre, plutôt qu'en plein écran pour essayer de voir les fenêtres qui s'ouvre derrière ?
by oli_lab
20 Aug 2025, 22:36
Forum: Patching questions
Topic: Syncing Samplers
Replies: 4
Views: 20594

Re: Syncing Samplers

Hi, 198 views are probably bots browsing the forums. for your sync question, it depends what you really want to do : if all your loops are the same tempo, basic samplers set to "cycle" loop mode and master tempo set to the same value should do. if loops are different tempo, you'll need "grain sample...
by oli_lab
20 Aug 2025, 22:20
Forum: Patching questions
Topic: record midi control
Replies: 9
Views: 53789

Re: record midi control

check the "event recorder V2" from Oli_Lab !

records datas, play at any speed etc...

you should use external arrays to have recordings saved in preset, see example.

cheers
by oli_lab
20 Aug 2025, 22:13
Forum: General discussion
Topic: SOLO/MUTE Module
Replies: 10
Views: 925453

Re: SOLO/MUTE Module

Hi,
The answer is : rack settings module
Capture d'écran 2025-08-20 220939.png
by oli_lab
07 Jul 2025, 22:20
Forum: Add-ons discussion
Topic: Event Recorder V2 !
Replies: 8
Views: 25075

Re: Event Recorder V2 !

Hi,
I reloaded the data lab, it is now data_lab8, tell me if it is OK
thanks

Olivar
by oli_lab
06 Jul 2025, 22:01
Forum: Add-ons discussion
Topic: Event Recorder V2 !
Replies: 8
Views: 25075

Re: Event Recorder V2 !

do you have the same problem with last version of modulilab ?
It is weird as I recompile most of it at the same time.

Olivar
by oli_lab
06 Jul 2025, 13:59
Forum: Add-ons discussion
Topic: Event Recorder V2 !
Replies: 8
Views: 25075

Re: Event Recorder V2 !

Hi,
what is your Usine version ? macos modules are suppose to be "universal"
I'll check out soonish

Olivar
by oli_lab
04 Jul 2025, 18:07
Forum: Add-ons discussion
Topic: Event Recorder V2 !
Replies: 8
Views: 25075

Event Recorder V2 !

Hi,
there's a new version of the event recorder : it's with the data_lab addon ,
check the example as it is not working out of the box, it need patching to use the new preset capability

enjoy,
Olivar
by oli_lab
28 Jun 2025, 13:07
Forum: Suggestions & improvements
Topic: array display
Replies: 3
Views: 20872

Re: array display

You mean you feed a step sequencer with your Array and move your cursor where you want to ? ... I think I already asked for that, it would be really more efficient to quickly read an array and find the value you're looking at ... It's just for visualisation purpose. otherwise I'll use "get element ...
by oli_lab
27 Jun 2025, 17:04
Forum: Suggestions & improvements
Topic: array display
Replies: 3
Views: 20872

Re: array display

the answer is : use the step sequencer !
by oli_lab
26 Jun 2025, 18:09
Forum: Suggestions & improvements
Topic: array display
Replies: 3
Views: 20872

array display

Hi,
in the array display, there is parameters for a cursor, wich is great, but couldn't find any input to actually move the cursor.
Also it would be fun to be able to set the steps colour individually with a color array.

Cheers

Olivar
by oli_lab
18 Jun 2025, 12:03
Forum: Discussion générale
Topic: inputs et outputs de rack
Replies: 15
Views: 499653

Re: inputs et outputs de rack

Salut, Si j'ai bien compris, tu veux pouvoir brasser les entrées MIDI et audio ? pour l'audio, tu peux inserer un patch avec des entrées et sorties audio reliées entre elles. Puis remettre les sorties dans l'ordre que tu veux. Capture d’écran 2025-06-18 115736.png pour le MIDI, on peut faire suivant...
by oli_lab
17 Jun 2025, 14:28
Forum: Module development SDK
Topic: ppq
Replies: 0
Views: 32721

ppq

Hi,
is there a way to get the ppq value with the sdk ?

thanx

Olivar
by oli_lab
11 Jun 2025, 22:15
Forum: Patching questions
Topic: Emulation de la pédale super égo+ de chez electroHarmonix
Replies: 5
Views: 446595

Re: Emulation de la pédale super égo+ de chez electroHarmonix

essaie de mettre ton detecteur dans le dernier patch que j'ai fait, ça devrait peut être mieux aller.
pilote le switch "bypass" avec le détecteur
by oli_lab
11 Jun 2025, 15:46
Forum: Patching questions
Topic: Emulation de la pédale super égo+ de chez electroHarmonix
Replies: 5
Views: 446595

Re: Emulation de la pédale super égo+ de chez electroHarmonix

Salut, Oui, tu as raison, j'ai regardé d'autres vidéos entre temps. je n'avais pas capté qu'il y avait un mode freeze automatique. l'effet de freeze est suivi d'un FX plus classique (rotary etc...) ce qui donne un meilleur rendu que brut. Pour la detection, tu peux essayer de filtrer le signal avant...
by oli_lab
10 Jun 2025, 16:27
Forum: Patching questions
Topic: Emulation de la pédale super égo+ de chez electroHarmonix
Replies: 5
Views: 446595

Re: Emulation de la pédale super égo+ de chez electroHarmonix

Salut, J'ai regardé le manuel de la pédale et il me semble que tu peux reproduire cet effet avec 2 reverbes que tu freezes alternativement avec un toggle sur le bouton "bypass" lorsque le freeze est relaché, la reverb est libérée et on entend la queue de la reverb pendant ce temps, l'autre reverb, a...
by oli_lab
09 Jun 2025, 18:12
Forum: General discussion
Topic: Wavetables
Replies: 15
Views: 51608

Re: Wavetables

Hi !
Not very fluent with MACOS, only fire the mac mini to compile the user modules !

As I understand, all the things Usine are in the Usine folder in the app folder.

You may do a search for "wavetables" as its the name of the folder I put them in.

Tell us when it's OK

Cheers

Olivar
by oli_lab
08 Jun 2025, 21:20
Forum: General discussion
Topic: Wavetables
Replies: 15
Views: 51608

Re: Wavetables

ho sorry for that !
the wavetables are located in the modulilab/oscillators folder within the addons.

cheers

Olivar
by oli_lab
06 Jun 2025, 19:18
Forum: General discussion
Topic: Wavetables
Replies: 15
Views: 51608

Re: Wavetables

Hi,
I fixed a bug in the wavetable reader V2 module and made a V3 pretty much improved !

need to update the modulilab and oliloscope addons.

check the example here :
wavetable reader V3.wkp
(916.78 KiB) Downloaded 813 times
enjoy !

Olivar
by oli_lab
05 Jun 2025, 19:29
Forum: General discussion
Topic: Wavetables
Replies: 15
Views: 51608

Re: Wavetables

Hi, I checked the code for the module and there is an alogo to cater to different format of waves : if its a PPG wave, it's less than 32768 samples and divided in 64 one-cycle waveforms, otherwise, if it's bigger its divided in 256 one-cycle waveforms. I'm working on a new version of the wavetable m...
by oli_lab
03 Jun 2025, 11:24
Forum: Suggestions & improvements
Topic: multitrack recorder
Replies: 13
Views: 29862

Re: multitrack recorder

Now in the addons !
Varispeed will be for another time as is very tricky to make a nice sounding speed control. Will explore this with the Hydrogen V5 !
cheers
Olivar
by oli_lab
31 May 2025, 13:02
Forum: General discussion
Topic: importing patches from Usine 5.x to 6.x
Replies: 11
Views: 46899

Re: importing patches from Usine 5.x to 6.x

The other thing is the event classes in the sdk have changed so some user modules may need to be recompiled - one of my user modules needs to be recompiled to work on hh6. Basically a null event pointer used to be filled in automatically and it does not on hh6. This is accomplished using the new ev...
by oli_lab
29 May 2025, 12:09
Forum: Patching questions
Topic: Alternatives to 'has changed'?
Replies: 4
Views: 33400

Re: Alternatives to 'has changed'?

Hi, I did something like this for Arduino talking to Usine in OSC : each time a value is sent (generally a character from a keyboard) the micro-controller send an OSC message with the char.value and a random 16bit integer. On Usine side, the second value will go to a "has change" module to trigger t...
by oli_lab
25 May 2025, 00:05
Forum: General discussion
Topic: Wavetables
Replies: 15
Views: 51608

Re: Wavetables

Hi,
try the module from Oli_lab, it is more compliant with different wavetables ans has a interpolation option for smooth transitions between waves !
Capture d’écran 2025-05-25 000236.png
by oli_lab
24 May 2025, 15:57
Forum: General discussion
Topic: Wavetables
Replies: 15
Views: 51608

Re: Wavetables

Hi !
an online tool and repository : https://www.carvetoy.online/

and offline tool : https://audioz.download/software/win/11 ... eware.html
by oli_lab
23 May 2025, 16:40
Forum: Suggestions & improvements
Topic: multitrack recorder
Replies: 13
Views: 29862

Re: multitrack recorder

Hi,
it is like an "inline" recording desk : on the same strip you can even listen to the incoming live audio (channel) or what is recorded (monitor)

https://www.audiomasterclass.com/blog/a ... whats-that

did you try the example or just the module ?
by oli_lab
23 May 2025, 13:06
Forum: Suggestions & improvements
Topic: multitrack recorder
Replies: 13
Views: 29862

Re: multitrack recorder

thanx for the comments. - monitoring switches have a strange behaviour while "listening" to the original sample: if you click just one it soloes the corresponding track, but if you select two or more no sound is outcoming can't reproduce the bug on my side. do you use last HH6 version ? When looping...
by oli_lab
21 May 2025, 10:48
Forum: Suggestions & improvements
Topic: multitrack recorder
Replies: 13
Views: 29862

Re: multitrack recorder

Hi, Still a work in progress, I choose to stay in the "multitrack tape recorder" kind of thing, hence the "channel/monitor" switches will probably add few things as : - a "load file" button (that will induce the need for an output "nb of used track") . - varispeed at record and play (the chipmunk pa...
by oli_lab
20 May 2025, 14:55
Forum: Module development SDK
Topic: Audiofile
Replies: 2
Views: 22801

Re: Audiofile

Finally I will make some code from scratch with ofstream direct in C++ so I will be able to adress the metata datas in the wave file as well.

wish me luck

Olivar
by oli_lab
13 May 2025, 19:40
Forum: Patching questions
Topic: créer des presets de patch sans fichier
Replies: 3
Views: 96316

Re: créer des presets de patch sans fichier

Salut Gwennaelle,

juste une case à cocher pour sauver la liste dans le preset, mais dans le cas d'utilisation avec un file lister, ce n'est pas necessaire.
Capture d’écran 2025-05-13 193741.png
Capture d’écran 2025-05-13 193741.png (8.48 KiB) Viewed 92397 times
pour le reste, il me faut voir ton patch !

++

Olivar
by oli_lab
12 May 2025, 00:52
Forum: Module development SDK
Topic: OFF caption
Replies: 0
Views: 28038

OFF caption

Hi,
Is it possible to set the OFF caption of a switch with the SDK ?

there a pParamInfo->Caption to set the ON caption, but nothing for the OFF caption

Thanks

Olivar
by oli_lab
11 May 2025, 14:03
Forum: Patching questions
Topic: Fixture's dimmer number
Replies: 6
Views: 25454

Re: Fixture's dimmer number

No problem, This patch will be recycled for a synthesiser matrix anyway ;-)
by oli_lab
11 May 2025, 12:03
Forum: Patching questions
Topic: Fixture's dimmer number
Replies: 6
Views: 25454

Re: Fixture's dimmer number

Hi !
I'm affraid it is not possible, better ask Senso !
Olivar
by oli_lab
10 May 2025, 12:52
Forum: Add-ons discussion
Topic: Morphing Filters
Replies: 6
Views: 33479

Re: Morphing Filters

SylvainT wrote:
09 May 2025, 19:53
Well done Olivar. I'll try to give a look at your work as soon as I can and propose something.
Cheers
1rst prize is 1 "galette-saucisse" !
by oli_lab
10 May 2025, 12:50
Forum: Patching questions
Topic: Fixture's dimmer number
Replies: 6
Views: 25454

Re: Fixture's dimmer number

Hi,
Here's a simple array answer !

Can be expanded to as much faders and fixtures you need
dimmer matrix.wkp
(178.17 KiB) Downloaded 669 times
by oli_lab
07 May 2025, 16:17
Forum: Suggestions & improvements
Topic: multitrack recorder
Replies: 13
Views: 29862

Re: multitrack recorder

Hey Olivar, Good suggestions, but don't you think it is a Pandora box ? Sylvain indeed, but as I said, the goal is not to do a Reaper thing inside Usine, but to have a scratchbook, a bit like the Zoom L6 I'm actually on a user module for it, I started to build the transport mecanism with play, reco...
by oli_lab
05 May 2025, 19:33
Forum: Module development SDK
Topic: Audiofile
Replies: 2
Views: 22801

Audiofile

Hi, I'm trying to use the "audiofile" class in the SDK to make a multitrack file but I get some errors : My idea is to have a multitrack wave file that I can save (or load) and populate it with samples But I think I get something wrong. If I want to have a recorder like the "audios ampler recorder" ...
by oli_lab
05 May 2025, 15:18
Forum: Suggestions & improvements
Topic: multitrack recorder
Replies: 13
Views: 29862

Re: multitrack recorder

Something like that : work in progress
Capture d’écran 2025-05-05 151617.png
by oli_lab
03 May 2025, 13:02
Forum: Patching questions
Topic: text in live character by character
Replies: 4
Views: 23955

Re: text in live character by character

Hi !
it is in the datalab addon.
works with any Usine version from HH3 for the win64 module and for MAC I don't know as my module is for both M series and Intel

if you need an older version I will get older versions in my archives

cheers
Oli_Lab_string_Flip.zip
(158.67 KiB) Downloaded 896 times
by oli_lab
01 May 2025, 21:23
Forum: Patching questions
Topic: text in live character by character
Replies: 4
Views: 23955

Re: text in live character by character

Hi,
You'll need the "string flip" module, the first user module I made to be able to write strings on my Minitels !

it's in the DataLab addons
Capture d’écran 2025-05-01 212004.png
by oli_lab
30 Apr 2025, 17:46
Forum: Patching questions
Topic: Using Global Arrays
Replies: 6
Views: 24256

Re: Using Global Arrays

Hi,
there could be only one instance of Global array creation, maybe you create the same array in different scripts ?
cheers

Olivar
by oli_lab
30 Apr 2025, 17:09
Forum: Suggestions & improvements
Topic: Cloud sampler improvment
Replies: 2
Views: 20576

Cloud sampler improvment

Hi ! I'm currently reading this article on granular synthesis, quite exhaustive ! I'm trying to use this knowledge to implement new patches for Usine (an add-on is commng) The actual cloud sampler is quite complete as well. I wonder if it would be interesting to have the option to have the pitch to ...
by oli_lab
25 Apr 2025, 16:39
Forum: Patching questions
Topic: Changer le nom d'un module lors du changement de preset
Replies: 2
Views: 78301

Re: Changer le nom d'un module lors du changement de preset

Salut,

Oui, c'est possible, en utilisant un comboBox dont la liste contient les differents noms.

voir fichier joint
change name switch.pat
(20.04 KiB) Downloaded 729 times
Olivar
by oli_lab
25 Apr 2025, 16:29
Forum: Discussion générale
Topic: Wacom uniquement pour Usine et pas comme souris
Replies: 5
Views: 74105

Re: Wacom uniquement pour Usine et pas comme souris

Salut, J'ai bricolé du code pour processing4, ça fonctionne avec PC Win64, le code est joint pour une compilation sur MAC (sans garantie) on peut aussi le faire tourner sur un raspberryPi pour un réseau 192.168.0.xxx, sur le port 6666, mais on peut le changer en début de code. c'est pour une souris,...
by oli_lab
25 Apr 2025, 10:54
Forum: Discussion générale
Topic: Wacom uniquement pour Usine et pas comme souris
Replies: 5
Views: 74105

Re: Wacom uniquement pour Usine et pas comme souris

Salut, La solution avec Arduino c'est peut être un peu complexe. J'ai regardé comment faire avec un 2° Usine sur un autre ordinateur, mais le module "Mouse get" prend tout la surface d'Usine et il y a le risque qu'on clique sur des boutons d'Usine. une solution serait d'utiliser un 2° ordinateur en ...
by oli_lab
23 Apr 2025, 13:53
Forum: Patching questions
Topic: multidimensional arrays in scripts?
Replies: 5
Views: 28360

Re: multidimensional arrays in scripts?

Hi !
If you want variable size array, the best should be to use vectors en C++, and make a user module.

or a simpler way, use polyphony and an array within a sub-array ?

if the process is too heavy on the CPU, you can also use the "procedure" method.

cheers
arrays within arrays matrix.wkp
(676.35 KiB) Downloaded 891 times
by oli_lab
22 Apr 2025, 12:13
Forum: Discussion générale
Topic: Wacom uniquement pour Usine et pas comme souris
Replies: 5
Views: 74105

Re: Wacom uniquement pour Usine et pas comme souris

Salut,
un host USB raccordé à un arduino R4, un bouclier Ethernet et les données de la tablette converties en OSC, disponible sur le réseau.
by oli_lab
20 Apr 2025, 19:43
Forum: Suggestions & improvements
Topic: multitrack recorder
Replies: 13
Views: 29862

multitrack recorder

Hi ! Would it be a good idea to have an audio module that allow any audio that come at its input to be recorded on the grid ? I'm not talking about a full fledge Reaper sort of thing but more like a notepad for audio. Or maybe redirect the already present recorder into the grid ? Or a multitrack aud...
by oli_lab
15 Apr 2025, 15:36
Forum: General discussion
Topic: Objects or cables?
Replies: 7
Views: 35417

Re: Objects or cables?

Hi !
from the scripts, you can control any parameter in Usine : https://www.brainmodular.com/manuals/hh ... ne-objects
cheers
by oli_lab
04 Apr 2025, 23:22
Forum: Suggestions & improvements
Topic: Show value of control in parameters window
Replies: 11
Views: 55793

Re: Show value of control in parameters window

hi !

I like to use the constant when patching so I can figure out the values, then I remove them when the patch is OK
Capture d’écran 2025-04-04 231829.png
by oli_lab
04 Apr 2025, 20:33
Forum: General discussion
Topic: Objects or cables?
Replies: 7
Views: 35417

Re: Objects or cables?

as Sylvain said, I'll stick to easy maintenance patching : on/off patch or patchs that are set on/off by the grid, globalarrays are powerful as you can make one for each VST parameters and save global arrays as text files. Getting a 2025 computer is quite a good idea also. Since I got this mini PC R...
by oli_lab
04 Apr 2025, 11:38
Forum: Patching questions
Topic: créer des presets de patch sans fichier
Replies: 3
Views: 96316

Re: créer des presets de patch sans fichier

Salut Gwennaelle,
voir fichier joint.(exemple 2)

si les fichiers audio sont grands, il faut prévoir de ne charger qu'un fichier à la fois dans le sampler, c'est plus léger ! (voir exemple 3)
by oli_lab
17 Mar 2025, 17:39
Forum: Patching questions
Topic: Enttec opendmx
Replies: 4
Views: 38976

Re: Enttec opendmx

Salut, il peut avoir un conflit avec un autre driver FTDI, comme celui pour les Arduinos. verifier aussi que le driver n'est pas utilisé par un autre logiciel lorsque Usine est ouvert https://support.enttec.com/support/solutions/articles/101000395651-open-dmx-usb-windows-software-not-recognizing-dev...
by oli_lab
11 Mar 2025, 13:25
Forum: Patching questions
Topic: error [audio] hdspf init failed
Replies: 4
Views: 30389

Re: error [audio] hdspf init failed

hdspf is RME related

But I agree that MOTU is not that good with PC drivers.

try desactivate the RME driver in windows system while using MOTU, could be an IRQ conflict.
by oli_lab
11 Mar 2025, 12:49
Forum: Patching questions
Topic: error [audio] hdspf init failed
Replies: 4
Views: 30389

Re: error [audio] hdspf init failed

Hi,
comes from your RME driver ?

Maybe update it and try to remove the config file of Usine.

Cheers

Olivar
by oli_lab
06 Mar 2025, 19:32
Forum: Add-ons discussion
Topic: Morphing Filters
Replies: 6
Views: 33479

Re: Morphing Filters

Hi !

saving : get inside the subpatch an click on "save "subpatch as"
save it in a place where the module browser goes.
savesubpatch.gif

loading : click and drag from the browser.
savesubpatch.gif
by oli_lab
05 Mar 2025, 23:11
Forum: Add-ons discussion
Topic: Morphing Filters
Replies: 6
Views: 33479

Morphing Filters

Hi everyone ! You've probably noticed my enthusiasm for the sub-patch concept, especially now that we can save and use them as modules. It's a game-changer! I've created an "int-diff" module inspired by my nostalgia for the digital filters of my EMU sampler from the late 1990s. And here's where it g...
by oli_lab
16 Feb 2025, 14:09
Forum: Discussion générale
Topic: Couleurs des Presets dans la grille
Replies: 7
Views: 29165

Re: Couleurs des Presets dans la grille

Salut,
C'est vrai que la couleur c'est pratique,
si on pouvait rechercher les presets inutilisés dans la grille ou bien les éléments dans la grille, peut être que ce serait pratique ?

Olivar
by oli_lab
16 Feb 2025, 02:00
Forum: Patching questions
Topic: DISPATCH et RECORD AUDIO GRAIN SAMPLER
Replies: 5
Views: 32858

Re: DISPATCH et RECORD AUDIO GRAIN SAMPLER

Bonjour,

Tu es sur la bonne voie !

en mode normal, le dispatch fonctionne entre 0 et 5.

voir fichier joint
dispatch audio to diffrent outputs.wkp
(121.28 KiB) Downloaded 809 times
by oli_lab
15 Feb 2025, 22:13
Forum: Add-ons discussion
Topic: New User Modules for Usine Hollyhock : Building blocks for morphing filters !
Replies: 0
Views: 30912

New User Modules for Usine Hollyhock : Building blocks for morphing filters !

Hi ! This addon is a special one ! It contains 2 new modules and a submodule only. The modules are designed as the building blocks to make morphing filters. The submodule is just an example of what we can do. Now, I'd like you, the users, to use these modules to build some more filters and share the...
by oli_lab
13 Feb 2025, 19:19
Forum: Discussion générale
Topic: Nouveau ! Formation Usine Solo 2025
Replies: 7
Views: 28989

Nouveau ! Formation Usine Solo 2025

Oli_Lab , en partenariat avec Whiti Audio, propose une formation Usine Hollyhock tout niveau, en solo. Pour les professionnels des arts du spectacle, il est souvent difficile de trouver des dates de formation qui s’adaptent à leurs contraintes. Cette formation offre une solution unique : des dates ...
by oli_lab
13 Feb 2025, 17:58
Forum: Patching questions
Topic: Binds name
Replies: 7
Views: 32067

Re: Binds name

Hi ! What I usually do with sensors is to have an interface patch that goes from OSC receive to busses, then you can bind the busses from the bind windows, and get the bind name to the caption of the fader. If you want to do that from the tool box, I find it a good idea, but not possible as yet. Bes...
by oli_lab
12 Feb 2025, 21:07
Forum: Patching questions
Topic: Binds name
Replies: 7
Views: 32067

Re: Binds name

I got it ! Binding output gives the name of the BUS that is linked to the fader, not a fader What you can get is the the unique ID number of the fader that is bound to fader A, but only thru the usine-object : usine.workspace.rack01.patch01.fadera.bind-id (TEXT) then you'll need to search a table ma...
by oli_lab
12 Feb 2025, 16:11
Forum: Patching questions
Topic: Binds name
Replies: 7
Views: 32067

Re: Binds name

Hi !
You can get the string value from an output at the far bottom of the full deployed module :
binding name.png
OR

you can use the usine objects with a script

usine.workspace.rack01.patch01.fader-1.binding (TEXT)

cheers
by oli_lab
12 Feb 2025, 16:01
Forum: Patching questions
Topic: Array Save Load File ?
Replies: 3
Views: 30826

Re: Array Save Load File ?

Hi !
Using GA save load file module and global array will allow you to save all the data you need to save in one unique file :
save array.png
by oli_lab
11 Feb 2025, 20:02
Forum: Patching questions
Topic: DISPATCH et RECORD AUDIO GRAIN SAMPLER
Replies: 5
Views: 32858

Re: DISPATCH et RECORD AUDIO GRAIN SAMPLER

Peut être qu'il faut simplement dupliquer le rack pour avoir plusieurs sampleurs qui vont automatiquement distribuer le son dans les 6 sorties ?
by oli_lab
09 Feb 2025, 18:34
Forum: Patching questions
Topic: DISPATCH et RECORD AUDIO GRAIN SAMPLER
Replies: 5
Views: 32858

Re: DISPATCH et RECORD AUDIO GRAIN SAMPLER

Bonjour,
j'ai fait un patch qui devrait résoudre le problème posé !
Olivar
dispatch audio to diffrent outputs.wkp
(119.66 KiB) Downloaded 812 times
by oli_lab
03 Feb 2025, 23:11
Forum: Patching questions
Topic: Could not bind sockets
Replies: 1
Views: 29253

Re: Could not bind sockets

socket already open ? check port and address.
if it is MACOS Sequoia, see this thread : https://www.brainmodular.com/forums/vie ... =25&t=7322
by oli_lab
31 Jan 2025, 00:52
Forum: Additional Packs
Topic: Spice_Lab
Replies: 2
Views: 44723

Spice_Lab

A new addon is online : Spice_Lab

User modules to spice up your sound !
by oli_lab
24 Jan 2025, 13:13
Forum: Suggestions & improvements
Topic: GRID MODULE loop mode
Replies: 3
Views: 30034

Re: GRID MODULE loop mode

Hi, I guess you're referring to the grid module. in that case the grid module needs an extra array input to set the loop mode. while waiting for it you still can use the goto section and some external logic like the oli_lab seq GRAFCET ;-) actually, grid module should be as versatile as the main gri...
by oli_lab
20 Jan 2025, 17:58
Forum: Discussion générale
Topic: Plus de retour OSC avec Sequoia
Replies: 11
Views: 33607

Re: Plus de retour OSC avec Sequoia

Salut, A mon avis, c'est un problème du coté de MACOS, J'ai fait une petite recherche et il semble que de nombreux utilisateurs de sequoia rencontrent des difficultés similaires. une piste serait de désactiver le firewall. https://discussions.apple.com/thread/255765230?sortBy=rank Tiens nous au cour...
by oli_lab
19 Jan 2025, 15:00
Forum: Discussion générale
Topic: Question d''ergonomie autour de la manipulation d'objet
Replies: 8
Views: 32339

Re: Question d''ergonomie autour de la manipulation d'objet

Salut,
j'ai fait un exemple, j'espère que cela va t'aider.

Olivar
multiselection fader.wkp
(542.06 KiB) Downloaded 790 times
by oli_lab
18 Jan 2025, 21:52
Forum: Discussion générale
Topic: Plus de retour OSC avec Sequoia
Replies: 11
Views: 33607

Re: Plus de retour OSC avec Sequoia

Salut, en dessous de la case à cocher, il y a le port, par defaut = 2002 voir si ce port est ouvert dans touch OSC essai avec un autre port, peut être que celui là est bloqué par le MAC Je ne sais pas si il y a un équivalent pour MAC, mais avec mes PC, je démarre toujours Usine en mode administrateu...
by oli_lab
17 Jan 2025, 09:10
Forum: General discussion
Topic: Usine Event
Replies: 5
Views: 58543

Re: Usine Event

Hugues, gallout a rez dont betek an ti, fardañ a rin krampouezh dit !
by oli_lab
03 Jan 2025, 23:07
Forum: Patching questions
Topic: OSC et adresse IP
Replies: 8
Views: 34919

Re: OSC et adresse IP

Salut et bonne année ! j'ai testé sur Usine d'envoyer en 127.0.0.1 et en 192.168.0.228 (l'adresse de mon ordi sur mon réseau) si j'envoie les messages sur le port qui est ouvert par Usine, ça passe parfaitement, en revanche, si j'ouvre un autre logiciel (processing) avec le même port ouvert, ce logi...
by oli_lab
30 Dec 2024, 19:04
Forum: General discussion
Topic: Nektar Pacer + Usine
Replies: 10
Views: 55737

Re: Nektar Pacer + Usine

Mine is OSC ;-)
20241230_185938.jpg
by oli_lab
23 Dec 2024, 20:17
Forum: Discussion générale
Topic: Liste sampler
Replies: 4
Views: 25183

Re: Liste sampler

Super astuce, rlgsbt,

voici une version qui permettra de revenir en arrière.
un mode "studio" et un mode "live" non destructif !
select list or just one file in the sampler.PNG
by oli_lab
23 Dec 2024, 18:39
Forum: Patching questions
Topic: OSC et adresse IP
Replies: 8
Views: 34919

Re: OSC et adresse IP

oui, le plus simple c'est que toutes les machines soient sur le même réseau dans le cas 192.168.0.xxx, le réseau est de classe C avec 254 machines possibles masque de sous réseau 255.255.255.0 dans le cas de l'Artnet c'est une réseau de classe A avec possibilité de 16 millions de machines à conditio...
by oli_lab
18 Dec 2024, 23:12
Forum: Patching questions
Topic: OSC et adresse IP
Replies: 8
Views: 34919

Re: OSC et adresse IP

Bonjour, si les 2 logiciels tournent sur la même machine : adresse IP pour envoyer depuis Touch Designer vers usine : 127.0.0.1 si les 2 logiciels sont sur des machines différentes et qu'il faut aussi avoir un accès internet, il faut laisser le DHCP de la box internet donner des adresses IP aux 2 or...
by oli_lab
18 Dec 2024, 16:56
Forum: General discussion
Topic: Nektar Pacer + Usine
Replies: 10
Views: 55737

Re: Nektar Pacer + Usine

grego mondo wrote:
18 Dec 2024, 09:18
For smaller usb stuff, there's https://iconproaudio.com/product/g-board/
not so easy to find
Hi, I saw this one or more exactly, I heard it : the switches make a awful lot of clicky noise !

good for heavy metal I suppose.

Olivar
by oli_lab
12 Dec 2024, 21:52
Forum: Patching questions
Topic: XY Pad / calcul vitesse = Freq Filtre
Replies: 6
Views: 34145

Re: XY Pad / calcul vitesse = Freq Filtre

voilà, avec l'aide de Senso pour la partie mesure de vitesse et des modifications pour que le filtre ne s'ouvre pas intempestivement à la reception d'une nouvelle série de mesures.

++

Olivar
by oli_lab
12 Dec 2024, 12:56
Forum: Patching questions
Topic: XY Pad / calcul vitesse = Freq Filtre
Replies: 6
Views: 34145

Re: XY Pad / calcul vitesse = Freq Filtre

Salut, Le sqrt, c'est pour Extraire la racine de x2 + y2 et avoir une image de la vitesse de deplacement (somme vectorielle de Vx et Vy) Pour le départ de la mesure à n'importe quel endroit, il faut tout d'abord détecter si le lidar envoie ou pas, ce qui aura comme effet de bloquer la mesure, et de ...
by oli_lab
11 Dec 2024, 19:01
Forum: Patching questions
Topic: XY Pad / calcul vitesse = Freq Filtre
Replies: 6
Views: 34145

Re: XY Pad / calcul vitesse = Freq Filtre

Bonjour,
J'ai fait au plus simple :
voir fichier joint.
mesure vitesse.pat
(45.55 KiB) Downloaded 627 times
Olivar
by oli_lab
09 Dec 2024, 22:43
Forum: General discussion
Topic: Nektar Pacer + Usine
Replies: 10
Views: 55737

Re: Nektar Pacer + Usine

Hi David,
I checked the specs of the Nectar Pacer : if it's to use it with Usine only, it is overkill !
maybe you'd be better off with a midi only pedal board as the Behringer FCB1010
the expression pedals will do wonders with Usine as well !

cheers.

Olivar
by oli_lab
04 Dec 2024, 22:15
Forum: Discussion générale
Topic: Kinect V2
Replies: 5
Views: 28415

Re: Kinect V2

bravo !
by oli_lab
04 Dec 2024, 21:54
Forum: Patching questions
Topic: SET_TARGET_PATCH
Replies: 4
Views: 30247

Re: SET_TARGET_PATCH

C'est un bug, j'ai envoyé un mail à Senso.
by oli_lab
03 Dec 2024, 20:22
Forum: Patching questions
Topic: SET_TARGET_PATCH
Replies: 4
Views: 30247

Re: SET_TARGET_PATCH

Salut,
Peux tu envoyer ton code pour verifier de mon coté ?

Olivar
by oli_lab
27 Nov 2024, 00:16
Forum: Discussion générale
Topic: Kinect V2
Replies: 5
Views: 28415

Re: Kinect V2

Salut, Si tu as la version expert, tu peux utiliser le traducteur OSC pour mettre une "wildcard" [/bodies/*/joints/[jointID]] target=/usine/joint/1 pour chaque articulation (1,2,3,4,5,6....) https://www.brainmodular.com/manuals/hh6/en/inside-usine/osc-translator comme les articulations sont maintena...
by oli_lab
21 Nov 2024, 23:45
Forum: Patching questions
Topic: How to know when a new buss is ready to get data?
Replies: 2
Views: 28103

Re: How to know when a new buss is ready to get data?

Hi, Maybe you could simply wait a moment then send the command to load a file through the bus, or you could have a system to check if the bus is working. a clock send 0 or 1 through the send bus, then at the receiving end, the other patch check if values are changing within the same time frame as th...
by oli_lab
19 Nov 2024, 20:29
Forum: Add-ons discussion
Topic: Rhythm Box beta release
Replies: 9
Views: 34703

Re: Rhythm Box beta release

Hello !
I was thinking of doing another module on the same principle but with knobs instead of switches.
what do you reckon ?
Olivar
by oli_lab
16 Nov 2024, 00:46
Forum: Add-ons discussion
Topic: Rhythm Box beta release
Replies: 9
Views: 34703

Re: Rhythm Box beta release

Hi,
It is now an addon !
by oli_lab
14 Nov 2024, 17:07
Forum: Discussion générale
Topic: surround pan
Replies: 1
Views: 20577

Re: surround pan

bonjour,
peux tu envoyer ton workspace pour que je teste de mon coté ?
merci

Olivar
by oli_lab
12 Nov 2024, 22:37
Forum: Add-ons discussion
Topic: Rhythm Box beta release
Replies: 9
Views: 34703

Re: Rhythm Box beta release

but wait, there's more :

I did a pattern generator that is capable of total random towards euclidien rhythms.

As well as some exemple of a pattern delay

exemples are still sketchy but.



Dj Olivar.
by oli_lab
12 Nov 2024, 22:28
Forum: Suggestions & improvements
Topic: Better Trace?
Replies: 2
Views: 22402

Re: Better Trace?

Hi !
have check the "console" in the "inspector" ?

cheers

Olivar
by oli_lab
07 Nov 2024, 19:21
Forum: Add-ons discussion
Topic: Rhythm Box beta release
Replies: 9
Views: 34703

Re: Rhythm Box beta release

improved beta version !
by oli_lab
07 Nov 2024, 18:36
Forum: Add-ons discussion
Topic: Rhythm Box beta release
Replies: 9
Views: 34703

Re: Rhythm Box beta release

J'ai testé et j'ai un problème avec les envois de trigOut. il faut passer par un Pass if Change pour avoir un trigger propre, sinon, il les multiplie. Merci pour le retour, effectivement, le trigout reste à 1 sur plusieurs cycles, je vais corriger. Cependant, en attendant, il faut mettre un flow fr...
by oli_lab
07 Nov 2024, 00:09
Forum: Patching questions
Topic: trouble with callback on matrix input
Replies: 4
Views: 29342

Re: trouble with callback on matrix input

Hi !
I tried to understand your patch, and I re-did it with modules from HH6
Hope it helps

Olivar
combine string and data.pat
(41.84 KiB) Downloaded 969 times
by oli_lab
06 Nov 2024, 23:00
Forum: Add-ons discussion
Topic: Rhythm Box beta release
Replies: 9
Views: 34703

Rhythm Box beta release

Hi !
Just made this new module, so each Usinianer(!) can fidle with rhythms !

based on this YT vidéo from IRCAM : https://youtu.be/indkKkGX5wg?si=4Y2ypoaLmNXT_JvU

It is not very different from the sequenced switches, except it is round.

enjoy

Olivar
by oli_lab
31 Oct 2024, 20:38
Forum: General discussion
Topic: 5.1 HiFi systems
Replies: 4
Views: 36303

Re: 5.1 HiFi systems

I think you'll need a sound card with at least 6 channels (L,R C,Sub,RL,RR) and connect the sound card to the Z906 with x stereo mini jacks

https://support.logi.com/hc/fr/articles ... leurs-Z906

cheers
by oli_lab
30 Oct 2024, 13:32
Forum: Patching questions
Topic: Moving GUI to poly object
Replies: 4
Views: 29688

Re: Moving GUI to poly object

Hi ! For sure, to have a better CPU usage you should have each channel of your mixer having its own rack. then for each channel, you could set a global array that will update each parameter, the name of the global array get the number of the rack (channel1 for example) then on another rack, you will...
by oli_lab
27 Oct 2024, 18:58
Forum: Module development SDK
Topic: default value fo array input
Replies: 1
Views: 28953

default value fo array input

Hi,
Is there a trick to have default values for array input in case it is not connected, and setting the values to an array display in case it is drown from the array input ?

Thanx
by oli_lab
20 Oct 2024, 18:04
Forum: News
Topic: Frequence d'echantillonage Audio 192 kHz?
Replies: 2
Views: 20329

Re: Frequence d'echantillonage Audio 192 kHz?

Bonjour,
As tu essayé de changer la vitesse d'échantillonage depuis Usine, et non depuis le driver RME ?
Ici ça fonctionne avec MadiFace

P.S. : Il y a un forum en Français tout en bas de la page ;-)

Olivar
by oli_lab
06 Oct 2024, 00:01
Forum: Discussion générale
Topic: chronometre / timer partagé
Replies: 15
Views: 37689

Re: chronometre / timer partagé

une version améliorée est dans les addons !
by oli_lab
25 Sep 2024, 22:14
Forum: Suggestions & improvements
Topic: Grid scrolling
Replies: 9
Views: 34106

Re: Grid scrolling

Hi Hugues,

This may help :
grid next section.PNG
grid next section.wkp
(106.68 KiB) Downloaded 1025 times
Cheers !

Olivar
by oli_lab
24 Sep 2024, 22:35
Forum: Discussion générale
Topic: chronometre / timer partagé
Replies: 15
Views: 37689

Re: chronometre / timer partagé

Yo !
J'ai modifié la page html pour que la taille d'affichage soit facilement réglable :
grid position by websocket (2).zip
(21.98 KiB) Downloaded 1093 times
by oli_lab
23 Sep 2024, 21:00
Forum: Discussion générale
Topic: chronometre / timer partagé
Replies: 15
Views: 37689

Re: chronometre / timer partagé

Salut,

Solution avec websocket et lecture sur navigateur web sur les autres appareils
grid position by websocket.zip
(24.35 KiB) Downloaded 1092 times
by oli_lab
23 Sep 2024, 00:59
Forum: Discussion générale
Topic: chronometre / timer partagé
Replies: 15
Views: 37689

Re: chronometre / timer partagé

Salut Elsa voila une solution avec Processing, Mais je pense que c'est possible de patcher Usine pour qu'il fournisse une page Web avec les infos de section et de temps et que n'importe quel navigateur sur le réseau pourra se connecter. Je cherche de mon coté : https://www.brainmodular.com/manuals/h...
by oli_lab
17 Sep 2024, 21:52
Forum: Discussion générale
Topic: chronometre / timer partagé
Replies: 15
Views: 37689

Re: chronometre / timer partagé

Salut,
Processing avec la librairie oscP5 permet de recevoir de l'OSC très simplement et de l'afficher.

compatible Win, Mac et linux, RPi et Android

P5.js permet de faire des applis pour navigateur

https://processing.org/
by oli_lab
07 Sep 2024, 21:20
Forum: Patching questions
Topic: Synchroniser Usine avec un synthé externe
Replies: 4
Views: 29436

Re: Synchroniser Usine avec un synthé externe

Salut,

pour positionner le Mini Brute 2 en mode sync par USB
voir page 85 du manuel : https://downloads.arturia.com/products/ ... 1_0_EN.pdf
by oli_lab
29 Aug 2024, 22:19
Forum: Discussion générale
Topic: Récupérer les données d'un lecteur de code barre dans Usine
Replies: 13
Views: 47184

Re: Récupérer les données d'un lecteur de code barre dans Usine

Salut,

nouveau patch, testé avec un MGL2000i

j'ai ajouté un "midificateur" qui transforme chaque chiffre en une note midi et ajouté un synthé mid pour entendre le résultat
barcode detection2.wkp
(276.66 KiB) Downloaded 1046 times
by oli_lab
20 Aug 2024, 15:30
Forum: General discussion
Topic: controlling surround panner with a multitouch device
Replies: 4
Views: 42724

Re: controlling surround panner with a multitouch device

Hi !
You may use Usine on a PC with touchscreen. Ever as your main computer or as a remote that will send OSC (or global array) back to your main computer

for a remote solution, a celeron nuc will do
cheers
by oli_lab
13 Aug 2024, 22:53
Forum: Suggestions & improvements
Topic: sampler : save file between start and end
Replies: 1
Views: 30482

sampler : save file between start and end

Hi, I want to record sound, edit the length and save to a file I know I can do that by patching a 2nd sampler recorder and have the 1st one played into the 2nd one while re-recording, but it take time for example : I record a sound with a sampler, then I select the part I want with "start" and "end"...
by oli_lab
06 Aug 2024, 23:17
Forum: Discussion générale
Topic: Récupérer les données d'un lecteur de code barre dans Usine
Replies: 13
Views: 47184

Re: Récupérer les données d'un lecteur de code barre dans Usine

Cool !
ci-joint un patch qui permet de décoder les codebarres, non testé pour les codes QR
essai keyboard module.wkp
(108.25 KiB) Downloaded 1198 times
by oli_lab
31 Jul 2024, 18:54
Forum: Discussion générale
Topic: Récupérer les données d'un lecteur de code barre dans Usine
Replies: 13
Views: 47184

Re: Récupérer les données d'un lecteur de code barre dans Usine

Salut Titl,
Senso va sans doute trouver une solution pour que le module keyboard fonctionne correctement, on a échangé là-dessus.

Est-ce que ton projet est urgent ?
by oli_lab
24 Jul 2024, 21:33
Forum: Add-ons discussion
Topic: Microtune_Lab
Replies: 2
Views: 38918

Re: Microtune_Lab

Hello !

I just added an update : now there is a 4th module for scl/kbm that does not need midi.

rattle snake, rattle snake.
by oli_lab
23 Jul 2024, 23:20
Forum: Discussion générale
Topic: Récupérer les données d'un lecteur de code barre dans Usine
Replies: 13
Views: 47184

Re: Récupérer les données d'un lecteur de code barre dans Usine

Salut, avec l'USB, ce n'est pas le plus simple car pour récupérer le code, il faudra être sûr que la souris soit focus sur Usine. De plus j'ai fait des essais avec un USB host + arduino, mais je rencontre des problèmes d'alimentation du lecteur par le host. ici le début d'explications pour interface...
by oli_lab
21 Jul 2024, 15:51
Forum: Patching questions
Topic: Connection over Wifi
Replies: 6
Views: 42386

Re: Connection over Wifi

SylvainT wrote:
25 Jun 2024, 09:29
We use all the time Global Arrays over Wi-Fi and it works fine.

Hi Sylvain,
Can you please give us the exact name of your wifi router ?

Seems not all routers are equally fit for this kind of use !

Thanks

olivar
by oli_lab
20 Jul 2024, 22:34
Forum: Discussion générale
Topic: Récupérer les données d'un lecteur de code barre dans Usine
Replies: 13
Views: 47184

Re: Récupérer les données d'un lecteur de code barre dans Usine

j'ai fait quelques essais avec un lecteur USB, mais le module keyboard n'est pas assez rapide il me semble. Le plus interessant à mon avis est de faire un montage à base d'Arduino pour lire le code et l'envoyer en OSC à Usine soit un arduino uno + ethernet shield pour utiliser un scanner en PS/2 (ré...
by oli_lab
20 Jul 2024, 20:11
Forum: Discussion générale
Topic: Récupérer les données d'un lecteur de code barre dans Usine
Replies: 13
Views: 47184

Re: Récupérer les données d'un lecteur de code barre dans Usine

Salut, j'ai fait des interfaces qui récupèrent le code depuis des lecteurs à sorties série et qui envoient le code en OSC sur le réseau. certains ne lisent que le codeabarre un autre lit le les qrcode et les datamatrix. Sinon, avec des lecteurs usb, c'est peut-etre possible de récuperer le code avec...
by oli_lab
11 Jul 2024, 17:38
Forum: Add-ons discussion
Topic: mOduLI_Lab not downloading
Replies: 1
Views: 25911

Re: mOduLI_Lab not downloading

Hi !

It is fixed.

Thank you
by oli_lab
24 Jun 2024, 23:36
Forum: Patching questions
Topic: Connection over Wifi
Replies: 6
Views: 42386

Re: Connection over Wifi

global array are multicast so not really suited for wifi, at least not all WiFi routers I guess. https://wirelesslywired.com/2019/05/02/multicast-over-wireless/ try with ethernet cables. I'm using d-link DIR-652 with Ethernet and a WIFI repeater, with only one global array, it's OK Although I found ...
by oli_lab
23 Jun 2024, 20:55
Forum: Suggestions & improvements
Topic: PDF Player ?
Replies: 6
Views: 37509

Re: PDF Player ?

or use Usine to open a web page with th pdf
by oli_lab
23 Jun 2024, 20:54
Forum: Patching questions
Topic: Color Array
Replies: 1
Views: 31061

Re: Color Array

Salut !
en passant par des color fader, les couleurs sont mémorisées dans le preset :
color array preset.PNG
Tapas Nocturne

Olivar
by oli_lab
17 Jun 2024, 23:47
Forum: General discussion
Topic: Usine Event
Replies: 5
Views: 58543

Usine Event

Oli_Lab is organizing a meeting of Usine users. The precise date remains to be defined but it will be during the first half of 2025 Over a long weekend or during the week, over 3 days for example. Crossing of practices, help for project realization, interfacing with the physical world can be address...
by oli_lab
15 Jun 2024, 20:28
Forum: Discussion générale
Topic: Fomation/rencontre Usine !
Replies: 5
Views: 32572

Fomation/rencontre Usine !

Bonjour, Je voudrais organiser des rencontres autour d'Usine. Le projet prend forme : Oli_Lab organise une formation Usine-Hollyhock. du 27 au 30 janvier 2025 et/ou du 3 au 6 février 2025. ouvert à tous les niveaux, du novice à l'expert ! Formation agrée Qualiopi ouvrant droit à un financement AFDAS...
by oli_lab
04 Jun 2024, 11:57
Forum: Add-ons discussion
Topic: Microtune_Lab
Replies: 2
Views: 38918

Microtune_Lab

A new addon of userModules for microtuning has been made available !

enjoy !

Olivar
by oli_lab
03 Jun 2024, 01:18
Forum: General discussion
Topic: Video In From Tablet
Replies: 3
Views: 44647

Re: Video In From Tablet

I didn't get it if you managed to put the drawing without tool box on a second screen, if so you may use a hdmi cable to go to an hdmi input to pc dongle. You should then get the video stream into Usine. https://www.amazon.fr/adaptateur-hdmi-android/s?k=adaptateur+hdmi+android + https://www.amazon.c...
by oli_lab
30 May 2024, 21:37
Forum: Suggestions & improvements
Topic: Make HH as a VSTi with a twist
Replies: 10
Views: 59179

Re: Make HH as a VSTi with a twist

senso wrote:
30 May 2024, 10:29
there is now solutions to to send audio/midi to other DAW's via some cheap plugins ?
Reastream is free !

the NDI suite is free !

and 23x23 was working on something quite intricate : https://www.brainmodular.com/forums/vie ... 213#p45213
by oli_lab
26 May 2024, 13:07
Forum: General discussion
Topic: Video In From Tablet
Replies: 3
Views: 44647

Re: Video In From Tablet

Hi,
Maybe you can use NDI

https://ndi.video/tools/ndi-screen-capture/

There are NDI modules in Usine so you'll manage to get the stream from your tablet.
by oli_lab
17 May 2024, 02:56
Forum: General discussion
Topic: Automated spatial audio
Replies: 5
Views: 47981

Re: Automated spatial audio

Hi, Usine can do this and much more : It can play the files and you wouldn't need the 40 inputs. I don't know the spacing between the loudspeakers, but it seems to me that if they're 5 meters appart, the wall will be 315m long. the cable management has to be taken into account and will probably driv...
by oli_lab
17 May 2024, 01:52
Forum: General discussion
Topic: Windows 11 family
Replies: 2
Views: 46622

Re: Windows 11 family

Hi,
It's fine for me so far.
cheers
by oli_lab
14 May 2024, 19:14
Forum: General discussion
Topic: Decent laptop ?
Replies: 4
Views: 48558

Re: Decent laptop ?

Hi !
I opted for a MINIS FORUM Venus UM790 Pro Mini PC AMD Ryzen 9 7940HS with 32Go RAM
it's not a laptop but even smaller !
added a small keyboard + a 7" beetronic tactile screen !

run very well !
by oli_lab
07 May 2024, 12:57
Forum: General discussion
Topic: touchscreen problem
Replies: 6
Views: 48107

Re: touchscreen problem

Hi,
That's weird, I try on my win11 config + beetronic touch screen, switch is working ok, although I have this square under my finger
by oli_lab
27 Apr 2024, 19:55
Forum: Patching questions
Topic: grid activation des lignes
Replies: 5
Views: 34983

Re: grid activation des lignes

elsabi wrote:
26 Apr 2024, 19:36
activer / désactiver certaines des lignes d'envois de niveau.
si les données sont organisées dans une table, tu peux récupérer les données ligne par ligne avec "row extractor" (dans data_lab addon) et utiliser des "stop" pour bloquer des lignes.
row extraction.wkp
(139.12 KiB) Downloaded 1048 times
by oli_lab
27 Apr 2024, 18:36
Forum: General discussion
Topic: Physics in XYZ-pad
Replies: 2
Views: 43693

Re: Physics in XYZ-pad

Hi,
the physic engine is 2D only, if you want 3d physics, an alternative is to use the engine of an extra XY pad (with one ball) to get the 3rd axis moving.

Or, use LFO's on X,Y,Z, it's cheap CPU wise and make up for smooth trajectory (lissajoux curves)

cheers
by oli_lab
26 Apr 2024, 16:58
Forum: Patching questions
Topic: grid activation des lignes
Replies: 5
Views: 34983

Re: grid activation des lignes

Salut !
pour les trucs non linéaires, c'est pas mal aussi d'utiliser les "patch on off" avec des fonctions logiques, des détecteurs de niveaux (pour que le patch qu’on veut arrêter se mette à Off qu'une fois le son à -80db).
c'est ce que je fais principalement pour mon set d'impro.
by oli_lab
19 Apr 2024, 17:53
Forum: Patching questions
Topic: convert LTC to MTC
Replies: 5
Views: 41166

Re: convert LTC to MTC

Ah! too strong !
by oli_lab
28 Mar 2024, 18:25
Forum: Patching questions
Topic: grid et parametric-eq
Replies: 19
Views: 51625

Re: grid et parametric-eq

Bonjour, Si tu veux que ce soit la grille qui règle des paramètres et pouvoir le modifier durant la lecture de la grille : il faut utiliser les pre-sets, sachant que les réglages que tu auras fait lors du "Live" seront perdus à chaque changement de section (sauf avec les système d'autosave, voir wkg...
by oli_lab
27 Mar 2024, 18:59
Forum: Patching questions
Topic: grid et parametric-eq
Replies: 19
Views: 51625

Re: grid et parametric-eq

Salut,

j'ai ajouté un rack dans lequel les valeurs du cluster sont liées à des faders, ce qui permet la télécommande et un interrupteur pour prendre la main sur la grille.
cluster in grid3.wkp
(241.62 KiB) Downloaded 1117 times
by oli_lab
25 Mar 2024, 15:43
Forum: Patching questions
Topic: grid et parametric-eq
Replies: 19
Views: 51625

Re: grid et parametric-eq

tu peux directement modifier les valeurs du cluster depuis la grille, c assez pratique.

Olivar
by oli_lab
24 Mar 2024, 19:41
Forum: Patching questions
Topic: grid et parametric-eq
Replies: 19
Views: 51625

Re: grid et parametric-eq

Pas mal cette astuce de cluster. Cependant comment se fait il que dès lors que je passe d'une section à l'autre avant la fin du transfert le temps du transfert suivant est ignoré ? Autre chose quand on sort d'une section où le cluster est actif les valeurs des objets sont rappelés à leur valeur ini...