home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "instructional" and musiccaps_names contains "Distortion"

✎ 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
MXR M169 Carbon Copy Analoog Delay-Pedaal Review | Bax Music This music is an electric guitar instrumental. The tempo is fast with an enthusiastic electric guitar riff with the voice of a man giving instructions. The music is powerful,emphatic, loud, groovy, youthful, skillful and engaging. This clip is an electric guitar lesson/tutorial. 2013-11-05T13:48:04Z Bax-shop | Bax Music Goes Meer info: http://bax.sh/op/IypKPw Productspecialist Harry Maes bespreekt in deze video uitgebreid de MXR M169 Carbon Copy, een authentiek warm klinkend, analoog delay-pedaal met een delay tot wel 600 ms. De M169 Carbon Copy voorziet uw gitaar-geluid van die ouderwetse 'badkamer'-echo's of creëert de heerlijk trage Pink Floyd-achtige delays. Het gitaarpedaal - met dezelfde afmetingen en sterke behuizing als van bijvoorbeeld de klassieke Phase 90 - is instelbaar via drie draaiknoppen en twee interne regelingen. De M169 is dus weer een uiterst degelijke stompbox van MXR! Vond je deze video leuk? Vergeet je niet te abonneren op ons kanaal! Nederland: Webshop: https://www.bax-shop.nl Blog: https://www.bax-shop.nl/blog/ Trustpilot: https://nl.trustpilot.com/evaluate/www.bax-shop.nl Facebook: https://www.facebook.com/baxshopnl Instagram: https://www.instagram.com/baxmusicnl Twitter: https://twitter.com/baxshop België: Webshop: https://www.bax-shop.be Blog: https://www.bax-shop.be/blog/ Facebook: https://www.facebook.com/baxshopbe Instagram: https://www.instagram.com/baxmusicbe Twitter: https://twitter.com/baxshopbe #BaxMusic #WeSupportYourStage #mxr ["Effects unit", "Guitar", "Music", "Musical instrument", "Chorus effect", "Speech", "Plucked string instrument", "Distortion"] ["instrumental", "fast tempo", "male voice speaking", "demonstration", "review", "electric guitar riff", "loud feed back", "sonic power", "amplified guitar", "stringed instrument", "rock", "metal", "jazz", "blues", "intense", "dense", "electric guitar lead", "electric guitar solo", "electric guitar demo", "electric guitar lesson", "tutorial", "instructional", "electric guitar", "smooth", "skillful", "passionate"] 7 cdUk-F-5NCI 3727

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