Updated to newer version of lib/midi
This commit is contained in:
parent
16d1a5e0d6
commit
09f736bf83
2
lib/midi
2
lib/midi
@ -1 +1 @@
|
||||
Subproject commit fb7d28563bf731b0a689ce9902dfad0ec9e63b19
|
||||
Subproject commit 82233eb129fd0076c79f0fd85659144dfdafcf90
|
@ -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> {
|
||||
|
Loading…
Reference in New Issue
Block a user