AdamSomers / airinstruments

Motion-controlled musical instruments, previously closed-sourced for-profit products.
7 stars 2 forks source link

Export command #14

Closed AdamSomers closed 11 years ago

AdamSomers commented 11 years ago

Export should be a dialog accessible from the file menu with:

Export itself should render a WAV file, offline, at the current sample rate. This should be done with juce's audio format writer. Changing to a different format should be trivial. Being an AudioSource subclass, I think the Drums class is pretty well set up to add export functionality. Juce demo shows realtime recording.