Giter VIP home page Giter VIP logo

pyvst's People

Contributors

mbrucher avatar nrgunby avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pyvst's Issues

Float32 capable VSTs not working

Gives an error with Float32 capable plugins (non doublé floating) :

Traceback (most recent call last):
   File "MainApp.py", line 814, in callback
     plugin.process([input_audio], [output_audio])
   File "build\bdist.win32\egg\pyvst\vstplugin.py", line 188, in process
     self.process_replacing(inputs, outputs)
   File "build\bdist.win32\egg\pyvst\vstplugin.py", line 178, in process_replacing
     self.__process_replacing(byref(self.__effect), float_input_pointers, float_output_pointers, len(inputs[0]))
 WindowsError: exception: access violation reading 0x00000000
 Press any key to continue . . .

It just works fine with plugins that works internally with float64 streams.
I am using Windows 10 x64 and Python 2.7 x32 with 32bit plugins.

kVstMaxParamStrLen too little

Hello,
Thanks for your lib which works perfectly for my usage. It seems that many plugin are allowing more than 8 char for their param names, so as a quick fix it is safer to set string constants at 999.
Cheers,
Louis

Does PyVST support midi?

I loaded a plugin called Synth1V113beta3 in JUCE's Plugin Host, and it showed that the plugin has one midi input. I even connected it to the virtual keyboard and played some notes. But when I load it with PyVST's display.py, dump_effect_properties doesn't say anything about midi inputs. Does PyVST support midi? If not, could you add it? Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.