home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "scary" and musiccaps_names contains "Chorus 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
Behringer VM1 Vintage Time Machine Part 1 analog delay/echo/chorus review This music is instrumental. The tempo is slow with a resonating electric guitar riff. The music is spooky, eerie, sinister, mysterious and suspenseful with a little white noise/static. 2009-01-27T21:05:21Z torturesofthedamned Find me on FB: https://www.facebook.com/SleazyDJameson 1/27/09 - just a quick simple review of the Behringer VM1, a.k.a "Deluxe Memory Man clone". (i usually dont do reviews, but there wasnt many demos of this pedal on the tube at the time, so i figured id give it the ol' college try). I wasn't really in the market for a Deluxe Memory Man (never have been), but when i saw this for a quarter of the price (70 u.s dollars) i figured why not? an analog delay pedal for 70? plus it has all the other bells and whistles. all clean tones in this video coming from a Line 6 Micro Spider with no effects, i'm using an ESP Eclipse II, also i play alot of "stop on the dime" chords of randomness (nothin fancy ladies and gents) in this video so you can hear the decay and how the delay/echo breaks up. the max delay is quite long if i may say so, i believe it's 550ms? Overall i'm very pleased with this pedal, I used a still photo camera that takes vids so, sorry for the lo-fi quality. cheers!!! ["Echo", "Effects unit", "Music", "Chorus effect", "Plucked string instrument"] ["instrumental", "electric guitar", "slow tempo", "resonance", "mysterious", "amplified guitar", "resounding", "loud feedback", "minimalist", "spooky", "sinister", "eerie", "scary", "frightening"] 7 TSl5LrM6LcQ 2837

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