A lightweight solution for video playback with Bitwig Studio using XJadeo. A video file can be added per Bitwig project which then will be played back in sync with Bitwig's transport. Also the video will be saved and opened together with the project automatically.
The implementation makes use of XJadeo's OSC remote control capabilities which are documented here.
- Put the .js into the Bitwig controller script folder
- Add the controller script in Bitwig Studio
- via the Dashboard -> Settings -> Controllers -> + Add Controller
- select hardware vendor: XJadeo
- select product: XJadeo Video Sync
- click Add
- Click the (?) button and follow the setup instructions in the help HTML
Nothing to build for the controller script, but the help documentation HTML is generated from the help.md using the generate_HTML.ps1 script which requires Powershell 7 to work.
Please feel free to create a pull request if you want to add or change something! Also have a look into open issues if you want so.