LMMS
Loading...
Searching...
No Matches
Fl_Osc_Input.cpp
Go to the documentation of this file.
1/*
2 ZynAddSubFX - a software synthesizer
3
4 Fl_Osc_Input.cpp - OSC Powered Input Field
5 Copyright (C) 2016 Mark McCurry
6
7 This program is free software; you can redistribute it and/or
8 modify it under the terms of the GNU General Public License
9 as published by the Free Software Foundation; either version 2
10 of the License, or (at your option) any later version.
11*/
12#include "Fl_Osc_Input.H"
13
14Fl_Osc_Input::Fl_Osc_Input(int X, int Y, int W, int H, const char *label)
15 :Fl_Input(X,Y,W,H, label), Fl_Osc_Widget(this)
16{
17}
18
21
22void Fl_Osc_Input::init(const char *path)
23{
24 ext = path;
25 oscRegister(path);
26}
27
28void Fl_Osc_Input::OSC_value(const char *v)
29{
30 value(v);
31}
virtual void OSC_value(const char *value) override
Definition Fl_Osc_Input.cpp:28
void init(const char *path)
Definition Fl_Osc_Input.cpp:22
Fl_Osc_Input(int X, int Y, int W, int H, const char *label=NULL)
Definition Fl_Osc_Input.cpp:14
virtual ~Fl_Osc_Input(void)
Definition Fl_Osc_Input.cpp:19
std::string ext
Definition Fl_Osc_Widget.H:64
Fl_Osc_Widget(void)
Definition Fl_Osc_Widget.cpp:16
void oscRegister(const char *path)
Definition Fl_Osc_Widget.cpp:91
unsigned v[N_MAX]
Definition inflate.c:1584
static PuglViewHint int value
Definition pugl.h:1708
#define X(str)
Definition juce_LV2Common.h:197