LMMS
Loading...
Searching...
No Matches
plugins
CarlaBase
carla
source
native-plugins
external
zynaddsubfx
UI
Fl_Osc_Input.H
Go to the documentation of this file.
1
/*
2
ZynAddSubFX - a software synthesizer
3
4
Fl_Osc_Input.H - OSC Controlled 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
#pragma once
13
#include <FL/Fl_Input.H>
14
#include "
Fl_Osc_Widget.H
"
15
16
class
Fl_Osc_Input
:
public
Fl_Input,
public
Fl_Osc_Widget
17
{
18
public
:
19
Fl_Osc_Input
(
int
X
,
int
Y,
int
W,
int
H,
const
char
*label =
NULL
);
20
virtual
~Fl_Osc_Input
(
void
);
21
22
//Normal Initialization
23
void
init
(
const
char
*path);
24
25
virtual
void
OSC_value
(
const
char
*
value
)
override
;
26
};
NULL
#define NULL
Definition
CarlaBridgeFormat.cpp:30
Fl_Osc_Widget.H
Fl_Osc_Input::OSC_value
virtual void OSC_value(const char *value) override
Definition
Fl_Osc_Input.cpp:28
Fl_Osc_Input::Fl_Osc_Input
Fl_Osc_Input(int X, int Y, int W, int H, const char *label=NULL)
Definition
Fl_Osc_Input.cpp:14
Fl_Osc_Input::~Fl_Osc_Input
virtual ~Fl_Osc_Input(void)
Definition
Fl_Osc_Input.cpp:19
Fl_Osc_Widget::Fl_Osc_Widget
Fl_Osc_Widget(void)
Definition
Fl_Osc_Widget.cpp:16
value
static PuglViewHint int value
Definition
pugl.h:1708
X
#define X(str)
Definition
juce_LV2Common.h:197
init
ZCONST uch * init
Definition
extract.c:2392
Generated on
for LMMS by
1.16.1