/[svn]/qsampler/trunk/src/qsamplerMainForm.ui.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerMainForm.ui.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 470 by capela, Wed Mar 16 22:07:14 2005 UTC revision 477 by capela, Fri Mar 18 22:38:44 2005 UTC
# Line 676  bool qsamplerMainForm::saveSessionFile ( Line 676  bool qsamplerMainForm::saveSessionFile (
676                                  deviceParam != device.params().end();                                  deviceParam != device.params().end();
677                                          ++deviceParam) {                                          ++deviceParam) {
678                          const qsamplerDeviceParam& param = deviceParam.data();                          const qsamplerDeviceParam& param = deviceParam.data();
679                          if (!param.fix && !param.value.isEmpty())                          if (!param.value.isEmpty())
680                                  ts << " " << deviceParam.key() << "='" << param.value << "'";                                  ts << " " << deviceParam.key() << "='" << param.value << "'";
681                  }                  }
682                  ts << endl;                  ts << endl;
# Line 717  bool qsamplerMainForm::saveSessionFile ( Line 717  bool qsamplerMainForm::saveSessionFile (
717                                  deviceParam != device.params().end();                                  deviceParam != device.params().end();
718                                          ++deviceParam) {                                          ++deviceParam) {
719                          const qsamplerDeviceParam& param = deviceParam.data();                          const qsamplerDeviceParam& param = deviceParam.data();
720                          if (!param.fix && !param.value.isEmpty())                          if (!param.value.isEmpty())
721                                  ts << " " << deviceParam.key() << "='" << param.value << "'";                                  ts << " " << deviceParam.key() << "='" << param.value << "'";
722                  }                  }
723                  ts << endl;                  ts << endl;
# Line 732  bool qsamplerMainForm::saveSessionFile ( Line 732  bool qsamplerMainForm::saveSessionFile (
732                                                  ++portParam) {                                                  ++portParam) {
733                                  const qsamplerDeviceParam& param = portParam.data();                                  const qsamplerDeviceParam& param = portParam.data();
734                                  if (!param.fix && !param.value.isEmpty()) {                                  if (!param.fix && !param.value.isEmpty()) {
735                                          ts << "SET MIDI_INPUT_CHANNEL_PARAMETER " << iDevice                                          ts << "SET MIDI_INPUT_PORT_PARAMETER " << iDevice
736                                             << " " << iPort << " " << portParam.key()                                             << " " << iPort << " " << portParam.key()
737                                             << "='" << param.value << "'" << endl;                                             << "='" << param.value << "'" << endl;
738                                  }                                  }

Legend:
Removed from v.470  
changed lines
  Added in v.477

  ViewVC Help
Powered by ViewVC