Skip to content

Lordszynencja/Charter

Repository files navigation

Charter

GitHub License GitHub Downloads (all assets, all releases) CodeFactor

java github maven

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.

PayPal donate button

Table of Contents

Screenshots

ezgif-6-9bfe91b5f2

Download & Install

Download the latest version of Charter from the releases page.

Windows

Currently, the installer is recognized by some antivirus software as a trojan, Windows Defender sometimes says it's Trojan:Script/Wacatac.B!ml, as there is no way to fix it other than to pay M$ money. You have to deal with it by ignoring the issue or turning check for that file off in the software, however most antivirus scanners say that the file is clean.

  1. Download and run the installer Charter-windows-<version>-installer.exe.
  2. Download jasiohost64.dll and rubberband-jni_win64.dll(rename it to rubberband-jni.dll) and put them in the Windows\system32 folder.
  3. Run Charter.exe.

Works For Windows 10 and above.

MacOS

  1. You need Java 17 (JDK) or newer to run it, you can install it from Oracle Main release or OpenJDK.
  2. Download Charter-mac-<version>.zip for Intel Macs, or Charter-mac-arm-<version>.zip for ARM, then unzip it and move into Applications.
  3. Download librubberband-jni.dylib and put it in the libraries folder, one of ~/lib, /usr/local/lib or /usr/lib.
  4. Run Charter.jar.

Linux

  1. You need Java 17 (JDK) or newer to run it, you can install it from Oracle Main release or OpenJDK.
  2. Download Charter-linux-<version>.zip then unzip it.
  3. Download librubberband-jni.so and put them in the libraries folder, one of ~/lib, /usr/local/lib or /usr/lib.
  4. Run Charter.jar.

Contributing and Building

Contributing

  1. Install JDK 17 or newer, for example Main release or OpenJDK
  2. Download and install Maven from here.
  3. Fork the repo and make pull requests
  4. Profit

You can also suggest features by making a new issue and you can submit them in the Charter Discord!

Building

  1. Go to main directory and run mvn clean package
  2. Built program will appear in <dir>\target\Charter\