An open API service indexing awesome lists of open source software.

https://github.com/jangler/impulse

Impulse Tracker reader/writer package for Go
https://github.com/jangler/impulse

Last synced: about 1 month ago
JSON representation

Impulse Tracker reader/writer package for Go

Awesome Lists containing this project

README

        

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](http://golang.org/cmd/go/):

go get -u github.com/jangler/impulse

Examples
--------
- [itdump.go](https://github.com/jangler/tools/blob/master/itdump/itdump.go)

Documentation
-------------

License
-------
Public domain.