home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_names contains "Sound effect"

✎ 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
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
Suspenso - Efectos de Sonidos The song is an instrumental. The tempo is medium with various horns like trumpets, trombones and tubas playing blaring lots in harmony. The song is mysterious and ominous in nature. The song is a wildlife documentary soundtrack. 2014-10-20T18:04:59Z Efectos de Sonidos GRATIS Descarga : http://adf.ly/t3m8R : Download Suspenso - Efectos de Sonidos Miedo - Efectos de Sonidos Terror - Efectos de Sonidos Drama - Efectos de Sonidos Para asustarse - Efectos de Sonidos Sustos - Efectos de Sonidos Mounstros - Efectos de Sonidos Feos - Efectos de Sonidos Sustos - Efectos de Sonidos Trama - Efectos de Sonidos Thriller - Sound Effects Fear - Sound Effects Terror - Sound Effects Drama - Sound Effects To scared - Sound Effects Scares - Sound Effects Monsters - Sound Effects Ugly - Sound Effects Scares - Sound Effects Plot - Sound Effects No olvides pedirme los sonidos que necesites Estare ayudandote siempre y cuando pueda ▶ Ayudame :) http://www.youtube.com/user/PutorialesC ▁ ▂ ▃ ▄ ▅ ▆ ▇ █ ▋▌ SuscribeTE ▌▋█ ▇ ▆ ▅ ▄ ▃ ▂ ▁ ["Music", "Sound effect", "Scary music"] ["brass band", "tubas", "trumpets", "trombones", "wild life documentary soundtrack", "mysterious", "building anticipation", "ominous", "brass quartet", "philharmonic orchestra", "conductor", "composer", "western classic music influences", "groovy", "percussive play", "danger", "mystery", "blaring horns", "instrumental music", "medium tempo"] 1 KurvLmoKCog 2131

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