Pierre Cusa

Results 18 comments of Pierre Cusa

Interesting, it works correctly on my side. It opens the local `protoplugfiles/doc/index.html` file. Try clicking on "File > Open Protoplug Folder", it should open the folder with all the scripts...

I've only used protoplug for stereo so far, it's true that multi-channel isn't even mentioned anywhere. As of now, you can build an n-channel effect version like this : 1....

Well I like where this is going! If you want to add features to the internals of protoplug, I'd say Phil was on the right track, in the sense that...

None of the methods I described above require scripts to add anything to their process block functions, or add anything at all for that matter. That said, sure, I will...

Here's a rough draft of how I would implement what you're describing by creating a new library file: ```lua -- new library file: ProtoplugFiles/include/midi-lib.lua local scheduledEvents = {} -- add...

Thank you for not only suggesting but also building and testing out the AU-MFX yourself! This seems like a relatively easy feature to add, so I might do it sooner...

Here's a nice way of making an "external file mode" based on your idea, no configuration necessary: - On startup, the plugin would scan the Lua effects folder (or generators...

I like the idea of making distributable, self-contained plugins from one protoplug script. There is already an optional configuration file, [ProtoplugFiles/prefs.xml](https://github.com/pac-dev/protoplug/blob/master/ProtoplugFiles/prefs.default.xml). Right now it's only used for keyboard shortcut customization,...

I'm having fun with the `croissant` script, really interesting with a keyboard! Shall I add it to the distribution?

Note this is not currently mergeable because I didn't implement the n-channel code on OSX... and I don't have access to an Mac right now (need to look into that,...