at.ofai.music.beatroot
class ControlPanel extends JPanel
Nested Class Summary | |
---|---|
class | ControlPanel.ButtonPanel For layout of the grid of buttons (i.e. not including the zoom buttons) |
Field Summary | |
---|---|
EventProcessor | jobq The listener object which handles key, button and menu events |
static long | serialVersionUID |
Constructor Summary | |
---|---|
ControlPanel(BeatTrackDisplay displayPanel, JScrollBar scroller, String args, EventProcessor j) Constructor: |
Parameters: displayPanel The main panel of BeatRoot's GUI scroller The scrollbar on BeatRoot's GUI args Not used - was used for a file name in BeatRoot 0.4 for experiments reported in Dixon, Goebl and Cambouropoulos, Music Perception, 2006 j The object which handles button, key and menu events