You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.
if file "$dll" | grep -qi "MS-DOS executable" && strings "$dll" | grep -qi vst; then
bn=`basename "$dll"`
if Xdialog --default-no --yesno "WARNING: About to load DLL \"$bn\" as a JACK client.\n\nThis DLL looks like a VST plugin, but it's\nimpossible to tell what it will actually do.\nRunning it could damage your system.\n\nDo you want to go ahead and run it anyway?" 15 70; then