Updated to newer version of lib/midi

This commit is contained in:
Robert Bendun 2022-06-18 00:13:21 +02:00
parent 16d1a5e0d6
commit 09f736bf83
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit fb7d28563bf731b0a689ce9902dfad0ec9e63b19
Subproject commit 82233eb129fd0076c79f0fd85659144dfdafcf90

View File

@ -81,7 +81,7 @@ struct Runner
the = this;
alsa.init_sequencer();
alsa.connect(port);
alsa.connect_output(port);
interpreter.midi_connection = &alsa;
Env::global->force_define("say", +[](Interpreter&, std::vector<Value> args) -> Result<Value> {