Korg Forums Forum Index Korg Forums
A forum for Korg product users and musicians around the world.
Moderated Independently.
Owned by Irish Acts Recording Studio & hosted by KORG USA
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

sending NRPN to ESX

 
Post new topic   Reply to topic    Korg Forums Forum Index -> Korg Electribe
View previous topic :: View next topic  
Author Message
anselmi
Full Member


Joined: 23 Oct 2007
Posts: 184
Location: montevideo, uruguay

PostPosted: Tue Nov 27, 2007 5:02 am    Post subject: sending NRPN to ESX Reply with quote

any of you got an ESX and a behringer BCR2000?

coud the BCR be programmed to send NRPN to the one-shot/stretch/slice parts on the ESX to change the parameters on them?

if don´t, do you know a midi controller that could do that?

thanks
Back to top
View user's profile Send private message
Ruso
Platinum Member


Joined: 11 Feb 2007
Posts: 984
Location: Sammamish, WA

PostPosted: Tue Nov 27, 2007 10:47 pm    Post subject: Reply with quote

well if your lap top has a part inside the setup I could show you a world of things.... I'm sure you can do it in berhinger, the only "weird" messages are the part mutes because they are a binary representation...
Back to top
View user's profile Send private message Visit poster's website AIM Address
anselmi
Full Member


Joined: 23 Oct 2007
Posts: 184
Location: montevideo, uruguay

PostPosted: Wed Nov 28, 2007 12:18 am    Post subject: Reply with quote

Ruso wrote:
well if your lap top has a part inside the setup I could show you a world of things.... I'm sure you can do it in berhinger, the only "weird" messages are the part mutes because they are a binary representation...


thanks ruso
i don´t have a laptop...i was thinking about buying one but i doubt it would be part of my live rig

i never deal with NRPN before...i just read something about the kind of messages involved but it´s a bit confusing to me...or just an stupid solution

can you send 2 parameter at the same time with NRPN?
Back to top
View user's profile Send private message
The Puppeteer
Junior Member


Joined: 30 Oct 2007
Posts: 95
Location: Perth, Western Australia

PostPosted: Thu Nov 29, 2007 1:28 am    Post subject: Reply with quote

MIDI is a serial protocol. You can't send 2 of anything at the same time.

NRPN's are like an extension to the MIDI Controllers and they can support double precision data (ie 2 MIDI bytes).

To use them you need to send the following MIDI Messages

1) MIDI CC 99 with the NRPN MSB
2) MIDI CC 98 with the NRPN LSB

(this basically defines the NRPN parameter number)

3) MIDI CC 6 (DATA MSB) with the parameter value MSB
4) (Optional) MIDI CC 38 (DATA LSB) with the parameter value LSB

according to the MIDI spec you can stop here, and continue to send Data messages to control the NRPN. The NRPN will be left open until you send the null bytes

5) MIDI CC 101 value 127
6) MIDI CC 100 value 127

These last 2 messages ensure that the NRPN is closed. The reason you want to do this is because any DATA control message will continue to modify the NRPN until it is closed. It's a good habit to get into to close the NRPN's after each message.

So each full NRPN double precision message requires 13 bytes (using running status). Single precision (ie just sending the DATA MSB controller uses 11 bytes.

You can find an in depth discussion on NRPN's here

http://www.philrees.co.uk/nrpnq.htm
_________________
The Puppeteer
http://godlike.com.au
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Korg Forums Forum Index -> Korg Electribe All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group