]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-item.hh
Doc-fr: NR-1.5.2 merging rests
[lilypond.git] / lily / include / audio-item.hh
index 551d43f1c58715941e7c4f20a7d1eb2f07aa0dd4..f3a97a2949d9805f1edc480474f78262fe9c5f3e 100644 (file)
@@ -144,38 +144,6 @@ public:
   int one_beat_;
 };
 
-class Audio_control_function_value_change : public Audio_item
-{
-public:
-  // Supported control functions.
-  enum Control
-  {
-    BALANCE = 0, PAN_POSITION, EXPRESSION, REVERB_LEVEL, CHORUS_LEVEL,
-    // pseudo value for representing the size of the enum; must be kept last
-    NUM_CONTROLS
-  };
-
-  Audio_control_function_value_change (Control control, Real value);
-
-  // Information about a context property corresponding to a control function
-  // (name, the corresponding enumeration value, and the allowed range for the
-  // value of the context property).
-  struct Context_property
-  {
-    const char *name_;
-    Control control_;
-    Real range_min_;
-    Real range_max_;
-  };
-
-  // Mapping from supported control functions to the corresponding context
-  // properties.
-  static const Context_property context_properties_[];
-
-  Control control_;
-  Real value_;
-};
-
 class Audio_control_change : public Audio_item
 {
 public: