SeleDreams 7f666e8071 Fixed issue of build when fpermissive isn't enabled due to an issue of higher pointer size 3 سال پیش
..
README.txt 0055fe13b1 MidiImport: fixed plugin folder name 10 سال پیش
algrd_internal.h 7e2ccc13d6 Run `dos2unix` (#6198) 3 سال پیش
algsmfrd_internal.h 2f17c0da2b Fix/improve includes/fwd decls 3 سال پیش
allegro.cpp f742710758 Macro cleanup (#6095) 3 سال پیش
allegro.h 7f666e8071 Fixed issue of build when fpermissive isn't enabled due to an issue of higher pointer size 3 سال پیش
allegrord.cpp 7e2ccc13d6 Run `dos2unix` (#6198) 3 سال پیش
allegroserial.cpp 7e2ccc13d6 Run `dos2unix` (#6198) 3 سال پیش
allegrosmfrd.cpp 7e2ccc13d6 Run `dos2unix` (#6198) 3 سال پیش
allegrosmfwr.cpp 7e2ccc13d6 Run `dos2unix` (#6198) 3 سال پیش
allegrowr.cpp 7e2ccc13d6 Run `dos2unix` (#6198) 3 سال پیش
license.txt 0055fe13b1 MidiImport: fixed plugin folder name 10 سال پیش
mfmidi.cpp 7e2ccc13d6 Run `dos2unix` (#6198) 3 سال پیش
mfmidi.h 7e2ccc13d6 Run `dos2unix` (#6198) 3 سال پیش
strparse.cpp 7e2ccc13d6 Run `dos2unix` (#6198) 3 سال پیش
strparse.h 7e2ccc13d6 Run `dos2unix` (#6198) 3 سال پیش
trace.cpp 7e2ccc13d6 Run `dos2unix` (#6198) 3 سال پیش
trace.h 7e2ccc13d6 Run `dos2unix` (#6198) 3 سال پیش

README.txt

portsmf README.txt
14 Jun 2008
Roger B. Dannenberg

Portsmf is "Port Standard MIDI File", a cross-platform, C++ library
for reading and writing Standard MIDI Files.

License information: free and open source, see license.txt for details

Features:

- input and output of Standard MIDI Files
- data structures, classes, etc. for representing music data in memory
o sequence structure consisting of multiple tracks
o track structure consisting of multiple events
o events contain note and control data
o extensible attribute-value property lists
o tempo track and time signature representation
- input and output of a text-based representation: Allegro files
- extensive editing operations on sequences and tracks
- conversion to/from binary buffers for archiving, undo/redo, etc.

Portsmf is a relatively small number of about 9 files, so there is
currently no support for building/maintaining Portsmf as a separate
library. (Contributions are welcome.) For now, it is suggested that
you simply compile these files along with your application sources.

There is a test program in portsmf_test and makefiles to build it as
an example.

You might want to browse through portsmf_test/allegro_test.cpp
for examples that use and exercise most of the portsmf functions.