# @pinkkis/pasuuna-player

> Javascript MOD player with soundtracker, protracker and fasttracker support

Latest version **0.5.2** (published 2019-04-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install @pinkkis/pasuuna-player
pnpm add @pinkkis/pasuuna-player
yarn add @pinkkis/pasuuna-player
bun add @pinkkis/pasuuna-player
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.5.2 |
| Published | 2019-04-26 |
| First published | 2019-04-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 76.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Kristian Koivisto-Kokko |
| Maintainers | pinkkis |
| Keywords | mod player, web audio, mod tracker |

## Links

- npm: https://www.npmjs.com/package/@pinkkis/pasuuna-player
- Repository: https://github.com/pinkkis/pasuuna-player
- Homepage: https://pinkkis.github.io/pasuuna-player
- Issues: https://github.com/pinkkis/pasuuna-player/issues
- npm.io page: https://npm.io/package/@pinkkis/pasuuna-player

## Dependencies (2)

- [waaclock](https://npm.io/package/waaclock.md) ^0.5.3
- [tiny-emitter](https://npm.io/package/tiny-emitter.md) ^2.1.0

## Recent versions

- 0.5.2 (latest) — 2019-04-26
- 0.5.1 — 2019-04-25
- 0.5.0 — 2019-04-22
- 0.4.3 — 2019-04-22
- 0.4.1 — 2019-04-21

## README

# Pasuuna mod player

Mod player with support for SoundTracker, ProTracker and FastTracker formats. See basic demo of it in action: https://pinkkis.github.io/pasuuna-player

Based on [BassoonTracker](https://github.com/steffest/BassoonTracker) by @Steffest

## Goals
The goal of this project is to rewrite the player portion, to only have playback, and add a better eventing system.

This will then be used for Phaser 3 and other browser games with additional plugins.

Still a work in progress, will create proper demos once we're there.

# Notes
* There is a small delay between the playback events firing and playback itself. You can find the delay in the enum.js/SETTINGS constants. It's probably set to about 0.05. If you don't need accuracy, you can increase this. It may improve cpu usage/compatibility. But on higher delays, you can't for exampel track pattern changes or notes playing.

---
_Source: https://npm.io/package/@pinkkis/pasuuna-player · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
