thomas / Launchpad-mAirlist
0 喜欢
0 派生
1 文件
最后活跃于
Script for Novation Launchpad in mAirlist Inspired by Thomas "Kloppi" Kloppholzs' Mairlist-Launchpad-Script
1 | // Launchpad Script |
2 | // Written by Thomas Mongstad. |
3 | // Inspired by Thomas "Kloppi" Kloppholzs' Mairlist-Launchpad-Script |
4 | // https://github.com/Lexorius/Mairlist-Launchpad-Script |
5 | // Version 0.1.1 |
6 | // https://www.youtube.com/watch?v=BHzI3VjI2l8 |
7 | ///////////////////////////////////////////////////////////////////// |
8 | |
9 | |
10 | const |
thomas / Change Audio Output
0 喜欢
0 派生
2 文件
最后活跃于
1 | procedure OnExecuteCommand(Command: string); |
2 | begin |
3 | if Command = 'CHANGEAUDIO' then begin |
4 | Instance.GetPlaybackRouting.SetSingleAssignment('Player0_0', 'ENCODER') |
5 | end; |
6 | end; |
7 | |
8 | begin |
9 | end. |
上一页
下一页