popsicle
popsicle copied to clipboard
Popsicle aims to bridge the JUCE c++ framework to python.
Problem: Running examples fails with error `ImportError: Unable to locate juce library path`. JUCE folder is located at `~/JUCE` and was also moved to `~/popsicle/data/JUCE` Solution: Provide instructions on how...
Hi, very cool project, thanks for sharing!! I just mentioned it in the discussions sections of another cool juce + python [project](https://github.com/DBraun/DawDreamer). I think these two are complementary and I...
IncrementalExecutor::executeFunction: symbol '?createInstance@JUCEApplicationBase@juce@@2P6APEAV12@XZEA' unresolved while linking symbol '__cf_7'! You are probably missing the definition of public: static class juce::JUCEApplicationBase * __ptr64 (__cdecl* __ptr64 juce::JUCEApplicationBase::createInstance)(void) Maybe you need to load the...
Thanks for the python module! When I try to run a simple example , I got errors as follows , any idea how to correct this? platform :windows 10 ```...
Hello, very interesting project with a lot of potential. I wonder, is it possible with the actual state of the library to create a VST plugin based on popsicle that...
Introduce a plugin demo to explain how to use the embedded interpreter and ship a stripped down python library.
I'm trying to get an audio device and the device manager gives me None for the current device. I notice there are a number of methods missing regarding audio devices....
I don't see any popsicle.AudioPluginFormatManager, so I assume it's not yet possible to load plugins? Is this project still under development? I see the last updates were 9 months ago....