/Ableton_remote_control

Basic interface to control Ableton with my phone. Useful when recording drums, synths, etc.

Primary LanguageHTML

Ableton_remote_control

Basic web-interface to control Ableton and my phone simultaneously. Useful when recording drums, synths, etc.

Dependencies

How to set it up

  1. Git clone this repository
  2. Configure virtual MIDI channel
    • Install loopMIDI
    • Add a new loopback MIDI-port with the name 'Remote Control' in loopMIDI
  3. Configure Ableton
    • Add a new midi channel in Ableton
    • Set input type to 'Remote Control'
    • Go to Ableton->Preferences->Link/MIDI and enable track & remote control for both input and output of 'Remote Control'
  4. Set up the webserver and midi-map incoming midi signal to Ableton record
    • run 'python ./app.py'
    • Go to Ableton, right-click edit MIDI-map on record button
    • Go to localhost:8000, and press the 'start recording' button. The rec button should now be midi-mapped to Ableton's recording button.

To dos

  • Automate the configuration steps
  • Add toggle for metronome
  • Integrate phone-camera recording