home / musiccaps

musiccaps_details (view)

1 row where musiccaps_names contains "Guitar" and "youtube_published" is on date 2013-07-15

✎ View and edit SQL

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
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

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 752.769ms · About: simonw/musiccaps-datasette