musiccaps_details (view)
1 row where musiccaps_aspects contains "dreamy", musiccaps_aspects contains "no singer", musiccaps_aspects contains "trippy" and musiccaps_names contains "Effects unit"
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 |
---|---|---|---|---|---|---|---|---|---|---|
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 |
Advanced export
JSON shape: default, array, newline-delimited
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;