Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wildmidi: check if configurationn file exists | Max Kellermann | 2009-02-15 | 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. | ||||
* | wildmidi: obtain timidity.cfg location from mpd.conf | Max Kellermann | 2009-02-15 | 1 | -3/+6 |
| | |||||
* | decoder_plugin: pass struct config_param to init() method | Max Kellermann | 2009-02-15 | 1 | -1/+1 |
| | | | | Preparing for per-plugin configuration sections in mpd.conf. | ||||
* | wildmidi: added seeking support | Max Kellermann | 2009-02-12 | 1 | -1/+11 |
| | | | | Use WildMidi_SampledSeek() for seeking in a MIDI file. | ||||
* | wildmidi: provide and current total song time | Max Kellermann | 2009-02-12 | 1 | -5/+34 |
| | | | | | The _WM_Info struct provides all we need, it is obtained by WildMidi_GetInfo(). | ||||
* | wildmidi: new decoder plugin for MIDI files | Max Kellermann | 2009-02-12 | 1 | -0/+102 |