CLAM-Development  1.4.0
MIDIFileIOConfig.cxx
Go to the documentation of this file.
1 #include "MIDIFileIOConfig.hxx"
2 
3 namespace CLAM
4 {
5  void MIDIFileIOConfig::DefaultInit()
6  {
7  AddAll();
8  UpdateData();
9  }
10 }
11 
12 // END
13