home / musiccaps

musiccaps_details (view)

3 rows where musiccaps_aspects contains "catchy" and musiccaps_names contains "Percussion"

✎ View and edit SQL

This data as json, CSV (advanced)

video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
Brazil This song is an instrumental. The tempo is medium fast with melodious steel pan, rhythmic percussion like bongos and congas, guitar sound, steady bass line and keyboard harmony. The sound of the breeze in the background indicates that music is being played outdoors. The music is invigorating, playful, light, pleasant, mellifluous and warm. 2009-04-26T18:16:34Z Steel Drum Music Now on iTunes ♫ → click the 'Show More' button for info ↓ ↓ ↓ Caribbean classics played on steel drums from Trinidad. This song is featured on the 'Steel Drum Gold' album. You can get it at: iTunes - http://bit.ly/aE3djW Amazon - http://bit.ly/cgT7rA or directly from Bob Lyons' web site: http://www.SteelDrumMusic.net The very popular samba 'Brazil' performed at ER Bradley's in West Palm Beach on 4/25/09 ["Drum", "Drum kit", "Music", "Musical instrument", "Bass drum", "Percussion", "Steelpan"] ["instrumental", "medium fast tempo", "lively", "steel pan", "sound of bike starting", "sound of breeze", "windy", "guiero rhythm", "recycled instrument", "discarded oil drums", "keyboard harmony", "steady bass line", "people talking", "guider sound of breeze", "guiro rhythm", "simple music", "catchy", "upbeat", "rhythmic congas", "bongos"] 7 NtM3gudMBCQ 2375
Return of The Groove: Lesson 2 - Nasty Cowbell Groove (KindBeats) This music is instrumental. The tempo is fast with a groovy drumming rhythm with bass drums, snares, cymbals and a Cowbell. The rhythm is upbeat, catchy, punchy and buoyant. This music is a Drumming lesson/ tutorial. 2011-05-17T04:53:40Z Andrew McAuley www.kindbeats.net In the second installation of the "ROTG" series, I break down an original boom bap groove that has a heavy emphasis on the cowbell (clave variation). Enjoy! TRANSCRIPTION at http://i.imgur.com/x8Q0PqY.jpg. Proud to endorsee by Hammerax cymbals and hybrids! My Current Cymbal Line Up (set ups vary): 13" Ultra Violet™ Hi-Hats 15" Andrew McAuley Under Violet Hi-Hats 16" HellHat™ Hi-Hats 16" Indigo® Flatride 18" Meanie 19" LTD Indigo® Crash Ride 22" Boomywang® Nano Thin Vibrato Hybrid Nano Baby Boomywang (prototype) Crash Course Splashvine Bash ["Cymbal", "Cowbell", "Drum", "Drum kit", "Hi-hat", "Rimshot", "Snare drum", "Bass drum", "Percussion"] ["instrumental", "fast tempo", "rhythmic beat", "idiophone", "non tuned percussion", "rock music", "cowbell", "percussion", "upbeat", "catchy", "punchy", "buoyant", "drumming", "groovy drumming", "snare", "cymbals", "bass drums", "cow bell", "sound of bell", "drumming lesson", "drumming tutorial"] 7 nu_Bl8Pz6PE 4588
Epic Drum Battle This music is a lively drum instrumental. The tempo is fast with an enthusiastic drum routine. It is loud, rhythmic, catchy and intense. 2010-08-30T04:29:18Z FreeTimeFeats SMHS Drumline members get ruthless with agressive competition... ["Drum", "Drum roll", "Rimshot", "Snare drum", "Percussion"] ["instrumental", "fast tempo", "intense", "loud", "rhythmic", "drum battle", "catchy", "infectious", "lively", "drum routine", "percussion instrument", "percussive instrumental", "loud", "rhythmic"] 7 xmaVWayBvaY 5353

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE VIEW musiccaps_details AS select
  musiccaps.url as video,
  json_object(
    'label',
    coalesce(videos.title, 'Missing from YouTube'),
    'href',
    musiccaps.url
  ) as youtube_link,
  musiccaps.caption as musiccaps_caption,
  videos.publishedAt as youtube_published,
  videos.channelTitle as youtube_channel,
  videos.description as youtube_description,
  musiccaps.audioset_names as musiccaps_names,
  musiccaps.aspect_list as musiccaps_aspects,
  musiccaps.author_id as musiccaps_author,
  videos.id as youtube_id,
  musiccaps.rowid as musiccaps_rowid
from
  musiccaps
  left join videos on musiccaps.ytid = videos.id;
Powered by Datasette · Queries took 855.717ms · About: simonw/musiccaps-datasette