home / musiccaps

musiccaps_details (view)

1 row where musiccaps_author = 1 and "youtube_published" is on date 2008-03-27

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: youtube_published (date), musiccaps_names (array), musiccaps_aspects (array)

video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
Dunlop Jimi Hendrix Octavio Octave Fuzz Pedal The song is an instrumental. The tempo is medium with an electric guitar playing a blues solo with an effects pedal and amplifier. The solo is heartfelt and has a lot of soul and spirit to it. The audio quality is bad. 2008-03-27T02:00:50Z ProGuitarShopDemos Buy Now: https://goo.gl/WY11Qq The Dunlop Jimi Hendrix Octavio is an exact clone of Jimi's cheese wedge pedal that is enshrined at the Experience Music Project in Seattle. The Dunlop engineers took great pains to bring the tone of this infamous pedal straight to you. Straight up Live at Fillmore tone and screaming fuzz is at your toetips with the Octavio. Complete with a switching Level knob to turn the unit off, the Jimi Hendrix Octavio recreates the exact breadboard circuit as the original. The Dunlop Jimi Hendrix Octavio is fuzzy and warm. The Octavio is not a high output pedal. This baby was built to vintage spec and it sounds vintage. Put your strat in the magic neck position and solo around the 12th fret and you'll see what I mean. Purple Haze has never sounded so exact. The octave effect is subtle just like the original but in front of a cranked Marshall, nothing is subtle. This pedal is best used in front of an already cranked amp, but can be used as a primary fuzz pedal by increasing the Fuzz knob. If you've been looking for that secret tone, the Jimi Hendrix Octavio is it. ["Effects unit", "Guitar", "Music", "Musical instrument", "Plucked string instrument", "Distortion"] ["guitar lead", "bad audio quality", "distortion pedal", "amplifier tone", "tone fades", "heartfelt", "blues solo", "guitar tone demo", "online guitar lessons", "groovy music", "instrumental song", "home music video", "demo video", "banshee tone", "medium tempo", "no other instrumentation", "no percussions", "blues solo", "soloist", "guitar virtuoso"] 1 xZSioXdxo4Y 5339

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