Scope
🕑 Added 2024-12-24 18:46:59 +0000 UTCmore info: https://vst.unplug.red/scope
thank you for supporting my work!
download: linux / windows / mac
Comments
unplugred
this is brilliant! thank you
Greg Makes Music
A dear friend of mine has used your scope for his tutorials https://www.youtube.com/watch?v=JU1Yzfb5U_c
unplugred
oh heck, thank you, ill fix it in the next update
JainKat
This is such a great little oscilloscope! I'm posting here just in case anyone else has difficulties: I'm on a Mac, so in order to run the Standalone app, I had to open up a terminal and do: chown -R $(whoami) /Applications/Scope.app and then also: sudo chmod u+x /Applications/Scope.app/Contents/MacOS/Scope In order to get the standalone to work. The VST plugin still works fine, but this might disrupt the ability to run the VST as multiple users, I'm not sure. The problems were that the App was not set to executable, and it was locked to root/wheel. I can't imagine any reason you'd need to run an oscilloscope as root.