Skip to content

Powerlated/BOSS-TONE-STUDIO-for-Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOSS TONE STUDIO for Linux 🎸🐧

An unofficial port of BOSS TONE STUDIO to Linux.

Installing

Requirements

  1. Docker Engine for Linux: https://docs.docker.com/engine/install/

Building

To build the application and place the resulting packages (.deb, .rpm, .AppImage) in a directory named out/, run:

docker build . -f Dockerfile.prepare -o . && docker build . -o out

The resulting packages can be directly installed with your distribution's package manager.

Developing

Requirements

  1. Tauri Prerequisites: https://v2.tauri.app/start/prerequisites/

Preparation

To prepare the repository for development:

docker build . -f Dockerfile.prepare -o .
cd tauri
npm install

Running

cd tauri
npm run tauri dev

Supported BOSS TONE STUDIO Versions

Version Status Notes
BOSS TONE STUDIO for KATANA Gen 3 Ver 1.1.0 🚧 All controls that I have tested work.

About

An unofficial port of BOSS TONE STUDIO to Linux

Resources

Stars

Watchers

Forks