thykka / tracker-tools

Calculator for sample-based workflows
https://zfzt88-1234.csb.app/
4 stars 0 forks source link
bpm calculator music-calculation music-tools polyend-tracker tracker-music web

Tracker+ Tools

It's a calculator for working with samples and music, built as a companion app for the Polyend Tracker+.

Screenshots

Screenshot of Tracker+ Tools main view

Features

Usage

Currently there's no public online build. In the meanwhile you can try using the CSB-version or build the project by yourself:

  1. Use Node.js v20.11 (recommend using nvm)

  2. Clone this repo:

    git clone git@github.com:thykka/tracker-tools.git
    cd tracker-tools
  3. Install dependencies:

    npm ci
  4. Start local development server:

    npm run dev
  5. Alternatively, build the project and throw all files from ./dist/ onto your web server, replacing /my-calculator with the folder you're going to place it in (e.g. https://example.com/public-path/ ):

    npx parcel build --public-url /my-calculator src/index.html