The “After Export” functionality in the “Export Audio Mixdown” dialog is nice but lacking options.
To be as flexible as possible, I propose an option “Execute Command” which executes an arbitrary prompt in terminal (on Mac) resp. cmd (on Windows) with the option to replace some template placeholder, e.g. $1 to be replaced by a value that can be setup the same way as the “naming scheme” for export file names.
Use cases:
- to send it to some offline processing pipeline
- call ffmpeg to replace the audio of a video
- automatically upload to soundcloud or some other music host provider
- auto-store in cloud like google drive, iCloud, own/nextCloud, dropbox
- call ID3Tag Editor to immediately change the values of the ID3 tag (in case of mp3). Unfortunately, the current ID3 tag options in Cubase are still lacking
An even better way would be a small SDK that allows users to create so/dll which then appear as options in the export dialog (but I guess this is too much to ask).