Author Topic: Smart Knobs (reposted)  (Read 1989 times)

Moldover

  • Global Moderator
  • Knob Twiddler
  • ****
  • Posts: 39
  • Karma: +1/-0
Smart Knobs (reposted)
« on: May 27, 2008, 03:55:08 PM »
Smart Knobs

Postby terracnosaur on Fri Apr 04, 2008 12:16 am

I use a Mac, don't have Reaktor, refuse to learn PureData (right now), or Processing, and wanted to use something like a smart knob. Here's my take on how to recreate a smart knob using general MIDI theory. Once I understood the concept of this, the implementation became really easy and I found lots of new tricks that became possible.

take a single hardware input that will generate a MIDI Continuous Control message (CC)
split that single CC into ranges using a MIDI processing app (I used MidiPipe)
set each range to send to another MIDI CC number
Either interpolate or scale the resulting MIDI CC messages so that you appear to have a few distinct cc's being generated by twisting that knob

A simple example. One knob into 2 consecutive knobs.
CC # 1 (Values 0-63) becomes CC #2 (Values 0-127)
CC # 1 (Values 64-127) becomes CC #3 (Values 0-127)

In your playback software or sequencer you set
CC #2 to control wet/dry mix of effect
CC #3 to control spicy value of effect

...Rinse and repeat for all your knobs & effects

If you want to get crazy, you can have many ranges that overlap and single values of the originating knob that generate note-on/note-off messages for things like reverse, gate on/off, or anything that can use a toggle.
( ! )
<a href="http://www.moldover.com">moldover.com</a>

dowelljackconning

  • Punter
  • *
  • Posts: 10
  • Karma: +0/-0
Re: Smart Knobs (reposted)
« Reply #1 on: May 28, 2008, 09:57:05 PM »
Thanks Terracnosaur! I'm currently catching up on a load of maths before getting into Pure Data (check out The Theory and Technique of Electronic Music, for a definitive entry point); however, this let me set up a load of effects in Live that I use live in a band setting, mapped using this technique to the encoders on my MicroKontrol, very easily and without much relevant knowledge.

I couldn't have worked that out without you, thanks a tonne!

BentoSan

  • Punter
  • *
  • Posts: 7
  • Karma: +0/-0
Re: Smart Knobs (reposted)
« Reply #2 on: May 29, 2008, 05:16:09 AM »
the easiest way i believe of splitting the midi message into multiple messages in my belief is using Bomes Midi Pro for PCor Midi Pipe for Mac - As we write these tutorials over at djtechtools.com on how to do this and other similar tricks i will keep everyone here posted with links :)

Amousement

  • Punter
  • *
  • Posts: 1
  • Karma: +0/-0
Re: Smart Knobs (reposted)
« Reply #3 on: June 25, 2009, 07:25:51 AM »
i use audio effect racks in Live and different chain for each effect and map the orange selector you can have till 127 effect for one knob....



greeeezz

made in live

  • Punter
  • *
  • Posts: 19
  • Karma: +0/-0
    • my web page
Re: Smart Knobs (reposted)
« Reply #4 on: July 15, 2009, 08:12:13 AM »
My first post!
hello controllerists!

yes! I use the same way of effect rack and chain in Live and as for me that is the best way to make a smartknob!

Best regards