NRPN knob for Cubase working but no feedback[solved]
Posted: 09 Oct 2012 13:16
Hello, I did some research on the forum and found a "design for an NRPN- knob" here;
http://liine.net/forum/viewtopic.php?f= ... ader#p6612
I am actualy looking for a more acurate way to control the selected channel eq (gain and frequency) of Cubase. Cubase does not support pitch bend in the generic remote, and I'm already using Mackie control for faders. I modified the knob in such a way that I can make multiple copys (difficult with the original design). This works realy GREAT, the only downside is, there is no feedback. I can control cubase, but cubase does not update the controller... Can anybody help me out on this?
You can find my modified knob here as a lib file:
https://dl.dropbox.com/u/20606376/NRPN% ... back.jzlib
cubase supports onlly THIS NRPN controller,, max 10 in one remote, so you have to change midichannels to use more controllers.
to change the midichannel use the "outch" expression. (NOT the "outputCHANNEL" expression, this is used in the script...)
if you want to try this in cubase, paste the folowing code into the generic remote:
<ctrl><name>2-24</name><stat>2</stat><chan>0</chan><addr>0</addr><max>16383</max><flags>19</flags></ctrl>
special here is :"<max>16383> and <flags>19 , you can also change it manualy after you created the controller..
without this Cubase will not recognize NRPN.
I realy hope someone knows how to solve the above issue, would be great.
Jurgen
http://liine.net/forum/viewtopic.php?f= ... ader#p6612
I am actualy looking for a more acurate way to control the selected channel eq (gain and frequency) of Cubase. Cubase does not support pitch bend in the generic remote, and I'm already using Mackie control for faders. I modified the knob in such a way that I can make multiple copys (difficult with the original design). This works realy GREAT, the only downside is, there is no feedback. I can control cubase, but cubase does not update the controller... Can anybody help me out on this?
You can find my modified knob here as a lib file:
https://dl.dropbox.com/u/20606376/NRPN% ... back.jzlib
cubase supports onlly THIS NRPN controller,, max 10 in one remote, so you have to change midichannels to use more controllers.
to change the midichannel use the "outch" expression. (NOT the "outputCHANNEL" expression, this is used in the script...)
if you want to try this in cubase, paste the folowing code into the generic remote:
<ctrl><name>2-24</name><stat>2</stat><chan>0</chan><addr>0</addr><max>16383</max><flags>19</flags></ctrl>
special here is :"<max>16383> and <flags>19 , you can also change it manualy after you created the controller..
without this Cubase will not recognize NRPN.
I realy hope someone knows how to solve the above issue, would be great.
Jurgen