Show
Ignore:
Timestamp:
08/25/08 23:44:45 (5 years ago)
Author:
gabriel
Message:

Merge rev 378:381 from trunk

Conflicts:

libs/hydrogen/src/hydrogen.cpp

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/jackMidi/gui/src/PatternEditor/DrumPatternEditor.cpp

    r400 r404  
    193193                                Note *pNote2 = new Note( pSelectedInstrument, 0, fVelocity, fPan_L, fPan_R, nLength, fPitch); 
    194194                                AudioEngine::get_instance()->get_sampler()->note_on(pNote2); 
    195                                 pSelectedInstrument->enqueue(); 
     195//                              pSelectedInstrument->enqueue(); 
    196196                        } 
    197197                }