home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "synthetic strings and pads", musiccaps_names contains "Electronica" and musiccaps_names contains "Hip hop music"

✎ 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
Make your own music beats anywhere you are - Beat maker download This instrumental contains a digital piano playing a beautiful melody that sounds a little bit like standing in the rain on a summer day. The electronic drums sound without dynamics but with a strong kick that gets supported by the bassline. A snare hit stands in the foreground. A hi-hat fills the space in between and gets surrounded by stringsounds playing a minimalist melody with a lot of reverb on it. A short snappy pluck sound is also playing a melody. barely noticeable. This song may be playing in a chapter of a video game. 2014-01-10T09:48:22Z Joycelyn Balser http://tinyurl.com/mesrr2s Make your own music beats anywhere you are - Beat maker download You can copy one or several tracks and duplicate them, delete or adjust them as needed, all in a simple one-click process. You can change sounds and patters in just a couple clicks, it's all as simple as can be, and you get detailed video tutorials to help guide you so you will be making awesome music right from the start. ["Sampler", "Drum and bass", "Music", "Techno", "Dubstep", "Drum machine", "Hip hop music", "Electronica"] ["electronic/rapbeat", "synthetic strings and pads", "sampled piano", "digital bass", "digital drums", "amateur recording"] 6 GQPOpFX20Gw 1719

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