djjonnyjams Posted July 14, 2009 Report Posted July 14, 2009 With 8 pots connected to J5 on the core? (I don't have an AIN module yet) Is there documentation that describes what these 8 pots may be used for? Link? Quote
SLP Posted July 14, 2009 Report Posted July 14, 2009 http://ucapps.de/midibox_sid_manual_fp.html Analog Control ElementsWith MIDIbox SID V2, analog control elements like pots, faders and joysticks are natively supported. Everything you can find in the forum about such an extension for V1 is obsolete, especially because a dedicated driver is used instead of MIOS_AIN for optimized performance.This feature has to be explicitely enabled within the setup_*.asm file by setting DEFAULT_J5_FUNCTION to 1 - once you did this, all unusued analog inputs must be clamped to ground in order to prevent random values! This is especially required for the slave modules, when the master firmware will be transfered to the slaves via ECAN (clone feature).All 8 analog inputs are sampled with a frequency of 125 Hz. Multiplexing (-> MBHP_AIN module) is *not* supported! So, 8 inputs are maximum.The firmware currently only uses the first 5 inputs of J5, the remaining 3 are reserved for future features.The converted values are forwarded to the knob handler. This generic approach gives you all advantages of the knob concept: value changes can be forwarded to two sound parameters, a Min/Max range can be specified, and the converted values are also available as modulation source! Quote
djjonnyjams Posted July 15, 2009 Author Report Posted July 15, 2009 I read that part before I posted, but It means very little to me. What have YOU done with J5? Quote
SLP Posted July 15, 2009 Report Posted July 15, 2009 You've got 8 analog inputs.You can do whatever your coding skills are capable of. Quote
seppoman Posted July 15, 2009 Report Posted July 15, 2009 well the better link is probably this one: http://ucapps.de/midibox_sid_manual_l.htmlsee the KNoB menu description, you can route each of the knobs to one or two sound engine parameters. Plus, you can use the knob values as source in the modulation matrix.so the short answer is "all kinds of neat things" ;)S Quote
djjonnyjams Posted July 20, 2009 Author Report Posted July 20, 2009 You've got 8 analog inputs.You can do whatever your coding skills are capable of.I have never coded anything in my life (except a website...)Does anyone have an example of the code that would tell one of the inputs to be used to control cutoff or resonance? Quote
SLP Posted July 20, 2009 Report Posted July 20, 2009 You simply have to enable the Analog Inputs. (All the information on how to do this is online. The only thing you have to do, is to do a minor change in the source code and recompile it, so that in the end you've got a new hex file you can upload.)The rest, like assigning the knobs to specific parameters, can be done in the menu of your MB_SID (KNoB-Menu, search the manual for that.). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.