1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
tidy up of code from previous fix and added WM_MO_WHOLETEMPO to WildMidi_Init manpage. More... almost 14 years ago
fix to irregular tempo causing desync over time. Also added WM_MO_WHOLETEMPO for wildmidi lib initialization which rounds down fractional 'beats per minute' to nearest whole numbers More... almost 14 years ago
fix to irregular tempo causing desync over time. Also added WM_MO_WHOLETEMPO for wildmidi lib initialization which rounds down fractional 'beats per minute' to nearest whole numbers More... almost 14 years ago
Playing with some surface attenuation for reverb. Changed how wildmidi adds extra time to allow for sounds to end smoothly. Instead of adding 3 seconds, it now guestimates using worst case for that sound, still needs some work but so far it seems to work fine on MIDI files that were tested. More... almost 14 years ago
Playing with some surface attenuation for reverb. Changed how wildmidi adds extra time to allow for sounds to end smoothly. Instead of adding 3 seconds, it now guestimates using worst case for that sound, still needs some work but so far it seems to work fine on MIDI files that were tested. More... almost 14 years ago
WildMidi_Live test fixes. Still has major delay, need to work out if its in lib or the windows callback. Also need to work out how to set the audio hardware buffer so playback can happen almost instantly. More... almost 14 years ago
WildMidi_Live test fixes. Still has major delay, need to work out if its in lib or the windows callback. Also need to work out how to set the audio hardware buffer so playback can happen almost instantly. More... almost 14 years ago
some work on wildmidi_live but its still broken :( More... almost 14 years ago
some work on wildmidi_live but its still broken :( More... almost 14 years ago
Initial player code for windows wildmidi_live, api bugged as expected More... almost 14 years ago
Initial player code for windows wildmidi_live, api bugged as expected More... almost 14 years ago
more info on wildmidi_live manpage More... almost 14 years ago
more info on wildmidi_live manpage More... almost 14 years ago
oops compile errors More... almost 14 years ago
oops compile errors More... almost 14 years ago
Modified WildMidi_Live manpage to reflect use and state More... almost 14 years ago
Modified WildMidi_Live manpage to reflect use and state More... almost 14 years ago
Added total_midi_time to WildMidi_GetInfo data. Modified Dev_test to include proper sysex parsing and detection. Also added framework for WildMidi_Live api. More... almost 14 years ago
Added total_midi_time to WildMidi_GetInfo data. Modified Dev_test to include proper sysex parsing and detection. Also added framework for WildMidi_Live api. More... almost 14 years ago
Fixed sysex parsing which was faulty with split sysex messages. Added Roland sysex additional drum track setting. While unofficial docs state there is only a max of 2 drum channels, I did not find any official docs to support this so all channels can be set to drums via this sysex event atm. More... almost 14 years ago
Fixed sysex parsing which was faulty with split sysex messages. Added Roland sysex additional drum track setting. While unofficial docs state there is only a max of 2 drum channels, I did not find any official docs to support this so all channels can be set to drums via this sysex event atm. More... almost 14 years ago
fixed channel number display in DevTest midi debug info More... about 14 years ago
fixed channel number display in DevTest midi debug info More... about 14 years ago
Copyright update to 2011 More... over 14 years ago
Copyright update to 2011 More... over 14 years ago
Added initial manpage for new library function More... over 14 years ago
Added initial manpage for new library function More... over 14 years ago
fixed missing config.h include and made it the first include. More... over 14 years ago
fixed missing config.h include and made it the first include. More... over 14 years ago
cleaning up the internal midi format - event storage More... almost 15 years ago