RenderMan
RenderMan copied to clipboard
Command line C++ and Python VSTi Host library with MFCC, FFT, RMS and audio extraction and .wav writing.
Since I couldn't get RenderMan to build on Windows or Ubuntu, I finally tried it on macOS. I get the error, 'boost/python.hpp' file not found. I've tried it on two...
I already had c:\Boost, so I renamed it to c:\boost.2 and attempted to follow the instructions for building Boost. When running bootstrap.bat, I get an error: ``` C:\boost_1_74_0>bootstrap Building Boost.Build...
Hello! In your examples you render one note at a time. Can this render whole midi files as well? Thanks!
I have tested a bunch of plugins on Renderman, and I found the sound is different with which is generated in REAPER when I use VST3 plugin. I am using...
Thanks so much for your work on this project. I'm working on a master's degree right now and focusing on automatic synthesizer programming - so your work on this and...
Sometimes when I'm running `engine.render_patch`, the process exited with return value 0xC0000005. I'm on Windows 10.
Since I couldn't build it on Windows, I tried it on Ubuntu instead. I got this error: [makeerror.txt](https://github.com/fedden/RenderMan/files/7421597/makeerror.txt)
``` flint@flintUbuntuWP:~/RenderMan-master/Builds/LinuxMakefile/build$ python Python 3.6.8 (default, Oct 7 2019, 12:59:55) [GCC 8.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import librenderman JUCE v5.2.0 Traceback (most...
When I load the plugin I get: " Failed to connect the X server" I'm using docker container. Ubuntu 16.04 + python2.7 I think that I'm very close to solve...