-
Notifications
You must be signed in to change notification settings - Fork 44
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
Apply a VST effect on a WAV file #11
Comments
Hi @fedden would you have a code example for this? |
@josephernest did you find a way to do this? Maybe also ping @ethman |
Hey all, please accept my apologies for the silence on your problems. This is a project that I wrote whilst at university and I now don't have time to support in a professional capacity, but I appreciate it's a tool that is of use to you. I'm wondering if any of you would like to become collaborators so you can put this repository in a state that works for you? |
Thanks for the update. Will have a look this summer. |
@fedden @faroit @ethman @drscotthawley Please examine the script here https://gist.github.com/DBraun/1165e9b7538c9b8bd967231f311a902c I'm hoping to get one of your feedbacks (most importantly Leon's). I can share the private repo with any of you. With Leon's permission maybe I can release it under a new name, listing him and others in the credits? RenderMan is a conflict with Pixar as others have pointed out. Cheers and thanks. |
Hey @DBraun, this looks really cool! Thanks so much for figuring this out. I'd be interested in testing this out! Let me know how to get access. Considering the lack of movement on this original project I assume that @fedden is not super interested in exploring it further (but I'd be happy to be wrong about this). That being said, I'd be very much in favor of reviving development of this project, either here or elsewhere. I have a few changes of my own that I haven't incorporated yet, some of which mirror yours so it'd be nice to share work. |
@ethman great! I will share the repo with you Monday. These are some more goals I’ve noted in a todo list: Features |
Hello,
Congrats for this library! How would this be possible in Python:
scipy.io.wavfile
'sread(...)
)myeffect.dll
with preset = "Preset 1"scipy.io.wavfile
'swrite(...)
)Is this possible with RenderMan?
Do you have an example like:
The text was updated successfully, but these errors were encountered: