musiccaps_details (view)
1 row where musiccaps_aspects contains "electronic drums", musiccaps_aspects contains "electronic music", musiccaps_aspects contains "pitch shifting" and musiccaps_aspects contains "teaching"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Logic Pro X Tutorial: PITCH SHIFT DRUM ROLL | This is a music production tutorial video. There is a male voice teaching a sound design technique. There is an electronic snare drum beat speeding up with a shifting pitch. A simple synth tune is playing in the background. The sounds used in the video are very common, so it would not be worth the hassle to sample these sounds. Instead, parts of the track could be used in advertisement jingles. | 2014-06-17T06:21:56Z | Recording Connection Audio Institute | http://www.recordingconnection.com Learn how to do a pitch shift drum roll in Logic Pro X in just about 5 minutes with this easy to follow, informative tutorial. | ["Drum roll", "Music", "Drum machine"] | ["tutorial", "instructive", "electronic music", "male voice", "teaching", "electronic drums", "snare drum", "pitch shifting", "synth", "common sounding"] | 9 | bpaq5wQKOkU | 3654 |
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;