Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-02-15 | wildmidi: check if configurationn file exists | Max Kellermann | 1 | -0/+4 | |
Don't call WildMidi_Init() if the configuration file does not exist. Don't let libwildmidi clutter stderr with its warning message. | |||||
2009-02-15 | wildmidi: obtain timidity.cfg location from mpd.conf | Max Kellermann | 1 | -3/+6 | |
2009-02-15 | decoder_plugin: pass struct config_param to init() method | Max Kellermann | 1 | -1/+1 | |
Preparing for per-plugin configuration sections in mpd.conf. | |||||
2009-02-12 | wildmidi: added seeking support | Max Kellermann | 1 | -1/+11 | |
Use WildMidi_SampledSeek() for seeking in a MIDI file. | |||||
2009-02-12 | wildmidi: provide and current total song time | Max Kellermann | 1 | -5/+34 | |
The _WM_Info struct provides all we need, it is obtained by WildMidi_GetInfo(). | |||||
2009-02-12 | wildmidi: new decoder plugin for MIDI files | Max Kellermann | 1 | -0/+102 | |