CLAM-Development  1.1
MIDIFileIOConfig.cxx
Go to the documentation of this file.
00001 #include "MIDIFileIOConfig.hxx"
00002 
00003 namespace CLAM
00004 {
00005         void MIDIFileIOConfig::DefaultInit()
00006         {
00007                 AddAll();
00008                 UpdateData();
00009         }
00010 }
00011 
00012 // END
00013