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

Make combo box channel contents consistent #139

Closed TartanLlama closed 1 year ago

TartanLlama commented 1 year ago

Before my changes, one line in the combo box impl was sending just the filename to csound, and the CSoundPluginProcessor was sending the full path. My changes made the CSoundPluginProcessor also send just the filename, but I missed one line which I had uncommented and was still sending the full path.