-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MIDI Utilities Feature Request #3
Comments
|
So now we know how does plugin work but... How do we describe ports? Simple, by providing Now let's practice. For example, we want to implement a stereo plugin that adjusts gain. This may look strange, but most of this are macros that are expanded to: Now we create complete description of plugin: OK, now we need to create derivatve from plugin_t. And here it's implementation: Nice! We got plugin. Now we should tell that it exists (currently without UI). Nice! If we have right written all includes, we can perform now: |
|
@sadko4u why don't you turn these useful docs into a wiki page here on GitHub? It would be great for anyone willing to contribute to your plug-in suite. |
Yes, definitely it would be a good feature. I think I'll put the documentation to the wiki a little bit later. |





@sadko4u I've made the email an issue for ease of communication and discussion.

I have a mockup of what features would be included in this plugin. This is not how the plugin will be styled, but just what features and GUI widgets for each.
Where do I start this feature?
The text was updated successfully, but these errors were encountered: