Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 900 Bytes

File metadata and controls

29 lines (19 loc) · 900 Bytes

Modipulate

Modipulate is a library for playing and manipulating music in games and interactive applications.

It loads tracked music files (MOD, XM, IT, etc.) and can signal your program when certain music events occur. Conversely, your program can manipulate the song as it plays -- change tempo, mixing, and so on.

Please see our wiki on GitHub for more information.

License

Copyright 2011-2015 Eric Gregory and Stevie Hryciw.

Modipulate is released under a BSD license. See the LICENSE file for more information.

Modipulate includes a forked copy of libopenmpt, which is also available under a BSD license. See src/modipulate/libopenmpt-forked/LICENSE for more information.

Modipulate-OSC includes a copy of oscpkt, which is available under a zlib license. See src/modipulate-osc/oscpkt/oscpkt.hh for more information.