1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-13 08:05:52 +01:00

Implementation of Timer Toolbar

PRL:  Rebased onto recent master, fixed compilation and indentation, added new
files to the XCode project, added an EXPERIMENTAL flag
This commit is contained in:
Loss
2019-10-14 14:00:26 -03:00
committed by Paul Licameli
parent f1e5e96480
commit e787694f07
16 changed files with 344 additions and 25 deletions

View File

@@ -640,6 +640,8 @@ src/toolbars/SelectionBarListener.h
src/toolbars/SpectralSelectionBar.cpp
src/toolbars/SpectralSelectionBar.h
src/toolbars/SpectralSelectionBarListener.h
src/toolbars/TimerToolBar.cpp
src/toolbars/TimerToolBar.h
src/toolbars/ToolBar.cpp
src/toolbars/ToolBar.h
src/toolbars/ToolDock.cpp