home / musiccaps

musiccaps_details (view)

3 rows where musiccaps_aspects contains "trippy" and musiccaps_names contains "Echo"

✎ 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
skreddy echo This is an instrumental jam recording of a gear showcase. There is an electric guitar with a clear sound being played with an echo pedal. It gives the recording a dreamy feeling. This track can be used to lift guitar samples with effect for a beat. 2013-04-20T15:54:38Z hovercraft Artifact just got one of these guys off of ebay. Loving it. Please check out my music at hovercraftartifact.bandcamp.com ["Reverberation", "Echo", "Effects unit", "Electric guitar", "Music"] ["instrumental", "jam", "electric guitar", "clean sound", "effect pedal", "echo", "dreamy", "trippy"] 9 -w8maIWtnUk 103
Boss TE-2 Tera Echo This is a gear showcase jam. There is a clean sounding electric guitar with an echo effect being played in a gentle manner. The recording has a dreamy, trippy atmosphere. Parts of this recording can be lifted as samples to be used in beat-making. An advertisement jingle could also be derived from this piece. 2013-07-11T00:27:20Z ProGuitarShopDemos Buy Now: https://goo.gl/nVm6om This is the Tera Echo from Boss. This highly dynamic, and spatial effect uses Boss' new Multi-Dimensional Processing to create a whole new category of delay and reverb. Complex, layered sounds are easily dialed in with the Spread Time, which goes from a warm slapback to a stuttering, filtered delay sound. The Boss Tera Echo also includes a tone control to create warm synth pads or glassy repeats with a rich ambient sound. The TE-2 is also very dynamic and responds with an envelope like effect when played harder or with subtle echoes and reverb tails when fed with a soft signal. You can even hold down the footswitch and freeze notes or chords to play over and take advantage of the trails feature to quickly punch into accent specific parts or your music. The Boss TE-2 is also equipped with stereo inputs and outputs for a wider, psychedelic effect! ["Echo", "Effects unit", "Electric guitar", "Guitar", "Music", "Musical instrument", "Plucked string instrument"] ["jam", "no singer", "instrumental", "single instrument", "electric guitar", "guitar solo", "effect pedal", "echo", "easygoing", "mellow", "simple tune", "dreamy", "trippy"] 9 3ClbaJYWVO4 448
Tim Henson | Bittersweet This is an instrumental progressive/math rock piece. The electric guitar is playing a complex solo with rapid procession of notes using the tapping technique. There is a reverberating piano sample in the background. The atmosphere is trippy. This piece can be used in the soundtrack of a video game that takes place in outer space. 2015-02-03T23:14:50Z Tim Henson instagram.com/thew6rst twitter.com/thew6rst twitch.tv/thew6rst Merch: polyphiastore.com Tabs: polyphiatabs.com ["Echo", "Guitar", "Music", "Musical instrument", "Plucked string instrument", "Inside, small room"] ["progressive rock", "math rock", "instrumental", "electric guitar", "guitar solo", "tapping", "piano sample", "complex", "trippy", "outer space feel"] 9 gIQ4QrKXjCc 4024

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