Making a looper pedal |
April 19th, 2010 |
looper, music, tech |
Now we get the computer to be a digitial delay using chuck which uses jack:
- I started with a fresh eeebuntu 4.0 beta on a first generation eeepc, this also worked on chris's mac
-
$ sudo apt-get install jack chuck
-
$ jackd -d alsa &
-
$ chuck program.ck
- Sound output: sin_to_dac.ck
- Send mic input to speaker: adc_to_dac.ck
- Control speaker with mouse: mouse-fm.ck
On linux I couldn't get the mouse to work until I tried something totally different, so if this applies, don't worry (yet).
One problem on the eeepc is that it's a slow computer and currently trying to do a lot of stuff. If we install a realtime kernel and boot into single user mode, though, it's much better:
-
$ sudo apt-get install linux-rt
- Reboot
- Press esc when prompted to get into the grub menu
- Choose the kernel marked linux-rt recovery mode (otherwise it will start normally with a normal kernel)
- When asked what to do next, choose to drop into a root shell without networking
-
$ jackd -d alsa &
-
$ chuck looper.ck
nano -w looper.ck
)
I still need to learn how to use the pedal well, but now the problems are on my end, not the tech end.
Comment via: facebook