demberto
demberto
An year later but nontheless 😄
6 years later, has there been any progress on this? Are there any guidelines i can follow to make this possible? I thought of packaging a DLL (and its non...
A new repo under wingtk would be super nice. At the time of writing my previous comment, I had PyGObject and GTK particularly in mind. Why aren't the artifacts of...
It looks like FL serialised the events incorrectly, so even tho no VST plugins have been used in this project, there are "Fruity Wrapper" strings. I need to find a...
Hmm, I haven't tested PyFLP on Python 3.12 yet. It's difficult for me to find time for this nowadays.
> It is fixed already. We are adding new wrappers as well. We will release a new version as soon as we get it all done. Has the latest release...
There's an old (circa 1999) document about the FLP format, written by Didler Dambrin (a.k.a Gol) which describes its event system and a list of the events FL used then....
> You can manually download the checkpoints at https://d.opendreamnet.com/v2/checkpoints/v0.0.1 > > Or using tor at http://ezzp7n7ppihoeuj2dlhfwu7qmfpjqp6vc6dvns5uceoyxd2dwr6n44id.onion/downloads/v2/checkpoints/v0.0.1 > > Or using this torrent file https://fs.dreamlink.cloud/ipfs/QmWgk943L8XqL86pT17WENaAuwtrSKqZQ23MhZSFAquyyi?filename=v0.0.1.torrent > > Once checkpoints downloaded, place...
While ParamSpec and Concatenate both are added to typing in 3.10, they exist in typing_extensions which is available for all Python versions since 3.7.
Looks correct to me for the most part, the `callback` argument takes in a Callable or None, hence its optional. I don't understand the VarArg, KwArg part, maybe its the...