Package | Description |
---|---|
net.kreatious.pianoleopard.history |
Provides analytics over play history over time.
|
net.kreatious.pianoleopard.midi |
Data models backed by physical MIDI sequencer devices
|
net.kreatious.pianoleopard.painter |
Painter for drawing notes
|
Modifier and Type | Method and Description |
---|---|
static History |
History.create(File log,
OutputModel outputModel,
InputModel inputModel)
Creates a new
History that manages historical events generated by
the user. |
Modifier and Type | Method and Description |
---|---|
static InputModel |
InputModel.create(OutputModel outputModel)
Constructs a new
InputModel with the specified initial state. |
Modifier and Type | Method and Description |
---|---|
static JPanel |
PainterPanel.create(OutputModel outputModel,
InputModel inputModel)
Constructs a new
PainterPanel connected to the specified track
containing events played by the user |
Copyright © 2015 Kreatious LLC. All rights reserved.