home / musiccaps

musiccaps_details (view)

3 rows where musiccaps_names contains "Walk, footsteps"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: youtube_published (date)

video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
The Legend of Zelda Ocarina of Time: Goron City This game music starts off with midi sounds playing a high pitched melody. This is followed by another instrument playing a louder melody in a descending pattern of five notes followed by an ascending pattern of three notes. Then an industrial machinery sound is heard followed by the sound of a person in boots running. This song is used in a game. 2008-08-17T19:21:37Z BlueKnightNight On the way to meet Darunia in Goron City. ["Music", "Walk, footsteps", "Wind instrument, woodwind instrument", "Sound effect", "Flute"] ["game music", "computer generated sounds", "tapping sound", "industrial sound", "sound of person running in boots", "midi sounds"] 0 HtXtfCR-MUg 1846
Missing from YouTube This song is an upbeat pop song. The tempo is medium fast with energetic drumming, groovy bass lines, keyboard harmony, synthesiser arrangements and female vocal riff. The song is fresh, youthful, perky, catchy, cheerful and energetic. There are sounds of wind, breeze and some metal clanking. This song sounds like a Jingle.       ["Music", "Walk, footsteps"] ["sound of wind", "energetic drumming", "cheerful", "energetic", "catchy", "perky", "metallic sound", "ambient nature music", "punchy basslines", "keyboard harmony", "synthesiser arrangements", "whooshing sound", "windy", "breezy", "catchy vocal riff", "female choral harmony", "perky", "peppy", "cheerful", "energetic", "melodious", "pop", "jingle"] 7   2762
Playthrough: Donald Duck - Goin' Quackers 04 - Duckie Mountain - The Track This song features sounds from a game. A groovy bassline is played. This is accompanied by percussion playing a simple rhythm. A violin fill is played in the background. Quirky sounds are played in the foreground depicting some actions like jumping and crossing game levels. Birds can be heard chirping in the background. There is the sound of a waterfall toward the end of the clip. Bubble bursting sounds are played when the character collects some rewards. There are no lyrics in this song and no words being sung. 2009-08-19T14:30:57Z MkayIndianaJones   ["Music", "Walk, footsteps", "Quack"] ["game music", "quirky sounds", "bassline", "waterfall sounds", "no lyrics", "bird sounds", "simple percussion", "moderate tempo", "violins", "bubble sounds", "xylophone sound"] 0 v2Ng8iGwf40 5149

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 718.151ms · About: simonw/musiccaps-datasette