add handle! macro and enable groovebox

This commit is contained in:
🪞👃🪞 2024-12-17 01:57:22 +01:00
parent 5c630cc51b
commit a352141dde
13 changed files with 350 additions and 309 deletions

View file

@ -18,10 +18,10 @@ pub(crate) use ratatui::{
pub(crate) use jack;
pub(crate) use jack::{
Client, ProcessScope, Control, CycleTimes,
Port, PortSpec, MidiIn, MidiOut, AudioOut, Unowned,
Transport, TransportState, MidiIter, RawMidi,
contrib::ClosureProcessHandler,
Client, ProcessScope, Control, CycleTimes,
Port, PortSpec, MidiIn, MidiOut, AudioIn, AudioOut, Unowned,
Transport, TransportState, MidiIter, RawMidi,
};
pub(crate) use midly;