C++ Library to handle music

Started by
6 comments, last by galdrusa 10 years, 7 months ago
Hi,

I have just released the first stable version of the Modus C++ Music Library (v0.50), which is intended to handle music from code. If you want to build a musical application or integrate anything related to the music into your video games or multimedia software, you might want to take a look:

http://sourceforge.n...rojects/modusml

Since it has been released under the terms and conditions of the MIT license, you can freely use it both for your commercial and non-commercial applications. Of course I would appreciate any comments or suggestions!
Advertisement
Hi again,

I have decided to change the license from LGPL to MIT for the Modus Library. That can be good to know in case you are interested in using it, since MIT is more permissive than LGPL.

Regards
Released a new version of the Modus C++ Music Library (v0.51), including examples for Windows, MacOSX and Linux:

http://sourceforge.net/projects/modusml

Regards!
Really interesting, when i ll have a little spare time, i ll certainly test it
Yildiz-Online, a MMORTS in outer space:
Follow on facebook: http://www.facebook....ildizonlinegame
Community Manager
This is really neat.

Checked out the examples and browsed how the scores work. Do you plan on creating a more intuitive gui editor (for creating scores and converting samples etc) eventually?
Thanks for your comments. I intend to develop some tools with a more friendly interface for editing scores and managing sample-packs in future releases, as you suggest. At the moment I would say that the best way to handle scores is working with a MIDI editor and then use the midi2mscore tool.
Released Modus v0.52, now with support for iOS (iPhone/iPad):

http://sourceforge.net/projects/modusml

Released new version of Modus (v0.53):

http://sourceforge.net/projects/modusml

From now on you can also check out the latest unstable version on GitHub:

https://github.com/arturocepeda/Modus

The next release (v0.54), on which I'm currently working, will come with Android Ndk support in addition to iOS, Windows, MacOSX and Linux.

Enjoy!

This topic is closed to new replies.

Advertisement