rorywalsh / cabbage

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

Add .csd filename to message logged when .csd is not found #97

Closed andy-fillebrown closed 4 years ago

rorywalsh commented 4 years ago

There was n issue here in that filename was not valid, I've fixed and updated the dev branch. 👍

andy-fillebrown commented 4 years ago

I don't think you meant csdFile.loadFileAsString(). That will attempt to log the entire contents of a non-existent .csd. Maybe csdFile.getFileName() or csdFile.getFullPathName()?

rorywalsh commented 4 years ago

Of course. Auto-complete.. fixed now.