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

« back to all changes in this revision

Viewing changes to muse/driver/jackmidi.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:
336
336
        event.setLoopNum(MusEGlobal::audio->loopCount());
337
337
      
338
338
      if (MusEGlobal::midiInputTrace) {
339
 
            printf("MidiIn Jack: <%s>: ", name().toLatin1().constData());
 
339
            fprintf(stderr, "MidiIn Jack: <%s>: ", name().toLatin1().constData());
340
340
            event.dump();
341
341
            }
342
342
            
639
639
      #endif  
640
640
      
641
641
      if (MusEGlobal::midiOutputTrace) {
642
 
            printf("MidiOut: Jack: <%s>: ", name().toLatin1().constData());
 
642
            fprintf(stderr, "MidiOut: Jack: <%s>: ", name().toLatin1().constData());
643
643
            e.dump();
644
644
            }
645
645