A simple viewer, player, and editor for guitar charts. Charter is a Free and Open Source app for Desktop (Windows, MacOS, and Linux.) using Java and jasio.
Download the latest version of Charter from the releases page. You need Java 16 (JDK) or newer to run it, you can install it from Oracle Main release or OpenJDK.
Download Charter-windows-<version>.zip
then unzip it, move jasiohost64.dll
and rubberband-jni.dll
to the Windows\system32
folder, then run Charter.exe
.
Works For Windows 10 and above
Download Charter-mac-<version>.zip
then unzip it and move into Applications
folder, move libraries to the libraries folder, one of ~/lib
, /usr/local/lib
or /usr/lib
, then run Charter.jar
.
For Apple Silicon/ARM (M1/M2/M3) based Macs, download Charter-mac-arm-<version>.zip
and proceed as with the other version.
Download Charter-linux-<version>.zip
then unzip it, move libraries to the correct folder, then run Charter.jar
.
NOTE: This list is subject to change.
TODO
new features:
- ctrl + rclick to split hand shape
- improve lyric tapping
- option to add/remove audio at the end of the song
- octave up low pass option
- ER options for bonus rhythm
- more validations
- straightening beats when anchor is removed
- vocal notes creation/deletion revamp
- preview of beats' movements when dragging them
- ability to shift all further beats
- smarter slides and linked notes
- add autogenerated fhp after slide ends
- join linked notes with same flags
- change vibrato tail for linked notes
- modern theme tail types
- auto fhp creating moving top fret instead of bottom fret if new is above
- slide shape options
- tab notation under edit area
- add tabs with arrangements
- new select options:
- select all after etc.
- select by clicking note tail
- select like
- select by string with list of filters?
- handling strings beyond max?
- FHP creation switch stretch/make new/ask user?
- multiple tracks preview
- quick paste section/phrase tab
- stems
- spectrogram
bugs:
- 3D view repeat FHPs
- gp8 import hand shapes
- error checks for wrong fhps for handshapes
- gp5 import triplet feel
- bend gp5 import positions
- midi bass
- check tempo moving notes
- After accidentally linking the previous note to a chord at the start of a handshape (which removed the chord) when I recreated it, the notes behaved like individual notes and not like a chord. No matter what I tried I could not get it to properly treat it like a chord again. This caused it to display odd in both the 3D preview and in Rocksmith after building the project.
formats to add:
- psarc
3D preview:
- exploding notes with shaky camera
- arpeggios colored note shadows
- editable camera settings
- camera more like in RS
- string vibrating when plucked
Future things:
- Campaign/Guitarcade
- NAM support/integration (Neural Amp Module)
- Local/Online Multiplayer
- Install JDK 16 or newer, for example Main release or OpenJDK
- Download and install Maven from here.
- Fork the repo and make pull requests
- Profit
You can also suggest features by making a new issue and you can submit them in the RSCharter Discord!
- Go to main directory and run
mvn clean package
- Built program will appear in
<dir>\target\Charter\