LilypondDrums

Returns a LilypondDrums.


Description

LilypondDrums


Attributes Summary

Class Methods

at
includes


Usage

  1. Example

    LilypondDrums.list.printAll.postln;
    [ 'acousticbassdrum', 'acousticsnare', 'agh', 'agl', 'bassdrum', 'bd', 'bda', 'boh', 'bohm', 'boho', 'bol', 'bolm', 'bolo', 'cab', 'cabasa', 'cb', 'cgh', 'cghm', 'cgho', 'cgl', 'cglm', 'cglo', 'chinesecymbal', 'cl', 'claves', 'closedhihat', 'cowbell', 'crashcymbal', 'crashcymbala', 'crashcymbalb', 'cuim', 'cuio', 'cymc', 'cymca', 'cymcb', 'cymch', 'cymr', 'cymra', 'cymrb', 'cyms', 'da', 'db', 'dc', 'dd', 'de', 'electricsnare', 'fivedown', 'fiveup', 'fourdown', 'fourup', 'gui', 'guil', 'guiro', 'guis', 'halfopenhihat', 'handclap', 'hc', 'hh', 'hhc', 'hhho', 'hho', 'hhp', 'hiagogo', 'hibongo', 'hiconga', 'highfloortom', 'hightom', 'hihat', 'himidtom', 'hisidestick', 'hitimbale', 'hiwoodblock', 'loagogo', 'lobongo', 'loconga', 'longguiro', 'longwhistle', 'losidestick', 'lotimbale', 'lowfloortom', 'lowmidtom', 'lowoodblock', 'lowtom', 'mar', 'maracas', 'mutecuica', 'mutehibongo', 'mutehiconga', 'mutelobongo', 'muteloconga', 'mutetriangle', 'onedown', 'oneup', 'opencuica', 'openhibongo', 'openhiconga', 'openhihat', 'openlobongo', 'openloconga', 'opentriangle', 'pedalhihat', 'rb', 'ridebell', 'ridecymbal', 'ridecymbala', 'ridecymbalb', 'shortguiro', 'shortwhistle', 'sidestick', 'sn', 'sna', 'snare', 'sne', 'splashcymbal', 'ss', 'ssh', 'ssl', 'tamb', 'tambourine', 'threedown', 'threeup', 'timh', 'timl', 'tomfh', 'tomfl', 'tomh', 'toml', 'tommh', 'tomml', 'tri', 'triangle', 'trim', 'trio', 'tt', 'twodown', 'twoup', 'ua', 'ub', 'uc', 'ud', 'ue', 'vibraslap', 'vibs', 'wbh', 'wbl', 'whl', 'whs' ]
    LilypondDrums.includes('snare').postln;
    true
    LilypondDrums.includes('loagogo').postln;
    true
    LilypondDrums.at('bolm').postln;
    'mutelobongo'


Class Methods


at


includes