Skip to content

Commit

Permalink
reaper-play: file-name reconfig fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Edwards committed Feb 20, 2024
1 parent de7e7b4 commit 1e54eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/slippery-chicken.lsp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
;;;
;;; Creation date: March 19th 2001
;;;
;;; $$ Last modified: 17:11:18 Tue Feb 20 2024 CET
;;; $$ Last modified: 17:20:31 Tue Feb 20 2024 CET
;;;
;;; ****
;;; Licence: Copyright (c) 2010 Michael Edwards
Expand Down Expand Up @@ -6014,7 +6014,7 @@ seq-num 5, VN, replacing G3 with B6
:sample-rate srate)
:min-channels min-channels
:max-channels max-channels
:file file-name)
:file output)
(unless (zerop total-events)
(format t "~%~%~d/~d events skipped (~f%)"
total-skipped total-events
Expand Down

0 comments on commit 1e54eee

Please sign in to comment.