mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-10 21:56:42 +01:00
display/play/stop transport
This commit is contained in:
parent
265dc13248
commit
1f928fba9d
8 changed files with 251 additions and 177 deletions
|
|
@ -62,7 +62,7 @@ impl App {
|
|||
.add(13 * PPQ / 4, MIDIEvent::NoteOn(44, 100))
|
||||
.add(14 * PPQ / 4, MIDIEvent::NoteOn(44, 100))
|
||||
.add(15 * PPQ / 4, MIDIEvent::NoteOn(44, 100));
|
||||
Ok(Self {
|
||||
Ok(Self {std::thread::sleep(std::time::Duration::from_millis(10))
|
||||
jack: Jack::init_from_cli(&options)?,
|
||||
time: 0,
|
||||
root,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue