Page 1 of 1

Data type conversion

Posted: 27 Sep 2021, 18:16
by ales_tsurko
Hi everyone,

It feels like this question asked a million times here, but I haven't found the anwser neither here nor in the manual. I'm new in Usine HH. I'm trying to make a simple thing: connect the midi out of Rand MIDI Note On with the frequency input of Oscil FM. I've found MIDI to frequency converter, but its inputs data type is data. Should I convert MIDI message into data somehow, or what's the way of connecting MIDI in this case?

Re: Data type conversion

Posted: 27 Sep 2021, 18:53
by ales_tsurko
I figured it out. The midi out is a compound data structure, to get the note value only, I need to use MIDI Filter.

Re: Data type conversion

Posted: 27 Sep 2021, 19:40
by senso
you need a MIDI-get-Message Module in between;
see the attached patch
random to freq.pat
(12.14 KiB) Downloaded 266 times

Re: Data type conversion

Posted: 27 Sep 2021, 19:48
by ales_tsurko
Thanks!