Skip to content

Gorddd/GordGuitar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GordGuitar 🎸

Play guitar on your windows PC

Game window:

GameForm

To get the sound you need to move the cursor over the string, or you can use hotkeys [Q, W, E, R, T, Y].

Chord tuning window:

OptionsForm

You can:

  • Tune your chord

    Just click on the mini buttons to choose the place on the string which you want to pluck. Use white (silver) mini buttons to mute the string.

    HowToTune

  • Save your chord

    You can save your currently used chord.

  • Rename or change chord

    Rename

    ChordOptions

    Enter a new name or select a chord from the list of chords (saved chords) then just click apply.

  • Create new chord

    NewChord

    NewChordForm

  • Delete chord

    DeleteChord

    This button allows delete currently used chord from your disk

  • Clear chord

    ClearChord

    This button clears all the strings on currently used chord.

  • Select guitar sound and set the volume

    soundssetting


Last update 1.1 🌟

  • Applicaton optimization.

    Changed how sound is played, using ManagedBass wrapper for Bass.Net.dll instead of WindowsMediaPlayer;
    Significantly increased startup speed;

  • Fix bugs when there are no any saved chords.


Some notes 📝

Files to storage data and sound files are in bin/debug
Don't unpack to programm files or to other system folders that require admin rights.


Downloads 🔗

Download program (Windows)


Tools 🔨

  • Visual Studio 2019 / 2022
  • C#
  • Winforms
  • .NET framework 4.7.2
  • ManagedBass