Home
last modified time | relevance | path

Searched refs:update_after_tempo_map_change (Results 1 – 9 of 9) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dsession_playlists.h83 void update_after_tempo_map_change ();
H A Dmidi_region.h173 void update_after_tempo_map_change (bool send_change = true);
H A Dregion.h233 virtual void update_after_tempo_map_change (bool send_change = true);
H A Dplaylist.h183 void update_after_tempo_map_change ();
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dsession_playlists.cc379 SessionPlaylists::update_after_tempo_map_change () in update_after_tempo_map_change() function in SessionPlaylists
382 (*i)->update_after_tempo_map_change (); in update_after_tempo_map_change()
386 (*i)->update_after_tempo_map_change (); in update_after_tempo_map_change()
H A Dmidi_region.cc262 MidiRegion::update_after_tempo_map_change (bool /* send */) in update_after_tempo_map_change() function in MidiRegion
305 Region::update_after_tempo_map_change (false); in update_after_tempo_map_change()
H A Dplaylist.cc3018 Playlist::update_after_tempo_map_change () in update_after_tempo_map_change() function in Playlist
3028 (*i)->update_after_tempo_map_change (); in update_after_tempo_map_change()
H A Dregion.cc610 Region::update_after_tempo_map_change (bool send) in update_after_tempo_map_change() function in Region
H A Dsession.cc5404 _playlists->update_after_tempo_map_change (); in tempo_map_changed()