Skip to content

Commit

Permalink
send a midi note off when stopping
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Arweiler committed May 9, 2020
1 parent d88df80 commit c64ee7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zellen.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- zellen v1.4.2
-- zellen v1.4.3
--
-- sequencer based on
-- conway's game of life
Expand Down Expand Up @@ -668,6 +668,7 @@ function key(n, z)
clk:stop()
state.seq_running = false
state.show_playing_indicator = false
notes_off()
else
if (#state.playable_cells == 0) then
generation_step()
Expand Down

0 comments on commit c64ee7d

Please sign in to comment.