Page 1 of 1

Modul 8 & IAC Driver

Posted: Mon Sep 24, 2007 10:21 pm
by SanderK
Hi

I have made a nice script with puredata which seems to work. My only problem is that Modul 8 receives the data double. That means first it receives the data from my Midi Controller and then from the IAC. But I want that Modul 8 just receives the data from the IAC and ignores my midi controller? How can I do that?

Posted: Mon Sep 24, 2007 11:31 pm
by sonicslice
How about using two different channels? receive in modul8 on one channel, and use your PD script to change to that channel but transmit from your controller in a different channel.

Posted: Tue Sep 25, 2007 7:02 am
by SanderK
Hey thx. It also popped into my mind yesterday. Now it works fine... great!!!