Ableton Live Remote Scriptsの置き場所

すぐに忘れるからメモ

スクリプトには2種類ある。
MIDI Remote ScriptsとUser Remote Scripts

■MIDI Remote Scripts

複雑な処理ができる。
Pyhtonでコンパイルする。
python2.7 -m compileall .

MIDI Remote Scriptsの保存場所にフォルダーを作って保存する。
pyを置いておくとAbletonLiveが起動した時にコンパイルしてくれる。
User Remote Scriptsの親の場所に、Log.txtが作成されてエラーログが記録される。

参考資料
http://julienbayle.net/ableton-live-9-midi-remote-scripts/
https://github.com/gluon/AbletonLive9_RemoteScripts
http://julienbayle.net/AbletonLiveRemoteScripts_Docs/_Framework/ 

https://structure-void.com/PythonLiveAPI_documentation/

https://github.com/laidlaw42/ableton-live-midi-remote-scripts

http://stc.wiffbi.com/


■MIDI Remote Scriptsの保存場所

Windows XP
\Documents and Settings\All Users\Application Data\Ableton\Live x.x\Resources\MIDI Remote Scripts\

Windows Vista, Windows 7, Windows 8, Windows 10
\ProgramData\Ableton\Live x.x\Resources\MIDI Remote Scripts\

Mac
AbletonLive.appを右クリックしてパッケージの内容を表示する。
/Contents/App-Resources/MIDI Remote Scripts/

参考資料
https://help.ableton.com/hc/en-us/articles/209072009-How-to-install-a-third-party-Remote-Script

■User Remote Scripts

簡単に作成できる。
テキストファイルを作成する。
\MIDI Remote Scripts\_tools\UserConfiguration.txtを編集する。
User Remote Scriptsの保存場所にフォルダーを作って保存する。
フォルダー名は_から始める。

■User Remote Scriptsの保存場所

Mac:
HD:/Users/[Username]/Library/Preferences/Ableton/Live x.x.x/User Remote Scripts

Windows 7 and higher:
C:\Users\[Username]\AppData\Roaming\Ableton\Live x.x.x\User Remote Scripts

参考資料
https://help.ableton.com/hc/en-us/articles/206240184-Creating-your-own-Control-Surface-script 

yuki

初めての作業で調べた事、困った時の解決方法を記録するブログ。 主なテーマは、パソコン、プログラミング、カメラ、DTM、スピリチュアル、化学物質過敏症

コメントを投稿

Please Select Embedded Mode To Show The Comment System.*