Welcome to %s forums

BrainModular Users Forum

Login Register

2 questions from a beginner

General Discussion about whatever fits..
Post Reply
Danilo_Bovi
New member
Posts: 6
Location: Milan
Contact:

Unread post by Danilo_Bovi » 21 Sep 2008, 20:07

hi to everybody!
i'm very new to usine and i have 2 (stupid :D) questions.
i'm doing a sort of "midi-groovebox" to control my hardware synths. there is a way to make a midi-mute switcher in usine?
the second question is: there is a way to exclude some values from a fader control (for example i wanna use only multiple of 2)?
thank you in advice, excuse my bad english and have a nice day!

edit: i solved the second problem with the math modules (it was very simple to do..sometimes i'm very distracted)

bsork
Site Admin
Posts: 1334
Location: Asker, Norway
Contact:

Unread post by bsork » 22 Sep 2008, 07:30

If what you're looking for is only a a way of stopping the MIDI output, use the Event Control/Stop Event Flow module before the MIDI output. Connect a switch to the stop input. The Pass Event Flow does the opposite, if you prefer the logic that way.

This is of course a very simple solution, and may lead to problems with stuck notes if the NoteOffs haven't been sent before muting the MIDI stream.
Bjørn S

grego mondo
Member
Posts: 466
Location: 22110 Rostrenen
Contact:

Unread post by grego mondo » 22 Sep 2008, 10:03

for midi controller for exemple, I guess you can map your value from 0 to 63 (instead of 0 to 127) and then multiply your integer results by 2 ....
En attendant cordialement l'apocalypse ... 100% Usine !!
https://lesformesdufond.kaz.bzh/grego-mondo/
PC i7 2.6Ghz - Win11 / RME Fireface UFX
Tubas / Serpent / Music Box
Interfaces Midi / OSC / DMX

Danilo_Bovi
New member
Posts: 6
Location: Milan
Contact:

Unread post by Danilo_Bovi » 23 Sep 2008, 00:54

hi bsork, in my patch my idea was to mute and unmute a track like the old hardware sequencer Alesis MMT-8. now i'm trying many different way for doing my purposes, in search of the best solution. i'll follow right now your tip that seems a very good idea.
thank you very much for the replies!

Clearscreen
Member
Posts: 482
Location: Australia
Contact:

Unread post by Clearscreen » 23 Sep 2008, 02:42

bsork wrote:This is of course a very simple solution, and may lead to problems with stuck notes if the NoteOffs haven't been sent before muting the MIDI stream.
not necessarily - you could trigger the all notes off script with the same switch solving the stuck note problem couldn't you?

bsork
Site Admin
Posts: 1334
Location: Asker, Norway
Contact:

Unread post by bsork » 23 Sep 2008, 07:53

Yes, an AllNotesOff CC message when muting the data stream would help with stuck notes. Another idea that might be suitable unless there are several sources connected to the same MIDI and they might play the same notes, is to filter just the NoteOns (together with any unwanted CCs, PW etc). That way one can mute the track in the middle of a note. A bit more involved patching needed, though... :)

[EDIT:] I just got another idea for a simple solution that doesn't need complex patching if you want to filter everything but NoteOffs: Use a MIDI Filter module instead of a Stop Event Flow and between the "mute" switch and the filter input use a A*B where B=3. That way, -No filter- is chosen when the switch is off and NOTE OFF when the switch is on.

(Just for the record: The MIDI Filter module filters out everything except what's selected - some other filters in other programs and hardware boxes I've encountered do the opposite.)
Bjørn S

Post Reply

Who is online

Users browsing this forum: Google [Bot] and 94 guests