free-audio / clap

Audio Plugin API
https://cleveraudio.org/
MIT License
1.77k stars 100 forks source link

Add comment to my_plug_audio/note_ports_count plugin-template.c #150

Closed nakst closed 1 year ago

nakst commented 2 years ago

I think it would be helpful if a comment were added to my_plug_audio_ports_count and my_plug_note_ports_count in src/plugin-template.c to make it clear that they are indicating the plugin has one input and one output port of each. And perhaps even the behaviour could be changed so that a note output port isn't created by default? This doesn't seem like it would be a very common option.