This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from shutil import copy | |
| from glob import glob | |
| from os import remove | |
| # Original linvst.so file | |
| ori_file = '/usr/lib/vst/linvst.so' | |
| # IMPORTANT | |
| # your wine vst folder | |
| # delete this value and fill in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from reaper_python import * | |
| from sws_python import * | |
| import sys | |
| sys.argv=["Main"] | |
| def msg(m): |
NewerOlder