Changeset 509

Show
Ignore:
Timestamp:
09/22/08 20:16:45 (2 months ago)
Author:
smoors
Message:

Bugfix: The layer pitch was not initialized when loading it from the soundlibrary. Thanks to Flavio for the bugreport & fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libs/hydrogen/src/instrument.cpp

    r437 r509  
    141141                        pLayer->set_end_velocity( pNewLayer->get_end_velocity() ); 
    142142                        pLayer->set_gain( pNewLayer->get_gain() ); 
     143                         pLayer->set_pitch(pNewLayer->get_pitch());  
    143144 
    144145                        if ( is_live )