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
- Host: GitHub
- URL: https://github.com/jangler/impulse
- Owner: jangler
- License: unlicense
- Created: 2015-07-26T12:10:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-28T00:05:44.000Z (almost 10 years ago)
- Last Synced: 2025-01-27T13:49:43.337Z (3 months ago)
- Language: Go
- Homepage:
- Size: 125 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/writeInstallation
------------
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.