Changeset 1448

Show
Ignore:
Timestamp:
11/22/08 06:22:27 (15 years ago)
Author:
ppalmers
Message:

increase midi reception verbose logging

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/libffado-2.0/src/libstreaming/amdtp/AmdtpReceiveStreamProcessor.cpp

    r1419 r1448  
    379379                    sample_int |= 0x01000000; // flag that there is a midi event present 
    380380                    *buffer = sample_int; 
    381                     debugOutput(DEBUG_LEVEL_VERBOSE, "Received midi byte %08X on port %p index %d\n", sample_int, p, j-p.location); 
     381                    debugOutput(DEBUG_LEVEL_VERY_VERBOSE, "Received midi byte %08X on port %p index %d\n", sample_int, p, j-p.location); 
    382382                } else { 
    383383                    // make sure no event is received