musiccaps_details (view)
1 row where musiccaps_aspects contains "cymbal", musiccaps_aspects contains "enthusiastic" and musiccaps_aspects contains "percussion sounds"
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 R-8-prof.Miki | This music is a percussion instrumental. The tempo is fast with an energetic drum machine rhythm.no other instrument has been used.It is vibrant, enthusiastic, bright, simple, energetic, and groovy. | 2014-09-23T17:20:51Z | Miki | This is a demo of the Roland R-8 1989 drum machine preset patterns only effect is a Equalizer +5 on High,Mid and Low Tones.-Prof.Miki One of the very best drum machines ever and the last great Roland Flagship Rhythm machine along with the Roland R-8 Mk-2. Roland R-8 used a lot in Ex-Yugoslavia Pop and Rock music;-) It has excellent sounds which can be expanded by adding additional sound cards (808 and 909 cards). Great rock, electronic, ethnic and industrial style drumkits! Most of the sounds are editable - tune, decay, attack, nuance, output, etc... But its coolest tricks are the Feel Patches which give your program a human-like groove! The sounds are ROM based samples, the R-8 has 32 note polyphony, 68 instruments, 100 patterns and 10 songs! The R-8 later became the R-8mkII with more memory and sounds. It is used by Orbital, Underworld, Jimmy Edgar, Autechre, 808 State, Dave Holmes, Fluke, Human League and The Shamen and Laza Ristovski.(Osvajaci-prvi album) Existing cards for Roland R-8. Roland SN-R8-01 - Contemporary Percussion Roland SN-R8-02 - Jazz Brush Roland SN-R8-03 - Sound Effects Roland SN-R8-04 - Electronic (Resembles a TR-808) Roland SN-R8-05 - Jazz Roland SN-R8-06 - Ethnic Percussion Roland SN-R8-07 - Mallet Roland SN-R8-08 - Dry Roland SN-R8-09 - Power Drums U.S.A. Roland SN-R8-10 - Dance (Resembles a TR-909) Roland SN-R8-11 - Metallic Percussion | ["Music", "Drum machine"] | ["instrumental", "fast tempo", "percussion", "percussion sounds", "drum beats", "drumming patterns", "synthesized electronic tones", "hip-hop", "rap", "rock", "kick drum", "snare", "hi-hat", "drum kit imitation", "digital drum", "drum machine", "energetic", "rhythmic beat", "catchy", "punchy", "vibrant", "enthusiastic", "snare", "groovy", "cymbal", "beat"] | 7 | 5Y_mT93tkvQ | 666 |
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;