musiccaps_details (view)
1 row where musiccaps_aspects contains "brass sound", musiccaps_aspects contains "synth pad" and musiccaps_names contains "Drum roll"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Roland BK9 Super Light Keyboard Demonstration - instruments2go | This is an instrument showcase jam. Different tracks are being played to show the features of a keyboard. Initially, there is a synth pad playing. Then, an acoustic sounding drum beat and a groovy bass line starts playing in the background of a brass sounding melody. The sounds are mostly generic. Parts of this recording could be sampled to be used in advertisement jingles. | 2013-05-08T19:21:58Z | A&C Hamilton Musical Instruments | FREE USB DRIVE with 100s of extra styles with all SUPER LIGHT BK-9's supplied by www.instruments2go.co.uk / www.achamilton.co.uk We have put together a demonstration of a few of the sounds and styles from the Roland BK-9. It's a fantastic 76 key arranger keyboard with a wealth of professional features, and is supplied with a USB stick with extra styles. Perfect for the home user and professional musician alike. And it weighs just 9.4kg! Our Roland BK-9 video offers just a small sample of everything this instrument can do and how it can sound. Product details, pricing and availability are all available from www.instruments2go.co.uk - or call us direct on 01772 36691 | ["Drum", "Drum kit", "Drum roll", "Rimshot", "Snare drum", "Bass drum", "Percussion"] | ["jam", "compilation", "instrument showcase", "keyboard", "synth pad", "acoustic drums", "bass guitar", "brass sound", "groovy", "generic"] | 9 | KzzKguqINa8 | 2140 |
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;