prepare region RMS (loudness) normalization
[ardour.git] / libs / ardour / ardour / midi_port.h
index 0053a4dc7269c88825afc13c85787ef309028084..eb90dc1e35ef01ff9913ded6852b377efc579696 100644 (file)
@@ -56,6 +56,8 @@ class LIBARDOUR_API MidiPort : public Port {
        MidiBuffer& get_midi_buffer (pframes_t nframes);
 
        void set_always_parse (bool yn);
+       void set_trace_on (bool yn);
+
        MIDI::Parser& self_parser() { return _self_parser; }
 
   protected:
@@ -69,6 +71,7 @@ class LIBARDOUR_API MidiPort : public Port {
        bool        _resolve_required;
        bool        _input_active;
        bool        _always_parse;
+       bool        _trace_on;
 
     /* Naming this is tricky. AsyncMIDIPort inherits (for now, aug 2013) from
      * both MIDI::Port, which has _parser, and this (ARDOUR::MidiPort). We