Multiple mapping states for one controller
Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Tech Mentor
    Join Date
    Aug 2011
    Location
    Los Angeles, CA
    Posts
    136

    Question Multiple mapping states for one controller

    Hey Guys,

    I've been wondering if it is possible to have multiple mappings for one controller. What I mean by this is for example having instant gratification and then having hot cues and sample launchers. I haven't really messed around with this yet, just thinking about it in theory. Would it be best to use modifiers? (That would get really, really cluttered though) or would it be better to switch my device to another midi channel and do it that way? (This might not be convenient unless there is a quick way to switch midi channels with out going into the option)

    I personally use a MPD26, but I'm wondering how it would work out on other devices as well.

    Has anyone attempted this? I just might not have dug in the archives deep enough.


    Henri

  2. #2
    Tech Guru zestoi's Avatar
    Join Date
    Mar 2011
    Location
    UK, Ukraine, Romania
    Posts
    2,836

    Default

    Quote Originally Posted by Henrimartel View Post
    Hey Guys,

    I've been wondering if it is possible to have multiple mappings for one controller. What I mean by this is for example having instant gratification and then having hot cues and sample launchers. I haven't really messed around with this yet, just thinking about it in theory. Would it be best to use modifiers? (That would get really, really cluttered though) or would it be better to switch my device to another midi channel and do it that way? (This might not be convenient unless there is a quick way to switch midi channels with out going into the option)

    I personally use a MPD26, but I'm wondering how it would work out on other devices as well.

    Has anyone attempted this? I just might not have dug in the archives deep enough.


    Henri
    you can't switch or enable/disable them on the fly. you'd either need to merge them all into one tsi and then add an extra modifier to every control or use some middleware software to change the midi channel sent to/from the device as u suggested.

    midimasher could be used to switch the midi channels or even simpler by creating multiple devices and have midimasher change which virtual midi port it routes the data to.

    the new function set_device_route() in midimasher just passes data from any midi port to any other midi port and could be called on a button press etc to change which port it gets sent to.
    11mba / 13mbp / tsp2 / live9 / audio10 / 2x reloop rp7000gold / 2x xdj1000 / 2x d2
    maschine mk2 / x1 mk2 / z1 / f1 / midifighter / lpd8 / 2x launchpad / launchkontrol xl
    Quote Originally Posted by derschaich
    "wohoo, i'm touched, turn on the FX"

  3. #3
    Tech Mentor
    Join Date
    Aug 2011
    Location
    Los Angeles, CA
    Posts
    136

    Default

    This midimasher sounds like it can be the solution to all my problems. is it third party software? where can i find it and how exactly would i go about setting it up?


    Thanks,

    Henri

  4. #4
    Tech Guru zestoi's Avatar
    Join Date
    Mar 2011
    Location
    UK, Ukraine, Romania
    Posts
    2,836

    Default

    Quote Originally Posted by Henrimartel View Post
    This midimasher sounds like it can be the solution to all my problems. is it third party software? where can i find it and how exactly would i go about setting it up?


    Thanks,

    Henri
    it's my own software. it's free and the download/install link is in my sig. windows only tho atm until i get access to a mac somehow.

    i should be releasing a new version this weekend, which will then include the function you'll need set_device_route()

    would probably take about a 10 line config file to get it doing what you need.
    11mba / 13mbp / tsp2 / live9 / audio10 / 2x reloop rp7000gold / 2x xdj1000 / 2x d2
    maschine mk2 / x1 mk2 / z1 / f1 / midifighter / lpd8 / 2x launchpad / launchkontrol xl
    Quote Originally Posted by derschaich
    "wohoo, i'm touched, turn on the FX"

  5. #5
    Tech Wizard
    Join Date
    Jun 2011
    Location
    Cleveland
    Posts
    23

    Default

    Quote Originally Posted by zestoi View Post
    it's my own software. it's free and the download/install link is in my sig. windows only tho atm until i get access to a mac somehow.

    i should be releasing a new version this weekend, which will then include the function you'll need set_device_route()

    would probably take about a 10 line config file to get it doing what you need.
    Have you made a thread about it?I like the idea, I am sure we can get a Mac programmer interested.

  6. #6
    Tech Guru zestoi's Avatar
    Join Date
    Mar 2011
    Location
    UK, Ukraine, Romania
    Posts
    2,836

    Default

    Quote Originally Posted by Taxable fern View Post
    Have you made a thread about it?I like the idea, I am sure we can get a Mac programmer interested.
    i don't need a mac coder, i need access to a mac. i just need to be able to compile+test. in theory it should work without any changes might need a few tweaks.

    forum thread is in my sig.
    11mba / 13mbp / tsp2 / live9 / audio10 / 2x reloop rp7000gold / 2x xdj1000 / 2x d2
    maschine mk2 / x1 mk2 / z1 / f1 / midifighter / lpd8 / 2x launchpad / launchkontrol xl
    Quote Originally Posted by derschaich
    "wohoo, i'm touched, turn on the FX"

  7. #7
    Tech Mentor
    Join Date
    Aug 2011
    Location
    Los Angeles, CA
    Posts
    136

    Default

    DEAR GOD!!!

    dude we need to get you a mac ASAP! I run my sessions on a mac and your software sounds like the solution to all my problems.

  8. #8
    Tech Guru zestoi's Avatar
    Join Date
    Mar 2011
    Location
    UK, Ukraine, Romania
    Posts
    2,836

    Default

    Quote Originally Posted by Henrimartel View Post
    DEAR GOD!!!

    dude we need to get you a mac ASAP! I run my sessions on a mac and your software sounds like the solution to all my problems.
    cheers lol. if i can get a license for osx somehow then i'm sure running it in a virtual session would work. it seemed a bit pricey last time i looked.
    11mba / 13mbp / tsp2 / live9 / audio10 / 2x reloop rp7000gold / 2x xdj1000 / 2x d2
    maschine mk2 / x1 mk2 / z1 / f1 / midifighter / lpd8 / 2x launchpad / launchkontrol xl
    Quote Originally Posted by derschaich
    "wohoo, i'm touched, turn on the FX"

  9. #9
    Tech Mentor
    Join Date
    Feb 2010
    Location
    Newport, Wales
    Posts
    108

    Default

    As far as im aware apple dont supply licences for users to run their OS on anything other than apple hardware.

    However there is nothing physically stopping you installing a copy in a virtual machine if you have access to a installation disk.

  10. #10
    Tech Guru zestoi's Avatar
    Join Date
    Mar 2011
    Location
    UK, Ukraine, Romania
    Posts
    2,836

    Default

    Quote Originally Posted by drmore View Post
    As far as im aware apple dont supply licences for users to run their OS on anything other than apple hardware.
    sure... i had a nasty feeling that was the case...

    However there is nothing physically stopping you installing a copy in a virtual machine if you have access to a installation disk.
    doesn't the install process require a serial number?

    i'm actually probably "going mac" and i think the traktor pro2 license would allow me to keep one install on my pc and install another on the mac? i think it allows u to install 2 copies and i could just download the mac version?
    11mba / 13mbp / tsp2 / live9 / audio10 / 2x reloop rp7000gold / 2x xdj1000 / 2x d2
    maschine mk2 / x1 mk2 / z1 / f1 / midifighter / lpd8 / 2x launchpad / launchkontrol xl
    Quote Originally Posted by derschaich
    "wohoo, i'm touched, turn on the FX"

Page 1 of 2 12 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •