Forum to discuss all matters relating to the MPC1000 and MPC2500 operating systems created by 'JJ' (all versions).
User avatar
By TYPO Wed Mar 14, 2012 9:22 pm
[quote]for the rotary encoder i also ran into this problem because midi trigger doesnt seem to support endless encoderage

You can still use a assigned shift button for faster control.Does anybody know about toggle off DATA+/DATA- ?Nice thread. TYPO
User avatar
By golfdogz Sat Mar 17, 2012 12:12 am
Nym wrote:
Does anybody know about toggle off DATA+/DATA- ?


i'm not sure i understand you but maybe this will help. here is my touchOSC layout so far.

Image

left button = DATA +, right button = DATA -
rotary encoder = directional DATA info.



Interesting.. so with this one, does it work that you press data down or up to choose the direction the encoder wheel functions in and then turn the wheel?

I think im gonna jump over to touchOSC. S1 midi trigger is still a little bit limited, but not bad tho for a whole bunch of buttons and sliders. That lemur liine looks very interesting but for the near $50 price im not sure it can be justified!

just ordered the line6 midi mobilizer.. cant wait for it to get here for direct midi input
By dtaa pla muk Sat Mar 17, 2012 3:15 am
Interesting.. so with this one, does it work that you press data down or up to choose the direction the encoder wheel functions in and then turn the wheel?


nah, the rotary sends + or - data depending on the direction of your finger circling.
the buttons are for incremental + and - ...something that the 2500 has but the 1000 does not. it's just there as a template right now.
By dtaa pla muk Sat Mar 17, 2012 5:01 am
i just set up OSC with the iphone and it works beautifully...this is such an amazing tool. i will now always have a midi controller wherever i go. prepare for me to start making some very electronic hip hop at my work computer.
User avatar
By Sooty_G Sun Mar 18, 2012 10:01 pm
Nym wrote:have you done anything more with it? what middleware were you using to get the osc to midi to the mpc? touchosc midi bridge?


just to jump in here, TouchOSC & Lemur will both output MIDI directly. you don't need to use OSC, so no translator required.

i have my iPad connected directly to my MPC:
iPad -> camera connection kit -> usb to MIDI cable -> MPC

the key is to get a usb to MIDI cable that is 'class compliant'. this means that it is 'plug and play'. no drivers required.
lots of compatible devices listed here: http://iosmidi.com/devices/

i use this usb to midi cable:
http://www.bhphotovideo.com/c/product/483514-REG/CME_Pro_U2MIDI_U2MIDI_USB_MIDI_Interface.html
highly recommended. has little LEDs in both ends of the connectors so you can physically see when/where data is being sent/received.

besides TouchOSC / Lemur, there are a number of synth/sequencer apps that will output MIDI directly. so you can use the onscreen keyboard and controllers in the apps to send MIDI to the MPC to record into your sequence. i don't even use a physical MIDI keyboard anymore.

3 great synth apps that every iPad should have:
SynthX - my favorite controller for outputting notes / velocity.
Animoog - incredible sounding synth engine with unique interface & programmability.
Polychord - best for composing melodies.

one of the key factors for me with these apps is that they all have the ability to constrain your notes to a chosen key/scale/tuning. so even if you don't have any traditional musical training or piano playing chops (which i don't), you can still compose and play complex and fluid melodies that all stay in tune. it's impossible to hit a 'wrong' note with these and makes it easier to come up with melodies that you might otherwise never have come up with.
User avatar
By mikolo Sun Mar 18, 2012 10:34 pm
whats up people, not being posting much recently...

I've been using an iRig midi interface (christmas present from my sis). It comes with a midi file player program which could be useful for macros too. It'd be cool if touch osc could transmit simple note streams from buttons. Haven't got an mpc template yet, but i've got a template set up for my midi turntable.
User avatar
By golfdogz Mon Mar 19, 2012 8:34 am
Hey Nym

im just getting a touchOSC layout going now trying to work out how it works, seems pretty simple..but what settings did you give to that encoder to get it to work both up and down. I can only seem to get it to recognise one direction?
By dtaa pla muk Mon Mar 19, 2012 5:39 pm
golfdogz wrote:Hey Nym

im just getting a touchOSC layout going now trying to work out how it works, seems pretty simple..but what settings did you give to that encoder to get it to work both up and down. I can only seem to get it to recognise one direction?


i'm using the midi bridge for this.
set the X and Y values to different CCs. it's a little backwards and maybe even buggy but it gets the job done.

for var X, put type "ctrl change"
for number, put any cc number you want to use
leave range 0-127
for var Y, put type "ctrl change"
for number, put 127 (this does NOT reflect the CC being used, rather the value of the CC selected in var x for some reason)
and leave range 0-127.

this worked for me.
User avatar
By golfdogz Tue Mar 20, 2012 5:18 am
this worked for me


Cool ill give it a go here - but what i cant figure out if how you are then turning a CC into a note on for data- and a note on for data +? there must be somethin im missing...