Show
Ignore:
Timestamp:
04/27/09 03:42:06 (4 years ago)
Author:
gabriel@…
Message:

Change API for Jack Transport Master. Remove unused methods from H2Core::Hydrogen.

This is a partial changeover. The API is changed, but:

  • H2Transport.cpp does not compile because the EVENT_JACK_MASTER needs to be implemented for the Event Queue.
  • hydrogen.cpp still does not compile.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/transport_redesign_2/libs/hydrogen/src/song.cpp

    r1074 r1088  
    271271 
    272272        float fBpm = LocalFileMng::readXmlFloat( songNode, "bpm", 120 ); 
    273         Hydrogen::get_instance()->setNewBpmJTM( fBpm );  
    274273        float fVolume = LocalFileMng::readXmlFloat( songNode, "volume", 0.5 ); 
    275274        float fMetronomeVolume = LocalFileMng::readXmlFloat( songNode, "metronomeVolume", 0.5 );