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

Don't create code editor when command line has export parameter #102

Closed andy-fillebrown closed 4 years ago

andy-fillebrown commented 4 years ago

This change makes Cabbage skip creating a code editor when opening files if the command line contains an --export-* parameter, which also stops the exported file from being added to the recent files list.