/impulse

Impulse Tracker reader/writer package for Go

Primary LanguageGoThe UnlicenseUnlicense

impulse

A Go package for reading and writing Impulse Tracker module, instrument, and sample files.

Status

Alpha. Not much is implemented, and breaking changes may occur.

Currently implemented:

  • IT (module) read
  • ITI (instrument) read/write
  • ITS (sample) read/write

Installation

Install or update via the go command:

go get -u github.com/jangler/impulse

Examples

Documentation

http://godoc.org/github.com/jangler/impulse

License

Public domain.