haiku/src/tests/kits/midi
mahlzeit d5e73c1f23 just a reminder
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2882 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-03-11 20:30:15 +00:00
..
midi_player Tried to get the remaining tests added to the build. 2002-07-13 22:43:55 +00:00
midi_player_replacement Some correction, and class BMidiStore. 2002-11-21 19:23:22 +00:00
synth_file_reader fixed newline at end of file. 2002-09-28 10:51:42 +00:00
Jamfile Tried to get the remaining tests added to the build. 2002-07-13 22:43:55 +00:00
README just a reminder 2003-03-11 20:30:15 +00:00
test1.cpp fixed newline at end of file. 2002-09-28 11:00:22 +00:00

The /current/src/tests directories are supposed to contain unit tests
(CppUnit or otherwise) and not tryout programs (no matter how useful)
That's why in due time we will remove the following items from this folder:

 - midi_player and midi_player_replacement. The Midi Player is now the
   responsibility of the prefs/apps team, not of the Midi Team.

 - synth_file_reader. It doesn't make much sense for us to reverse
   engineer the format of the soundbanks from the R5 softsynth, because
   we are not allowed to redistribute these banks anyway.

This README is just a reminder so we don't forget to clean this up someday.
  -- Matthijs