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

Fixes for comboboxes #137

Closed TartanLlama closed 1 year ago

TartanLlama commented 1 year ago

The string literal "filetype" is used some places where "fileType" should be used instead. This causes comboboxes to not have their channel data populated properly sometimes.

I fixed these, and also an off-by-one error

TartanLlama commented 1 year ago

Closing as subsumed by https://github.com/rorywalsh/cabbage/pull/138