Page 1 of 1

Posted: 01 Oct 2014, 09:13
by noise2sine
Hello,

I'm using Native Instrument BATTERY 3 with Usine V5.I have made a simple and cool patch to control Battery.But :)
I have created 54 faders in order to control the level of each cells, it is working fine but my wish now is to be able to see which cell is playing in the USINE interface ? I need this because i'm playing with the pitch of the midi file therefore everything is moving all the time, that's why something visual in order to show me what is playing,instead of turning all the fader on and off for finding who's playing :)

Thanks

Posted: 01 Oct 2014, 11:23
by nay-seven
sadly this plug in don't send anything via the array output,
but i suppose you play it via Midi , so you can use a mapper data to transform Midi to matrix and create a visible matrix for feedback..?

Posted: 01 Oct 2014, 11:44
by noise2sine
Sounds like a great idea ! how can you make that ?

Posted: 01 Oct 2014, 12:03
by nay-seven
here a simple example, you have to edit the mapper data to suit your needs, here only the 4 first note are assigned

Image

Posted: 01 Oct 2014, 12:25
by noise2sine
is it making a difference if i'm using a piano roll ? i have just a midi out, whereas in yr example there is code 1 and msg out ?
I didn't find the = module ? And for the matrix module there is a lot to choose in the list,which one do i choose ?

Posted: 01 Oct 2014, 12:49
by nay-seven
yes, you have to use an unpack module,
The A=B is in the match modules
And you have to use the user module matrix display

here the patch

Posted: 13 Oct 2014, 10:13
by noise2sine
Thanks a lot Nay !