Differences

This shows you the differences between two versions of the page.

Link to this comparison view

drum [2014/08/31 01:44]
drum [2022/10/10 14:43] (current)
rzr [hydrogen]
Line 1: Line 1:
 +===== HARDWARE =====
 +
 +  * https://rm445.livejournal.com/1923.html
 +  * https://www.phoronix.com/scan.php?page=news_item&px=Nintendo-Wii-Guitar-Drums-Linux
 +  * https://www.youtube.com/watch?v=G-5LeosbrPA&t=106s#
 +  * https://lovehateubuntu.blogspot.com/2008/09/rock-band-drums-in-linux.html
 +
 +===== SOFTWARE =====
 +
 +  * https://www.youtube.com/watch?v=SvBweh5CoEw# HydroGen
 +  * https://www.youtube.com/watch?v=y9QjWzm0zS4# LmmS
 +
 +
 +===== Sheffield Electronic Drum Kit from LIDL : MIDI (2016) =====
 +
 +  * https://www.streetlife-music.com/en/streetlife_products# Electric Drum Set – includes 1 set of drumsticks
 +    * E-Drum Set IAN=276501
 +    * 4x AA , 6V DC, 6V 500Ma
 +
 +  * https://youtu.be/EEGQ0MSv02E# MiDi
 +  *  - 6 drums de frappe : caisse claire, Charleston, tom alto, tom basse, cymbales crash et ride
 +  * https://fr.audiofanzine.com/batterie-electronique/forums/t.580829,est-ce-mieux-qu-un-jouet-pas-aussi-bien-qu-un-instrument.html#
 +
 +{{https://i.ebayimg.com/d/w1600/pict/164733253401_/Electronic-Drum-Kit-Pads-SHEFFIELD.jpg}}
 +
 +{{https://i.ebayimg.com/00/s/MTU5OVgxNTA3/z/Tr0AAOSwVgtgPQIa/$/Electronic-Drum-Kit-Pads-SHEFFIELD-_57.jpg}}
 +
 +
 +
 +==== DRUM ====
 +
 +  dmesg:
 +  [32632.723309] usb 2-1.1: new full-speed USB device number 8 using ehci-pci
 +  [32632.833679] usb 2-1.1: New USB device found, idVendor=15ca, idProduct=0101, bcdDevice=f1.10
 +  [32632.833688] usb 2-1.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
 +  [32632.833692] usb 2-1.1: Product: USB Midi Cable
 +
 +  15ca:0101 Textech International Ltd. MIDI Interface cable
 +
 +  cat /proc/asound/devices
 +  ...
 +  8: [ 1- 0]: raw midi
 +  9: [ 1]   : control
 +
 +  amidi -d -l
 +  Dir Device    Name
 +  IO  hw:1,0,0  USB Midi Cable MIDI 1
 +  
 +  arecordmidi -l
 +  Port    Client name                      Port name
 +  14:0    Midi Through                     Midi Through Port-0
 +  20:0    USB Midi Cable                   USB Midi Cable MIDI 1
 +
 +  hw=$(amidi -d -l | grep 'USB Midi Cable MIDI 1'  | awk '{ print $2 }' )
 +  
 +  amidi -d --p "$hw"
 +  99 24 7F
 +  89 24 40
 +  
 +  port=$(arecordmidi -l | grep 'USB Midi Cable MIDI 1' | awk '{ print $1 }' )
 +
 +
 +
 +<code>
 +aseqdump -p $port # press sustain and lowest C
 +
 + 20:0   Active Sensing
 + 20:0   Note on                 9, note 36, velocity 127 # BassDrum
 + 20:0   Note off                9, note 36, velocity 64
 + 20:0   Active Sensing
 + 20:0   Note on                 9, note 38, velocity 3 # Drum
 + 20:0   Note off                9, note 38, velocity 64
 + 20:0   Active Sensing
 + 20:0   Note on                 9, note 42, velocity 127 # HitHat
 + 20:0   Note off                9, note 42, velocity 64
 + 20:0   Active Sensing
 + 20:0   Note on                 9, note 45, velocity 31
 + 20:0   Note off                9, note 45, velocity 64
 + 20:0   Active Sensing
 + 20:0   Note on                 9, note 46, velocity 34
 + 20:0   Note off                9, note 46, velocity 64
 + 20:0   Active Sensing
 + 20:0   Note on                 9, note 49, velocity 3 #   1     Cymbales    Crash  (MIDI    0x31=49)
 + 20:0   Note off                9, note 49, velocity 64
 + # 
 + 20:0   Note on                 9, note 50, velocity 17
 + 20:0   Note off                9, note 50, velocity 64
 + 20:0   Active Sensing
 + 20:0   Note on                 9, note 51, velocity 1
 + 20:0   Note off                9, note 51, velocity 64
 + 20:0   Active Sensing
 +</code>
 +
 +  * MIDI 0x24=36 : o1/C2 : "Electric Bass Drum"
 +  * MIDI 0x26=38 : o1/D2 : "Acoustic Snare"
 +  * MIDI 0x2A=42 : o1/F# : "Closed Hi-hat"
 +  * MIDI 0x2D=45 : o1/A : "Low Tom"
 +  * MIDI 0x2E=46 : o1/A# : "Open Hi-hat"
 +  * MIDI 0x31=49 : o2/C# : "Crash Cymbal 1"
 +  * MIDI 0x32=50 : o2/D : "High Tom"
 +  * MIDI 0x33=51 : o2/D# : "Ride Cymbal"
 +
 +
 +
 +<code>
 +
 +   CS:49       RS:51
 +   
 +       HT:50
 +HH:46         LT:45 
 +       SN:38
 +
 +  CHH        BD
 +  42         36
 +
 +</code>
 +
 +{{https://upload.wikimedia.org/wikipedia/commons/thumb/c/c2/GM_Standard_Drum_Map_on_the_keyboard.svg/739px-GM_Standard_Drum_Map_on_the_keyboard.svg.png}}
 +
 +   * https://en.wikipedia.org/wiki/General_MIDI
 +
 +
 +==== hydrogen ====
 +
 +  * Options / Preference / [[Midi]] system :
 +    * MIDI driver: ALSA  
 +    * Input: USB.. 
 +    * Output: USB...
 +===== SOFTWARE =====
 +
 +  * http://hydrogen-music.org/faq/#i-have-connected-my-midi-device-to-hydrogen-but-i-hear-no-sound-whats-wrong#
 +  * https://drumgizmo.org/wiki/doku.php?id=cli-howto#
 +  * http://linux-sound.org/drum.html# DrumS
 +
 +
 +
 +===== LEARN ====
 +
 +  * https://youtu.be/et9hU7QMDYU?list=PLThYwnIoLwyU8gBCa96DvW-NZUgZiCEdP&t=252# 
 +  * http://www.djembefola.com/learning/kuku/DjembeKuku.htm
 +  * https://drumbit.app/# SoftwarE WebService
 +  * https://sourceforge.net/projects/hydrogen/files/Sound%20Libraries/Main%20sound%20libraries/# SoftwarE
 +  * https://www.reddit.com/r/RATM/comments/xe0u9u/beginner_drummer_requesting_playalong_suggestions/
 +    * https://thedrumninja.com/drum-transcriptions/
 +===== djembe =====
 +
 + DJEMBES alexandria 
 +
 +  *  http://www.amazon.com/Alexandria-Small-Olive-Doumbek-Learning/dp/B000JXUP58/ref=rzr21#
 +
 +  * http://www.d0wn.com/article.php?sid=468
 +  * http://www.djembefola.com/
 + 
 +===== Doumbek =====
 +
 +
 +  * http://en.wikipedia.org/wiki/Doumbek
 +  * http://www.blackroot.org/drumming/drumming.html
 +
 +
 +
 +===== MISC =====
 +
 +  * http://synesthesiacorp.com/play
 +  * http://lab.andre-michelle.com/fl-909
 +
 +
 +
 +===== MORE =====
 +
 +@TaG: [[Music]] [[Instrument]] DuB DubStep LooP
 +
 +<html>
 +
 +<iframe width="560" height="315" src="http://www.youtube-nocookie.com/embed/9UWCQi5rmfM" frameborder="0" allowfullscreen></iframe>
 +
 +<iframe width="560" height="315" src="http://www.youtube-nocookie.com/embed/Cg9kjI8ORDQ" frameborder="0" allowfullscreen></iframe>
 +</html>
 +
 +
  
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki