Nashville tuning or sometimes referred by “high-strung” tuning is actually performed by changing out four of the regular strings E, A, D,G. In MIDI terms, E2 (40) A2 (45) and D3 (50) G3 (55) are taken out, and replaced with strings E3 (52) A3 (57) and D4 (62) G4 (67). […]
Virtual Guitar
vguitar -A128:0 -t -c -Z”M60,64,62,55,60,62″ –input=”bigben.trax” bigben.trax: 1|-----------0------------------------------------------------ 2|---------0-------------------------------------------------- 3|-------0---------------0-0---------------------------------- 4|-----0---------------0-----0-------------------------------- 5|---0---------0---0-----------0------------------------------ 6|-0-------------0---0-----------0---------------------------- -A128:0 specifies the port that synth is running on. -Z specifies MIDI tuning –input specifies the file input in classicTrax format Nick's Tip Jarsupport my videos and blogging Email Address card Credit Card Pay $0.00
Can start relative tunings ie G#, and -Z”G#55545″ and or flat Gb with -Z”Gb55545″ Nick's Tip Jarsupport my videos and blogging Email Address card Credit Card Pay $0.00
I have rewritten Vguitar in C++ and completely changed the guitar experience to provide new insights and a new tool/platform for making music with the Guitar! For most, learning and working with songs is really the interest. Easy to install On a Debian box install with the apt package manager. […]
In Tablature mode, I input frets onto the six strings and the neck is divided by time. frets --> strings,time In Box mode, which is more familiar, actually, I input time onto the six strings and the neck is divided by frets. time --> strings,frets In Tablature mode, I set […]
00 TAB==================================== E 3 5 7 8 10 12 14 15 B - - - - - - - - G - - - - - - - - D - - - - - - - - A - - - - - - - - E 3 5 […]
I wrote vguitar as a ncurses application. So it has a terminal user interface. Running it inside emacs with M-x terminal allows one to copy/cut/print the visible notes using c-j and c-k modes. 00 ========================= O - - 0 - - - - - - - - - - X […]
Bob Marley’s redemption song. E|---------------------------------------------- B|---------------------------------------------- G|---------------------------------------------- D|-----------2-0---------0---------------------- A|---0-2---3-----2---0-2---2-3-2-0-------------- E|-3-----3---------3---------------3------------ Nick's Tip Jarsupport my videos and blogging Email Address card Credit Card Pay $0.00
Press the HOME key to bring up the strum mode, press the END key to bring up the tablature mode. This allows one to hot swap guitar instrumental modes. In strum mode, Press PAGE-UP and PAGE-DOWN to switch between difference strum sequences. Nick's Tip Jarsupport my videos and blogging Email […]