home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "bass guitar", musiccaps_aspects contains "shifting sound", musiccaps_author = 9 and musiccaps_names contains "Plucked string instrument"

✎ 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
Markbass Super Synth This is a gear showcase jam. The bass guitar is playing a random tune while it is connected to a synth pedal that constantly changes the characteristics of its sound. The piece starts out with a fat and wobbly sound and then later turns into a crisp synth sound. These sounds could be sampled for use in beat-making. It could also work well in the soundtrack of an outer space video game. 2010-02-13T20:00:15Z MarkbassAmps Peter Murray explains the Markbass Super Synth pedal, including how to use the pedal's controls and the included software. ["Clarinet", "Effects unit", "Guitar", "Music", "Musical instrument", "Plucked string instrument", "Synthesizer"] ["jam", "no singer", "instrumental", "single instrument", "bass guitar", "synth pedal", "shifting sound", "eccentric"] 9 B4KIQtk7fT4 1204

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