~ubuntu-branches/ubuntu/trusty/muse/trusty

« back to all changes in this revision

Viewing changes to muse/driver/jack.cpp

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-08-28 16:25:57 UTC
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20130828162557-knls3ip7j262eepx
Tags: upstream-2.1.2
ImportĀ upstreamĀ versionĀ 2.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
229
229
              
230
230
              audioState = Audio::START_PLAY;
231
231
            break;  
232
 
            //case JackTransportNetStarting:  
 
232
            //case JackTransportNetStarting: -- only available in Jack-2!
233
233
            // FIXME: Quick and dirty hack to support both Jack-1 and Jack-2
234
234
            // Really need a config check of version...
235
235
            case 4:  
1603
1603
              //printf("JackAudioDevice::getState JackTransportStarting\n");
1604
1604
              
1605
1605
              return Audio::START_PLAY;
1606
 
            //case JackTransportNetStarting:  
 
1606
            //case JackTransportNetStarting: -- only available in Jack-2!
1607
1607
            // FIXME: Quick and dirty hack to support both Jack-1 and Jack-2
1608
1608
            // Really need a config check of version...
1609
1609
            case 4: