rorywalsh / cabbage

Framework for developing audio plugins with the Csound programming language.
http://cabbageaudio.com
GNU General Public License v3.0
503 stars 35 forks source link

Rack plugins have fixed height but flexible width #122

Closed brylie closed 2 years ago

brylie commented 2 years ago

Perhaps I'm misunderstanding the order of Cabbage width/height arguments. However, Rack modules have a fixed height (from the user perspective) and flexible width.

<Cabbage>
form caption("CabbageModule") size(100, 380), colour(255, 255, 255), pluginid("def1")
...
</Cabbage>

image

I'm updating the docs here as this might be a relatively small misconception to fix :-)

I also double-checked to make sure I didn't lose any details when removing the duplicate documentation and adding a link. Finally, I cleaned up the article a bit with a grammar checker.