Stop bounce / freeze on tracks that have more outputs than inputs and so cannot recor...
[ardour.git] / libs / ardour / ardour / midi_track.h
index 60d2567c21be929fc4ed791594590352bd0300f4..3c742bd3cece5173fbdf770ac88aa92caa588a65 100644 (file)
@@ -103,6 +103,10 @@ public:
        uint16_t get_channel_mask ();
        boost::shared_ptr<MidiPlaylist> midi_playlist ();
 
+       bool bounceable () const {
+               return false;
+       }
+       
        PBD::Signal2<void, boost::shared_ptr<MidiBuffer>, boost::weak_ptr<MidiSource> > DataRecorded;
 
 protected: