-
Notifications
You must be signed in to change notification settings - Fork 137
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
vrender throws Exception if tmp files don't exist #120
Comments
Oops, nope, that doesn't fix it. |
Updated the |
Hi, I've encountered this problem as well, and don't really understand from the vrender documentation how to actually use this. I've double checked that VRender is in my Extensions folder, but beyond that I just keep getting this same error. Can anyone provide any help? |
What OS and version of Python are you using? Might be a permission issue as the file wouldn't exist if FoxDot doesn't have the ability to create it in the first place. Also, how are you running FoxDot and from what directory? From the README it assumes you are in a certain folder but I think we can update this |
I am running on macOS High Sierra, as for Python I have Python 3 installed but I believe it runs in Python 2.7? SuperCollider loads FoxDot from /Library/Python/2.7/site-packages/FoxDot/ |
I think it has something to do with the relative path of VRender so will look at making it an absolute path to avoid issues. Will update when this is done. |
I changed them to be absolute paths about two months ago. Let me know if there is still some problem. |
I managed to partially solve this. Still having too many other issues with vrender to fully get it working. I was having the same issue and saw that I was getting an error with musescore converting the files. I realized the latest relased version of it on the standard ubuntu apt repo is musescore 2 so I manually added in a ppa for musescore3 (https://launchpad.net/~mscore-ubuntu/+archive/ubuntu/mscore3-stable) and changed composer.py to use the command I keep getting issues with a few things
|
Hey, I'm sorry about it not working, I'm not updating this anymore but, in case it's useful for you, I keep this repositories updated https://github.com/mathigatti/midi2voice it's pretty much the same code, it converts midi files to singing voices. I think vrender doesn't make sense as a synth, it should be just a function that we import and use inside FoxDot. so maybe changing
to something like this might fix your problems with supercollider.
This is the fork of foxdot I use, it has some hardcoded paths pointing out to this project so it's not going to work in your computer but maybe it helps. |
oh and about playing the audios, sinsy.jp adds 4 beats of silence at the beginning, you can try something like this, so you say you want to start on the fourth beat of the audio v1 >> loop("v1",P[4:8]) otherwise I implemented in this file something to remove automatically those 4 beats of silence. |
Ah that did fix both issues. Now it seems to work. Thank you! |
@RoboticMind thanks for your post, got it working on Ubuntu 18.04 LTS with Python 3.x, aside from installing musicscore3 and changing reference to it in composer.py I merged in the (branch and it worked fine. |
Maybe change the flag to r+?
The text was updated successfully, but these errors were encountered: