--- qsampler/trunk/src/qsamplerMainForm.ui.h 2005/03/14 12:59:27 455 +++ qsampler/trunk/src/qsamplerMainForm.ui.h 2005/03/14 14:02:30 456 @@ -685,6 +685,7 @@ piDeviceIDs = qsamplerDevice::getDevices(m_pClient, qsamplerDevice::Midi); for (iDevice = 0; piDeviceIDs && piDeviceIDs[iDevice] >= 0; iDevice++) { qsamplerDevice device(m_pClient, qsamplerDevice::Midi, piDeviceIDs[iDevice]); + ts << endl; ts << "# " << device.deviceTypeName() << " " << device.driverName() << " " << tr("Device") << " " << iDevice << endl; ts << "CREATE MIDI_INPUT_DEVICE " << device.driverName();