musiccaps_details (view)
1 row where musiccaps_aspects contains "laser-like synths", musiccaps_names contains "Drum machine" and musiccaps_names contains "House music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Funky House Tutorial in Ableton Live 9 - Drums Programming - Making the Beats | This is a house song, meant for dancing. The synths are played rapidly for the build-up and then the song drops into a section where it's mostly the low, rumbling, futuristic pad and the house drum beat. This song would be heard at house dance parties. | 2013-06-14T11:34:28Z | Sonic Academy | http://www.sonicacademy.com/Training+Videos/Course+Overview//How-To-Make-Funky-House-using-Ableton-Live-9---How-To-Sound-Like-Axwell-DJ-Dan.cid5987 This is the first video from the course - Make the Drums Course Description: Sonic brings the disco looping funk in this latest 'How To Make Funky House' course presented by SA resident Bryan Spence. Working firstly on Drums and Percussion and then moving on to sourcing your own disco samples, we work through the track covering all aspects of creating this song from start to finish. We use our ANA soft synth, incorporating the "Attack" oscillator, to create a Disco bass and then finish up with a generous amount of FX using samples from our latest "ULTIMATE FX" sample pack. Finally we do a touch of mastering to brighten and add some punch to the mix. Watch the full course at http://www.sonicacademy.com/Training+Videos/Course+Overview//How-To-Make-Funky-House-using-Ableton-Live-9---How-To-Sound-Like-Axwell-DJ-Dan.cid5987 | ["Drum", "Funk", "House music", "Music", "Drum machine", "White noise"] | ["house music", "dance", "electronic dance music", "laser-like synths", "futuristic low-pitched pad", "simple house drum beat"] | 3 | kYrJadZmjm0 | 4327 |
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;