MCPcopy Create free account
hub / github.com/audacity/audacity / ShowPlaySpeedDialog

Method ShowPlaySpeedDialog

src/toolbars/TranscriptionToolBar.cpp:1026–1032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1024#endif
1025
1026void TranscriptionToolBar::ShowPlaySpeedDialog()
1027{
1028 mPlaySpeedSlider->ShowDialog();
1029 mPlaySpeedSlider->Refresh();
1030 wxCommandEvent e;
1031 OnSpeedSlider(e);
1032}
1033
1034void TranscriptionToolBar::SetEnabled(bool enabled)
1035{

Callers 1

OnSetPlaySpeedFunction · 0.80

Calls 2

ShowDialogMethod · 0.45
RefreshMethod · 0.45

Tested by

no test coverage detected