Skip to content

Instantly share code, notes, and snippets.

@wastee
wastee / update_linvst_files.py
Created December 23, 2018 06:04
use it when you upgraded linvst
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
@wastee
wastee / show fx from receive.py
Created July 8, 2018 09:29
reascript show fx from receive. need sws.
from reaper_python import *
from sws_python import *
import sys
sys.argv=["Main"]
def msg(m):