prepare region RMS (loudness) normalization
[ardour.git] / libs / ardour / ardour / midi_scene_change.h
index 69f7b05d293aab3b425b3f3e380e14abfdd7ac44..245b749272827d784b07486243cc45c233ee0240 100644 (file)
@@ -53,21 +53,15 @@ class MIDISceneChange : public SceneChange
        XMLNode& get_state();
        int set_state (const XMLNode&, int version);
 
-        bool operator==(const MIDISceneChange& other) const;
-
-        uint32_t color() const;
-        void set_color (uint32_t);
-        static const uint32_t out_of_bound_color;
-        PBD::Signal0<void> ColorChanged;
+       bool operator==(const MIDISceneChange& other) const;
 
   private:
        int _bank;
        int _program;
        uint8_t _channel;
-        uint32_t _color;
 };
 
 } /* namespace */
-       
+
 
 #endif /* __libardour_scene_change_h__ */