~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
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20130828162557-27ulrksfvm64td50
Tags: 2.1.2-1
* New upstream bugfix release.
* Refresh patches.
* Fix doc links.

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