Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
264B

  1. #include "Fl_Osc_Value.H"
  2. Fl_Osc_Value::Fl_Osc_Value(int X, int Y, int W, int H, const char *label)
  3. :Fl_Value_Input(X,Y,W,H, label), Fl_Osc_Widget(this)
  4. {
  5. }
  6. Fl_Osc_Value::~Fl_Osc_Value(void)
  7. {}
  8. void Fl_Osc_Value::init(const char *path)
  9. {
  10. (void)path;
  11. }