musiccaps_details (view)
1 row where musiccaps_aspects contains "delay", musiccaps_aspects contains "electric guitar", musiccaps_aspects contains "mellow" and musiccaps_names contains "Reverberation"
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 |
---|---|---|---|---|---|---|---|---|---|---|
TC Electronic Flashback X4 | This is a gear showcase jam. The only instrument that is being played is a clean sounding electric guitar playing a mellow solo. A delay effect pedal is applied on the guitar. The atmosphere is calm and dreamy. This piece could be used in an advertisement jingle. It could also be playing in the background at a rock bar. | 2012-09-27T17:07:00Z | ProGuitarShopDemos | Buy Now: https://goo.gl/7J79Xj This is the TC Electronic Flashback X4, an expanded version on the versatile flashback delay! The X4 maintains a simple layout and intuitive controls that make for quick and accurate time changes. All previous TC Flashback delay modes are included along with 2 new tape flavors, Tube and Space. The Flashback X4 provides 4 Toneprint slots which you can load via USB or beam with your smart phone app. Secondly, there are 3 presets buttons which easily let you store and recall every parameter. User Presets may be from any mode, including Toneprints. Tap tempo is now included with a dedicated switch and a familiar subdivision toggle allows for easy selection between quarter, dotted eighth and dual delay sounds. Finally, an expression input allows for single or multi parameter manipulation and MIDI connectivity let's you sync other devices and access presets remotely. | ["Reverberation", "Effects unit", "Guitar", "Music", "Musical instrument", "Plucked string instrument"] | ["jam", "no singer", "instrumental", "single instrument", "electric guitar", "guitar solo", "effect pedal", "delay", "mellow", "calm", "dreamy", "easygoing", "simple tune"] | 9 | s1l4Zjqoqdg | 4915 |
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;