An open-source project that helps reading (not writing or editing yet) Roland arranger keyboards' style files. For documentation, see Documentation.chm file.
This library requires Microsoft .NET Framework 4 or compatible Mono Framework. No other libraries required.
- Rebuild the solution in Release build mode
- Add "Roland Style Reader.dll" as reference to your project from "Roland Style Reader/Roland Style Reader/bin/Release" directory
- In your .cs file, add "using TomiSoft.RolandStyleReader;" line
- Enjoy using RolandStyle class
A simple example is available in the "StyleDemo" project. Note that this project still under development. In the example the Midi-dot-net library is used for playback the style. The Midi-dot-net library requires Microsoft Windows Multimedia API (winmm.dll), that is only available for Microsoft Windows platform. Because of this, the example application can only run on Microsoft Windows.
For more information about Midi-dot-net and license, see https://code.google.com/p/midi-dot-net/
See issues tab.
Author: Sinku Tamás (sinkutamas@gmail.com)
This library comes with absolutely no warranty. The author does not take responsibility for any damages or data loss.
Licensed under GNU GPL v3. See LICENSE for more details.