Modifier and Type | Class and Description |
---|---|
class |
AbstractSender |
class |
SysexSender
An implementation of SysexWidget.ISender.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Envelope.sendSysex(ISender sender,
int value)
Set value and send MIDI messages for the value to the MIDI port of
driver . |
Modifier and Type | Method and Description |
---|---|
protected ISender |
AbstractDriverEditor.newSender(MidiSender midiSender) |
Modifier and Type | Method and Description |
---|---|
protected void |
SysexWidget.sendSysex(ISender sender,
int value)
Set value and send MIDI messages for the value to the MIDI port of
driver . |
Constructor and Description |
---|
CheckBoxWidget(String label,
Patch patch,
IParamModel pmodel,
ISender sender)
Creates a new
CheckBoxWidget instance. |
ComboBoxWidget(String label,
Patch patch,
int min,
IParamModel pmodel,
ISender sender,
Object[] options)
Constructor for setting up the ComboBoxWidget.
|
ComboBoxWidget(String label,
Patch patch,
IParamModel pmodel,
ISender sender,
Object[] options)
min is set to 0. |
KnobLookupWidget(String label,
Patch patch,
int min,
int max,
IParamModel pmodel,
ISender sender,
String[] valueLabels)
Creates a new
KnobLookupWidget instance. |
KnobLookupWidget(String label,
Patch patch,
int min,
int max,
IParamModel pmodel,
ISender sender,
String[] valueLabels,
int width,
int height)
Creates a new
KnobLookupWidget instance. |
KnobLookupWidget(String label,
Patch patch,
int min,
IParamModel pmodel,
ISender sender,
String[] valueLabels)
Creates a new
KnobLookupWidget instance. |
KnobLookupWidget(String label,
Patch patch,
int min,
IParamModel pmodel,
ISender sender,
String[] valueLabels,
int width,
int height)
Creates a new
KnobLookupWidget instance. |
KnobLookupWidget(String label,
Patch patch,
IParamModel pmodel,
ISender sender,
String[] valueLabels)
Creates a new
KnobLookupWidget instance. |
KnobLookupWidget(String label,
Patch patch,
IParamModel pmodel,
ISender sender,
String[] valueLabels,
int width,
int height)
Creates a new
KnobLookupWidget instance. |
KnobWidget(String label,
Patch patch,
int min,
int max,
int base,
IParamModel pmodel,
ISender sender)
Creates a new
KnobWidget instance. |
KnobWidget(String label,
Patch patch,
int min,
int max,
int base,
IParamModel pmodel,
ISender sender,
ImageIcon[] aImages)
Display an image to the right of the value.
|
KnobWidget(String label,
Patch patch,
int min,
int max,
int base,
IParamModel pmodel,
ISender sender,
ImageIcon[] aImages,
int width,
int height)
Display an image to the right of the value.
|
KnobWidget(String label,
Patch patch,
int min,
int max,
int base,
IParamModel pmodel,
ISender sender,
int width,
int height)
Creates a new
KnobWidget instance. |
Node(int minx,
int maxx,
IParamModel pmodelx,
int miny,
int maxy,
IParamModel pmodely,
int basey,
boolean invertx,
ISender senderx,
ISender sendery,
String namex,
String namey)
Construcutor for a
Node . |
ScrollBarLookupWidget(String label,
Patch patch,
int min,
int max,
int labelWidth,
IParamModel pmodel,
ISender sender,
String[] options)
Constructor for setting up the ScrollBarLookupWidget.
|
ScrollBarLookupWidget(String label,
Patch patch,
int min,
int max,
IParamModel pmodel,
ISender sender,
String[] options)
Constructor for setting up the VertScrollBarLookupWidget.
The width of the label will be determined by the label strings. |
ScrollBarLookupWidget(String label,
Patch patch,
IParamModel pmodel,
ISender sender,
String[] options)
Constructor for setting up the ScrollBarLookupWidget.
The width of the label will be determined by the label strings. The minimum value is set to 0 and the maximum value to the length of the options array. |
ScrollBarWidget(String label,
Patch patch,
int min,
int max,
int base,
int labelWidth,
IParamModel pmodel,
ISender sender)
Constructor for setting up the ScrollBarWidget.
|
ScrollBarWidget(String label,
Patch patch,
int min,
int max,
int base,
IParamModel pmodel,
ISender sender) |
SpinnerWidget(String label,
Patch patch,
int min,
int max,
int base,
IParamModel pmodel,
ISender sender)
Constructor for setting up the SpinnerWidget.
|
SysexWidget(String label,
Patch patch,
int min,
int max,
IParamModel pmodel,
ISender sender)
Creates a new
SysexWidget instance. |
SysexWidget(String label,
Patch patch,
IParamModel pmodel,
ISender sender)
min is set to Integer.MIN_VALUE and
max is set to Integer.MAX_VALUE . |
TreeWidget(String label,
Patch patch,
TreeWidget.Nodes treeNodes,
IParamModel paramModel,
ISender sysexString)
Creates a new
TreeWidget instance. |
VertScrollBarLookupWidget(String label,
Patch patch,
int min,
int max,
int labelWidth,
IParamModel pmodel,
ISender sender,
String[] options)
Constructor for setting up the VertScrollBarLookupWidget.
|
VertScrollBarLookupWidget(String label,
Patch patch,
int min,
int max,
IParamModel pmodel,
ISender sender,
String[] options)
Constructor for setting up the VertScrollBarLookupWidget.
The width of the label will be determined by the label strings. |
VertScrollBarLookupWidget(String label,
Patch patch,
IParamModel pmodel,
ISender sender,
String[] options)
Constructor for setting up the VertScrollBarLookupWidget.
The width of the label will be determined by the label strings. The minimum value is set to 0 and the maximum value to the length of the options array. |
VertScrollBarWidget(String label,
Patch patch,
int min,
int max,
int base,
IParamModel pmodel,
ISender sender)
Constructor for setting up the VertScrollBarWidget.
|
Modifier and Type | Class and Description |
---|---|
class |
MidiEditSender
Sender for AlesisQS keyboards.
|
Modifier and Type | Class and Description |
---|---|
class |
EmuProteus2InstrumentSender |
class |
EmuProteus2Sender |
Modifier and Type | Class and Description |
---|---|
class |
EnsoniqESQ1NrpnSender |
Modifier and Type | Class and Description |
---|---|
class |
QuasarSender |
Constructor and Description |
---|
MultiWidget(MultiWidgetParams[] params,
Patch patch,
IParamModel pmodel,
ISender sender) |
Constructor and Description |
---|
LongtextScrollBarLookupWidget(String label,
Patch patch,
int min,
int max,
int labelWidth,
int textWidth,
IParamModel pmodel,
ISender sender,
String[] options) |
LongtextScrollBarWidget(String label,
Patch patch,
int min,
int max,
int base,
int labelWidth,
int textWidth,
IParamModel pmodel,
ISender sender) |
Modifier and Type | Class and Description |
---|---|
class |
EditSender |
Modifier and Type | Class and Description |
---|---|
class |
D50Sender |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJV80SysexSender |
Modifier and Type | Class and Description |
---|---|
class |
SPD11PadDecaySender
Decay values are from -31 to 31, they are represented by their 2's complement
|
class |
SPD11PadInstSender |
class |
SPD11PadParamSender |
class |
SPD11Sender |
Modifier and Type | Class and Description |
---|---|
class |
RolandDT1Sender
RolandDT1Sender.java Generic SysexWidget.ISender class for Roland DT1 (Data
Transfer) system exclusive message.
|
Constructor and Description |
---|
TCCheckBoxWidget(String label,
Patch patch,
IParamModel pmodel,
ISender sender) |
Modifier and Type | Class and Description |
---|---|
class |
PerformanceSender |
class |
VoiceSender |
Modifier and Type | Class and Description |
---|---|
class |
TG100Sender |
Constructor and Description |
---|
IdComboWidget(String label,
Patch patch,
IParamModel pmodel,
ISender sender,
Vector options) |
Knob(String label,
Patch patch,
int min,
int max,
IFormat format,
IParamModel pmodel,
ISender sender) |
Knob(String label,
Patch patch,
int min,
int max,
int base,
IParamModel pmodel,
ISender sender)
Creates a new
Knob instance. |
Copyright © 2014. All Rights Reserved.