Skip to content

Instantly share code, notes, and snippets.

@Axel-Erfurt
Last active January 21, 2024 08:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Axel-Erfurt/c0a4d3c773126b4a06f5693e6c1927c3 to your computer and use it in GitHub Desktop.
Save Axel-Erfurt/c0a4d3c773126b4a06f5693e6c1927c3 to your computer and use it in GitHub Desktop.
temporary Bitwig test in Ubuntu/Mint 20
#!/bin/sh
cd /tmp
wget https://downloads.bitwig.com/5.1.2/bitwig-studio-5.1.2.deb
mkdir bitwig
dpkg-deb -xv bitwig-studio-5.1.2.deb /tmp/bitwig
cd /tmp/bitwig/opt/bitwig-studio/
./bitwig-studio
@Axel-Erfurt
Copy link
Author

test bitwig without installation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment