Qbasicnews.com

Full Version: Update report
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I'm doing good, my memory/concetration are way better than just a few months ago -- I'm no longer depressed.

My family still doesn't have a home.. I'm still living at the church, it's not so bad though, I've fallen in love with the people here

As for programming projects, I'm working on "YGmae" right now, for those of you who don't know, it's vertical shooter which uses my AVL (Advanced Vector Library).. I've gotten the level editor done, which was a big job -- just started coding the actuall game yesterday -- taking things one step at a time, not taking my mind off of my goal, and not letting myself get distracted by other project ideas has gotten me this far (which is pretty far..), let's hope I can take it the whole way

Oh yeah, I got my first electric gutiar! :rotfl: it's a Hondo 784 Delux -- absolutely beautifull, orangey red, with a wonderfull shine too it, sounds great also

I'll keep you guys updated, untill next time.
Great to have you back dude.

also replied to your neozones post.

;*)
Good new Lithium!

Btw, have you consider to make record/play- tunes options for that guitar program you made? It was great fun to use!
Cheerz! Another QB-mage and Musician Smile Wellcome to the club Wink

We should meet and make a big QB band Big Grin there are many musicians around.
rel: thanks
joke the beast: I havn't yet -- whenever I feel like it I guess -- thanks for reminding me tho
nathan: qbmage? wassat?
ps nathan:

try this little tune out (I made it):

Code:
D-----2-----5-----4-----3--------2-----5-----4-----6
A---3-----6-----5-----4---4----3-----6-----5-----8
E-3-----6-----5-----4--------3-----6-----5-----8
Great to hear from ya, buddy Smile
Quote:ps nathan:

try this little tune out (I made it):

Code:
D-----2-----5-----4-----3--------2-----5-----4-----6
A---3-----6-----5-----4---4----3-----6-----5-----8
E-3-----6-----5-----4--------3-----6-----5-----8

Well, I had to guess the timing, but the way I play it it sounds cool. Neat work! How long have you been playing?

(it sounds cool 'cause the root notes of the chords are not the bass notes, giving that odd feeling... ¡great!)
root notes? It's just a Csus moved up and down-- (you know from something in the way) -- so, the root note is the note which the chord is.. Csus = C, = 332 -- A+3 = C and the bass note is E+3=G right? what are some other shapes that have interesting sounds like that?
Your main:
Code:
D:2
A:3
E:3

Has: D:2 is "E". A:3 is "C". E:3 is "G", so it is C major chord, with bass on G, so it shoud be written C/G. The root note, 'C', is played on the A string, and the bass note is played on the E string and is 'G', the fifth. A C major chord should have its bass note on 'C'.

All your positions are plain major chords with the bass in the fifth note and not in the root note (root note definition: if the chord is "A minor", the root note is 'A' Wink ).

For example, this chord shape is often misunderstood:

Code:
e: -0-
B: -1-
G: -0-
D: -2-
A: -3-
E: -0-

Almost everywhere they claim this chord shape to be C, but it is not. It is C/E, as the bass note is E. C major shoud be played in either these shapes, among others:

Code:
e: -0- -3- -8--
B: -1- -5- -8--
G: -0- -5- -9--
D: -2- -5- -10-
A: -3- -3- -10-
E: -x- -x- -8--

Note how the bass note is always "C", the root note.
Pages: 1 2