cython-vst-loader icon indicating copy to clipboard operation
cython-vst-loader copied to clipboard

a cython-based loader for VST audio plugins proving a clean python object-oriented interface

Results 8 cython-vst-loader issues
Sort by recently updated
recently updated
newest added

``` Python 3.8.10 (tags/v3.8.10:3d8993a, May 3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> from cython_vst_loader.vst_host import VstHost >>>...

Somone knows wha that means ? I tried on Windows 10 this one: ### vst_loader.py ``` from cython_vst_loader.vst_host import VstHost from cython_vst_loader.vst_plugin import VstPlugin from cython_vst_loader.vst_loader_wrapper import allocate_float_buffer, get_float_buffer_as_list, free_buffer,...

Hi, I would like to write and play a simple melody from Python through my VST plugin and get back the rendered output audio as a `float array`. So, how...

Hi, I tested the script on `doc/usage_examples.md` and it loads my VST plugin without any errors. Now, I would like to send a MIDI message to this `VSTi` plugin and...

Terminal message: assertion failure: "obj->plugin == nullptr" in file ../../dpf/distrho/src/DistrhoPluginVST.cpp, line 1270 What I did is just replacing _plugin_path_ in example to my own path, and the test plugin is...

not sure if this is a bug or if im just missing one of the requirements (currently on macOS 11.0.1, gcc and make are installed)

Bumps [py](https://github.com/pytest-dev/py) from 1.8.1 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...

dependencies

othewise they are broken when readme is displayed in pypi page