Veratil 9eb787c9e8 Update MIDI loading and parsing 4 anni fa
..
README.txt 0055fe13b1 MidiImport: fixed plugin folder name 10 anni fa
algrd_internal.h 76a182bb95 Update portsmf to latest r234 commit 4 anni fa
algsmfrd_internal.h 0055fe13b1 MidiImport: fixed plugin folder name 10 anni fa
allegro.cpp 9eb787c9e8 Update MIDI loading and parsing 4 anni fa
allegro.h 9eb787c9e8 Update MIDI loading and parsing 4 anni fa
allegrord.cpp 9eb787c9e8 Update MIDI loading and parsing 4 anni fa
allegroserial.cpp 0055fe13b1 MidiImport: fixed plugin folder name 10 anni fa
allegrosmfrd.cpp 9eb787c9e8 Update MIDI loading and parsing 4 anni fa
allegrosmfwr.cpp 9eb787c9e8 Update MIDI loading and parsing 4 anni fa
allegrowr.cpp 76a182bb95 Update portsmf to latest r234 commit 4 anni fa
license.txt 0055fe13b1 MidiImport: fixed plugin folder name 10 anni fa
mfmidi.cpp 9eb787c9e8 Update MIDI loading and parsing 4 anni fa
mfmidi.h 9eb787c9e8 Update MIDI loading and parsing 4 anni fa
strparse.cpp 76a182bb95 Update portsmf to latest r234 commit 4 anni fa
strparse.h 76a182bb95 Update portsmf to latest r234 commit 4 anni fa
trace.cpp 76a182bb95 Update portsmf to latest r234 commit 4 anni fa
trace.h 0055fe13b1 MidiImport: fixed plugin folder name 10 anni fa

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.