Free all Midi/Key Commands...!

Share what you’d like to see added to Ableton Live.
ton
Posts: 168
Joined: Sun Apr 21, 2002 11:55 am
Location: year 2032

Re: Free all Midi/Key Commands...!

Post by ton » Tue Nov 10, 2009 11:05 pm

snakedogman wrote:hehe well I found the drawback remapping to single keys using autohotkey: now I cannot rename a clip using any of the keys I used to remap the shortcuts :?
Add this to your AutoHotkey code:

Code: Select all

F2::				; press F2 to rename object
{
    Suspend, On
    Send, ^r
    Keywait, Return, d
    Suspend, Off
    return
}

ton
Posts: 168
Joined: Sun Apr 21, 2002 11:55 am
Location: year 2032

Re: Free all Midi/Key Commands...!

Post by ton » Tue Nov 10, 2009 11:17 pm

Blurr wrote:And let us save and restore KEY & MIDI mappings (separate files)- PLEASE
It seems currently MIDI mappings can be saved only in the form of midi remote scripts, meaning only using python programming language. As key mappings are anyways too limited concentrating mainly on midi mappings and using instead other pc keyboard to midi translation solutions would result in most powerful control and independence of application window activation, midi mappings work even if the Live window is not activated, which is not true in the case of key mappings. But to be able to get your constant midi mappings you need to write your own "midi remote scripts" in python.

flipotto
Posts: 143
Joined: Mon Oct 23, 2006 4:28 pm
Location: Virginia

Re: Free all Midi/Key Commands...!

Post by flipotto » Wed Nov 11, 2009 11:04 am

ton wrote:
Blurr wrote:And let us save and restore KEY & MIDI mappings (separate files)- PLEASE
It seems currently MIDI mappings can be saved only in the form of midi remote scripts, meaning only using python programming language. As key mappings are anyways too limited concentrating mainly on midi mappings and using instead other pc keyboard to midi translation solutions would result in most powerful control and independence of application window activation, midi mappings work even if the Live window is not activated, which is not true in the case of key mappings. But to be able to get your constant midi mappings you need to write your own "midi remote scripts" in python.
What version of python is needed?
Are there any tutorials?

snakedogman
Posts: 852
Joined: Mon Jan 29, 2007 11:04 pm
Location: the Netherlands

Re: Free all Midi/Key Commands...!

Post by snakedogman » Wed Nov 11, 2009 12:02 pm

ton wrote:
snakedogman wrote:hehe well I found the drawback remapping to single keys using autohotkey: now I cannot rename a clip using any of the keys I used to remap the shortcuts :?
Add this to your AutoHotkey code:

Code: Select all

F2::				; press F2 to rename object
{
    Suspend, On
    Send, ^r
    Keywait, Return, d
    Suspend, Off
    return
}
nice one, that's even better :)

ton
Posts: 168
Joined: Sun Apr 21, 2002 11:55 am
Location: year 2032

Re: Free all Midi/Key Commands...!

Post by ton » Wed Nov 11, 2009 1:57 pm

flipotto wrote:What version of python is needed?
Are there any tutorials?
http://forum.ableton.com/viewtopic.php?p=975949#p975949

rekloos
Posts: 242
Joined: Sat Oct 13, 2007 11:18 pm
Location: columbus, oh
Contact:

Re: Free all Midi/Key Commands...!

Post by rekloos » Tue Jun 01, 2010 5:41 pm

yeah, let's get these shortcuts easily mappable and have more options pls.
rekloos presents: BASS KULTURE : all things dubwise ! Every Sunday @12PM / Fridays @6PM(EST):
http://radio614.org/

dub album out now on juno&beatport:
http://bit.ly/S26jun
http://bit.ly/SS26bp


running with scissors.

djsynchro
Posts: 7471
Joined: Thu Jun 23, 2005 9:06 pm
Location: Amsterdam, Netherlands
Contact:

Re: Free all Midi/Key Commands...!

Post by djsynchro » Sat Nov 20, 2010 3:32 am

:x

Post Reply