home / musiccaps

musiccaps_details (view)

3 rows where musiccaps_author = 3 and musiccaps_names contains "Flamenco"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: youtube_published (date), musiccaps_names (array), musiccaps_aspects (array)

video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
How to Practice Flamenco Scales | Flamenco Guitar This is a clip of a tutorial where we have a male teacher playing a minor scale on a nylon string guitar. The energy of the video is calm. 2013-07-15T03:45:07Z Howcast Full Playlist: https://www.youtube.com/playlist?list=PLLALQuK1NDrjihYqVBYe63py71wnGVUNi - - Like these Guitar Lessons !!! Check out the official app http://apple.co/1IFMYeJ Must Haves for any Guitar Player: On Stage XCG4 Black Tripod Guitar Stand: http://amzn.to/1KHP6HO Dunlop Trigger Curved Guitar Capo: http://amzn.to/1UrBL7c Korg GA1 Guitar and Bass Tuner: http://amzn.to/1Nafqfs Dunlop Standard Tortex Picks: http://amzn.to/1L4YMYy Ernie Ball 4037 Black Polypro Strap: http://amzn.to/1O8zLiu Watch more How to Play Flamenco Guitar videos: http://www.howcast.com/videos/510747-How-to-Practice-Flamenco-Scales-Flamenco-Guitar Okay, so I'm going to show you a good method to practice your scales and to get better and a little faster when you practice scales. It's very important that you practice with a metronome. Like I said in the previous video, if you don't have a metronome on, you're probably not practicing. So let's put our metronome on and we're going to pick a scale, whatever scale we're working on. For right now I'm just going to choose, just the regular E Minor scale. Fingering and I'm going to start with my root on the fifth string. Okay, and then we're going to do one, two, four; one, two, four; move to the fifth fret, one three four; one three four. Okay, so that's my E natural minor scale and I'm going to put my metronome to do this slow. I'm going to put it on 70 bpm, 70 beats per minute. This is a good way to practice your scales. First we're going to go up and down, just playing quarter notes and you'll go down the same way. I't's important when you practice scales that you know how to subdivide the beat accurately. So the next time we go up and down, we're going to do eighth notes, so we're going to divide the beat in half. Okay, and we're going to do that a couple of times. Next time we play our scale we're going to do triplets, which means we're going to fit three notes in the beat. It's important that we sing this or we feel this, before we even attempt to play it. So it's going to b… ["Flamenco", "Guitar", "Acoustic guitar", "Music", "Mandolin", "Musical instrument", "Strum", "Speech", "Plucked string instrument"] ["minor scale", "acoustic guitar arpeggio", "nylon string guitar", "male speaking", "male guide", "tutorial"] 3 HQ9HlWProm0 1799
Faraon - Flamenco Rumba_20/11/2011@Barceloan This is a recording of two flamenco guitarists playing a captivating latin american rhythm. It's upbeat and suitable for dancing. The one guitarist strums chords in the percussive flamenco style, while the other guitarist plays flamenco lead with arpeggios and licks. The performance is live and outside. There is reverb applied to the lead guitar. Both are playing on nylon strings. 2011-11-24T17:50:51Z Julian Kan Spanish Guitar - Adrian Roman & Martin Sazandeh's performance at Cathedral, Gothic Quarter, Barcelona ["Folk music", "Flamenco", "Guitar", "Music", "Musical instrument", "Plucked string instrument"] ["live performance", "flamenco guitarists", "acoustic guitar", "nylon string guitar", "latin american music", "upbeat", "energetic", "dance", "reverb"] 3 KChjW89XOF0 2064
Fred Stitz Plays Dobro Lap Steel part .1 open D tuning This is an intricate country guitar performance. The guitarist plays slide guitar. The playing is complex. There is a tambourine as a percussive element on every beat. It's a live recording. 2012-05-06T12:03:29Z James Quinn Fred came over to Dublin for 1 nite Razorlight gig got pulled so we hung out did a busk and made 2V ids Fred playing Dorbo lapsteel with bottle slide in open D Tuning enjoy filmed by Wascana ["Flamenco", "Guitar", "Music", "Musical instrument", "Steel guitar, slide guitar", "Strum", "Plucked string instrument"] ["country", "country guitar", "acoustic guitar", "slide guitar", "acoustic guitar arpeggio", "tambourine", "live recording", "intricate guitar playing"] 3 rfa-iUp5UQc 4892

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

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;
Powered by Datasette · Queries took 222.801ms · About: simonw/musiccaps-datasette