/[svn]/linuxsampler/trunk/src/audiodriver/AudioOutputDeviceJack.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/audiodriver/AudioOutputDeviceJack.cpp

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

revision 64 by schoenebeck, Thu May 6 20:06:20 2004 UTC revision 65 by schoenebeck, Fri May 7 22:36:45 2004 UTC
# Line 110  namespace LinuxSampler { Line 110  namespace LinuxSampler {
110    
111      void AudioOutputDeviceJack::AcquireChannels(uint uiChannels) {      void AudioOutputDeviceJack::AcquireChannels(uint uiChannels) {
112          if (uiChannels > this->Channels.size()) {          if (uiChannels > this->Channels.size()) {
113              for (int c = uiChannels; c < uiChannels; c++) {              for (int c = this->Channels.size(); c < uiChannels; c++) {
114                  // create new jack output port                  // create new jack output port
115                  std::stringstream portid; portid << "LinuxSampler:" << c;                  std::stringstream portid; portid << "LinuxSampler:" << c;
116                  jack_port_t* newport;                  jack_port_t* newport;

Legend:
Removed from v.64  
changed lines
  Added in v.65

  ViewVC Help
Powered by ViewVC