Circular Labs Forums  

Go Back   Circular Labs Forums > Mobius Discussion > Tips and Tricks

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 12-16-2009, 03:03 PM
stevoj's Avatar
stevoj stevoj is offline
Member
 
Join Date: Oct 2009
Location: Norwich, UK
Posts: 47
Default Korg NanoKontrol

I've just bought a Korg NanoKontrol, predominantly to help control Mobius (and Reaper), and have hit a slight snag.

The problem I'm having is in getting Mobius to recognise certain commands. Specifically, I want to set some of the knobs to allow -12 to +12 settings of the RATE command (rather than the default -/+ 24), but I can't figure out how to get Mobius to respond to this. I don't know if anyone on this list is familiar with the Korg Nano, but the editor allows setting limits to the CC values. These settings can be saved, however, I don't how to get Mobius to read these settings.

I hope this makes some sort of sense to somebody.

Thanks,

Stephen

Last edited by stevoj; 12-16-2009 at 03:11 PM.
Reply With Quote
  #2  
Old 12-17-2009, 08:46 PM
Jeff's Avatar
Jeff Jeff is offline
Benevolent Dictator
 
Join Date: Oct 2009
Location: Austin, Texas
Posts: 143
Default

Rate shift is not a bindable controller like output level and pan.

You can however create a "control script" that converts the MIDI
value from the knob into a rate shift.

Code:
!name Nano Rate Shift
!controller
Variable shift (float(midiValue) / 5.29) - 12
Message Rate shifting $shift
RateShift shift
I can't test this right now, but the idea is that "midiValue" will have
a value from 0 to 127, this gets divided by the 5.29 which is 127 / 24
(the number of "chunks" in the range) then offset down by 12 so you have
a range of -12 to 12 rather than 0 to 24.

Register this script then in MIDI Control assign the Nano knob to this script.
Reply With Quote
  #3  
Old 12-18-2009, 03:44 PM
stevoj's Avatar
stevoj stevoj is offline
Member
 
Join Date: Oct 2009
Location: Norwich, UK
Posts: 47
Default

Great, this works really well, many thanks Jeff.
__________________
Stephen

http://www.myspace.com/sylvianfisher
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:04 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.