Skip to content

Commit 2ee4e1e

Browse files
committed
Add functionality for using a footswitch.
Fixes #10.
1 parent bc491ad commit 2ee4e1e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

main.pd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@
771771
#X restore 13 1160 pd gui;
772772
#X floatatom 252 27 5 0 0 0 - - -;
773773
#X obj 252 46 s \$0-recording-time;
774-
#N canvas 0 51 1819 665 recorder 1;
774+
#N canvas 0 51 1819 665 recorder 0;
775775
#X obj 138 7 r \$0-recording;
776776
#X obj 138 29 metro 100;
777777
#X msg 138 51 bang;
@@ -823,6 +823,7 @@
823823
#X obj 723 309 *~;
824824
#X obj 813 309 *~;
825825
#X obj 723 365 r \$0-mute-input;
826+
#X obj 310 7 r fs;
826827
#X connect 0 0 1 0;
827828
#X connect 0 0 6 0;
828829
#X connect 1 0 2 0;
@@ -878,6 +879,7 @@
878879
#X connect 46 0 21 0;
879880
#X connect 47 0 39 1;
880881
#X connect 47 0 38 1;
882+
#X connect 48 0 9 0;
881883
#X restore 327 10 pd recorder;
882884
#X obj 122 331 r \$0-recording;
883885
#X obj 11 490 s \$0-playing;

0 commit comments

Comments
 (0)