Skip to content

Commit

Permalink
fix tape rec
Browse files Browse the repository at this point in the history
  • Loading branch information
tehn committed Dec 29, 2018
1 parent 1568aa5 commit 4ae4963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/core/menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1415,7 +1415,7 @@ m.key[pTAPE] = function(n,z)
if m.tape.rec.sel == TAPE_REC_ARM then
tape_diskfree()
m.tape.rec.file = string.format("%04d",norns.state.tape) .. ".aiff"
tape_new(m.tape.rec.file)
audio.tape_record_open(audio_dir.."/tape/"..m.tape.rec.file)
m.tape.rec.sel = TAPE_REC_START
m.tape.rec.pos_tick = 0
tape_rec_counter.time = 0.25
Expand Down

0 comments on commit 4ae4963

Please sign in to comment.