musiccaps_details (view)
1 row where musiccaps_aspects contains "bright", musiccaps_aspects contains "guitar arpeggio", musiccaps_names contains "Electric guitar" and musiccaps_names contains "Musical instrument"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Guitar Rig 4 test | The music features a single melodic element which is an electric guitar with reverb and delay. The guitar alternates between arpeggios and strums. The music could fit the indie rock genre. The overall vibe of the song is bright. | 2009-12-01T17:14:55Z | David Wallimann | -~-~~-~~~-~~-~-Looking for my weekly guitar lessons? Check out http://vid.io/xq8U All example are factory presets from Native INstruments' Guitar Rig 4. Guitar straight into the Rig Kontrol 3 plugged into Macbook using Garageband with Guitar Rig 4 as an insert. Recommended playlists ►How to Play Melodic https://www.youtube.com/playlist?list=PLH8SpmhtFbBtGdaA8RSLjblIBH6aQOWaa ►How to Use Guitar Modes https://www.youtube.com/playlist?list=PLH8SpmhtFbBuwuGfgOAxujZ9FO66Wr73v ►How to Play Blues https://www.youtube.com/playlist?list=PLH8SpmhtFbBvGBOX3CZz_CDkIW6fpSbNl ►►Latest Video: https://goo.gl/1f9R9A ►►Subscribe: https://goo.gl/CmJzN2 David’s gear The Chair! https://amzn.to/3btIZrt Vola Guitars: (use code DAVID to save 10% on your next Vola Guitar) UK/EU: https://shop.volaguitar.com/ USA/Canada: https://www.tensolo.com/collections/vola-guitars Fractal Audio: http://www.fractalaudio.com ClearTone Strings: http://www.cleartonestrings.com Hosa cables: http://hosatech.com Neck Diagrams: https://neckdiagrams.sjv.io/bX9ek Transcribe!: https://bit.ly/2DCMfC7 Guitar Pro: https://www.guitar-pro.com/#ae50 ►►FREE Theory Course http://guitarinfusion.com ►►David’s music: https://www.wallimann.shop Business Inquiries: david@davidwallimann.com | ["Electric guitar", "Guitar", "Music", "Musical instrument", "Chorus effect", "Plucked string instrument", "Distortion"] | ["reverb delay electric guitar", "bright", "guitar arpeggio", "strummed electric guitar", "fast tempo", "indie rock"] | 5 | MyjxrBI9k4o | 2313 |
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;