/[svn]/linuxsampler/trunk/src/network/lscpserver.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/network/lscpserver.cpp

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

revision 2139 by schoenebeck, Mon Oct 4 22:11:53 2010 UTC revision 2140 by schoenebeck, Tue Oct 5 10:35:13 2010 UTC
# Line 2393  String LSCPServer::GetFxSendInfo(uint ui Line 2393  String LSCPServer::GetFxSendInfo(uint ui
2393          result.Add("MIDI_CONTROLLER", pFxSend->MidiController());          result.Add("MIDI_CONTROLLER", pFxSend->MidiController());
2394          result.Add("LEVEL", ToString(pFxSend->Level()));          result.Add("LEVEL", ToString(pFxSend->Level()));
2395          result.Add("AUDIO_OUTPUT_ROUTING", AudioRouting);          result.Add("AUDIO_OUTPUT_ROUTING", AudioRouting);
2396          result.Add("SEND_EFFECT", sEffectRouting);          result.Add("EFFECT", sEffectRouting);
2397      } catch (Exception e) {      } catch (Exception e) {
2398          result.Error(e);          result.Error(e);
2399      }      }

Legend:
Removed from v.2139  
changed lines
  Added in v.2140

  ViewVC Help
Powered by ViewVC