musiccaps_details (view)
1 row where musiccaps_aspects contains "distortion effect", musiccaps_aspects contains "electric guitar", musiccaps_aspects contains "instrumental" and musiccaps_names contains "Tapping (guitar technique)"
This data as json, CSV (advanced)
Suggested facets: youtube_published (date)
video | youtube_link | musiccaps_caption | youtube_published | youtube_channel | youtube_description | musiccaps_names | musiccaps_aspects | musiccaps_author | youtube_id | musiccaps_rowid |
---|---|---|---|---|---|---|---|---|---|---|
Gus Drax - Advanced Technique Lessons #3 (Arpeggios, Legato, Tapping, String Skipping) | The rock music is purely instrumental and features an electric guitar with a distortion effect on. The guitarist is playing a lot of notes with virtuosity. This music excerpt would make for a really good electric guitar solo. | 2014-01-27T19:45:00Z | Gus Drax | **** READ DESCRIPTION **** FOR SKYPE LESSONS, please email me here: gus.drax@hotmail.com One more free video lesson for all of you guys. This time is a combined techniques lick from an upcoming solo song of mine. We use legato,tapping,sweeping and string skipping. Pretty tough one so good luck playing it. As always i'm providing the tab for it after having 100 likes so...what are you waiting for? haha See you next time with another lick. Below you can find more ways to contact me. For skype Lessons : gus.drax@hotmail.com Facebook profile: https://www.facebook.com/gus.drax Facebook page: https://www.facebook.com/pages/Gus-Drax/135610665650 Facebook page of my band Sunburst : https://www.facebook.com/pages/SUNBURST/216513598413990 Facebook page of my band Black Fate: https://www.facebook.com/pages/BLACK-FATE/199094139823?fref=ts Video Edit by Steve Drax | ["Tapping (guitar technique)", "Electric guitar", "Guitar", "Heavy metal", "Music", "Musical instrument"] | ["instrumental", "no voice", "electric guitar", "distortion effect", "virtuosity", "rock genre", "solo"] | 2 | zx_vcwOsDO4 | 5519 |
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;