-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
load_module example #6
Comments
Looks like you need a call to |
hm I tried
|
Hmm. Ok, I will try to look at this during the daytime then and see what I can do to help. |
This is a bug. It should accept a filename. Let's keep this issue open until it's fixed. Workaround for now is to open the file and pass in the open file object: with open(file, 'rb') as f:
slot.load_module(f, 5, 5, 5) |
aha thank you very much for clearing this up. |
interesting, for some reason this doesn't load any sunsynth on linux.
I tried looking at radiant voices, but everything seems similar.
Basically I cloned this repo, and tried to run this script (fragment):
running
myscript.py test.sunsynth
gives me the following output:What i tried:
encode('utf-8')
andencode('utf8')
load_module(...)
The text was updated successfully, but these errors were encountered: