musiccaps_details (view)
1 row where musiccaps_aspects contains "unconventional", musiccaps_names contains "Music" and musiccaps_names contains "Synthesizer"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Dorit Chrysler | Sustain Me | Moog Sound Lab | A quirky drum machine and warm synth bass provide the accompaniment for a female singer with noticeable reverb. A wild theremin with delay and wide aggressive vibrato enters to give the music a wild sci-fi feel. | 2011-05-26T20:19:04Z | Moog Music Inc | Dorit Chrysler dynamically plays an original composition on her customized Moog Etherwave Pro, a theremin manufactured by Moog Music from 2004-2006, for an ethereal Moog Sound Lab. To function as a one woman band, Dorit triggers a prerecorded backtrack on her laptop, adding vocals and Etherwave Pro theremin in real time. At her feet are a MF-104Z Analog Delay and an Akai Head Rush looper to add depth to her sound. Voila! See other Moog Sound Lab performances: http://bit.ly/MoogSoundLabVideos | ["Singing", "Sampler", "Music", "Theremin", "Synthesizer"] | ["female singer", "synth bass", "reverb", "theremin", "unconventional", "retro", "sci-fi", "quirky drum machine", "wide aggressive vibrato", "wild"] | 8 | ztfegVzqeCI | 5515 |
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;