Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.8 KB

README.md

File metadata and controls

53 lines (40 loc) · 1.8 KB

Keyboard Maestro macro library and controller script for Bitwig Studio.

Install Macro Library

import via "Import to Macro Library" menu in Keybord Maestro Editor.

Install Controller Script

put into

OS| Location :---|:---|:---| Mac| ~/Documents/Bitwig Studio/Controller Scripts/Stairways Software

Build

    npm install
    gulp

Update Procedure

This macro library and controller script depends on Bitwig Studio Version.

  • send CC message(CC# 0, ch.16) from Keyboard Maestro.
  • copy JSON string from Script Console.
  • beautify JOSN at here. - (optional)
  • create JSON file. actions/bitwig-studio-actions-${version}.json
  • modify settings section in gulpfile.coffee.
    json: 'bitwig-studio-actions-${version}.json'
  • install controller script and macro library.
    gulp deploy
  • delete 'Bitwig Actions' group in Keybord Maestro Editor.
  • open Macro Library Window, and then select & insert 'BitwigStudioActions'.

Example macro

Here are some example of how to use library.

  • Bitwig Studio - Channel Strip.kmmacros - [Option + T] to activate/deactivate macro.
  • Bitwig Studio - Device.kmmacros - [Option + D] to activate/deactivate macro.

Credit

Following codes are modified for use with Bitwig Studio.