- Raspberry pi - Any
- USB Audio Adapter - USB Adapter
- USB Hub - Zebronics USB Hub
Once you connected the USB Audio device with Raspberry pi use following command to see the list of connected USB device
Once you connected the USB Audio device with Raspberry pi use following command to see the list of connected USB device
DummyMIDI { | |
var dummy = 0; | |
*new { | |
^super.newCopyArgs(); | |
} | |
noteOn {} | |
noteOff {} | |
control {} |
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # |
////////////////////////////////////////////////////////////// | |
// Font Variables (http://cssfontstack.com/) | |
////////////////////////////////////////////////////////////// | |
// | |
// Serif font-stacks | |
// | |
$baskerville-font-stack: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif !default; |
;; This is at: https://gist.github.com/8655399 | |
;; So we want a rhyming dictionary in Clojure. Jack Rusher put up | |
;; this code here: | |
;; | |
;; https://gist.github.com/jackrusher/8640437 | |
;; | |
;; I'm going to study this code and learn as I go. | |
;; | |
;; First I put it in a namespace. |
$ git config --global core.excludesfile ~/.gitignore | |
$ echo .DS_Store >> ~/.gitignore |