Feat: more mouse support
This commit is contained in:
@@ -394,6 +394,7 @@ impl eframe::App for CagireDesktop {
|
||||
|
||||
self.app.flush_queued_changes(&sequencer.cmd_tx);
|
||||
self.app.flush_dirty_patterns(&sequencer.cmd_tx);
|
||||
self.app.flush_dirty_script(&sequencer.cmd_tx);
|
||||
|
||||
while let Ok(midi_cmd) = self.midi_rx.try_recv() {
|
||||
match midi_cmd {
|
||||
|
||||
Reference in New Issue
Block a user