Audio and MIDI library for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1.3 KiB

// build 1 19 Oct 2006 // initial project created // build 2 8 Mar 2007 // project added to codeplex // basic ability to load and play a file // can switch between files // build 3 16 Mar 2007 // pausing ability // fixed a bug with stop // compare mode added // initial slot clearing code // build 4 19 Mar 2007 // more context menu actions // properties form for offset and volume setting // build 5 20 Mar 2007 // can save settings to a MixDiff file // offset is now working // build 6 22 Mar 2007 // can load from a MixDiff file // help and about dialogs // build 7 23 Mar 2007 // comparison file opening bug fixes & enhancements // beginnings of a shuffle feature

0.1.8 29 Apr 2022

  • updated to latest .NET 6

// TODO list - key features for version 1 // 24 bit support // select WaveOut output device // configurable skip back amount // Error handling // Implement shuffle & reveal feature // Keyboard support // Options form to allow selection of WaveOut device // update WaveOut to allow Init to be called multiple times // fix the negative time thing // repositioning drag bar // status bar

//Extra features: //MixDiff file should offer relative path support //master volume //32 bit file support //mp3 support //less important: 8 bit, 64 bit file support //mismatched sample rate support