- getNoteRect
Rect getNoteRect(Rect clientRect, double note)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPitchX
int getPitchX(Rect clientRect, double note)
Undocumented in source. Be warned that the author may not have intended to support it.
- measure
void measure(int parentWidth, int parentHeight)
Measure widget according to desired width and height constraints. (Step 1 of two phase layout).
- onDraw
void onDraw(DrawBuf buf)
Draw widget at its position to buffer
- onMouseEvent
bool onMouseEvent(MouseEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNoteRange
void setNoteRange(double minnote, double maxnote)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNoteRange
void setNoteRange(int minnote, int maxnote)
Undocumented in source. Be warned that the author may not have intended to support it.
- setPitchRange
void setPitchRange(double minfreq, double maxfreq)
Undocumented in source. Be warned that the author may not have intended to support it.
- setPosition
void setPosition(double x, double y, double pressure)
Undocumented in source. Be warned that the author may not have intended to support it.
- controller1
double controller1 [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- maxNote
double maxNote [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- maxPitch
double maxPitch [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- minNote
double minNote [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- minPitch
double minPitch [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- pitch
double pitch [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.