aboutsummaryrefslogtreecommitdiffstats
path: root/audio/wildmidi
Commit message (Collapse)AuthorAgeFilesLines
* - Change maintainer email address (lost access to previous one).tijl2013-10-232-20/+31
| | | | | | | | | - Support staging. - Disable optimisation flags that clang does not support. - Silence post-patch. PR: ports/182525 Submitted by: RyoTa SimaMoto <liangtai.s16@gmail.com> (maintainer)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | audio)
* Convert audio from USE_GMAKE to USES=gmakebapt2013-08-311-1/+1
| | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix
* Fix build with clang by disabling incompatible cflagsbapt2013-05-271-0/+3
|
* - Remove USE_GZIP (it's default)ak2013-04-181-6/+1
| | | | | | | | - Remove USE_GO (unused after r296612) - Convert Makefile headers to new style Approved by: portmgr (bapt) Feature safe: yes
* - Correct wrong use of '&&' instead of '&' for logical "bit and"scheidell2012-07-311-1/+5
| | | | | | | - Bump PORTREVISION (cause failure on clang build) PR: ports/170079 Submitted by: RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer)
* - Update to 0.2.3.5pgollucci2012-02-162-4/+6
| | | | | PR: ports/163124 Submitted by: RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer)
* - Remove USE_GZIP=yes since it is defaultwen2011-07-071-1/+0
| | | | | | PR: ports/157174 Submitted by: Alex kozlov <spam@rm-rf.kiev.ua> Approved by: pav@(portmgr)
* WildMIDI is a simple software midi player which has a core softsynth librarymiwi2011-06-294-0/+86
that can be used with other applications. The WildMIDI library uses Gravis Ultrasound patch files to convert MIDI files into audio which is them passed back to the calling application for further processing or output. The API of the library is designed so that it is easy to include WildMIDI into applications that wish to include MIDI file playback. With multiple MIDI file support you can develop applications to mix several midi files together at the same time and with the next release you will be able to use a different patch set for each MIDI file. The wildmidi player is a demonstration program to show the capabilities of libWildMidi. WWW: http://wildmidi.sourceforge.net/ PR: ports/158372 Submitted by: SimaMoto,RyoTa <liangtai.s4 at gmail.com>