1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-29 16:08:46 +01:00

Bug 1940 - Clicky play when adjusting Pan or Volume TCP controls

This commit is contained in:
James Crook
2018-08-24 22:19:49 +01:00
parent ac5b743dd2
commit 0ce83abbfb
6 changed files with 42 additions and 11 deletions

View File

@@ -893,6 +893,6 @@ class AUDACITY_DLL_API TrackFactory
// global functions
struct TransportTracks;
TransportTracks GetAllPlaybackTracks(const TrackList &trackList, bool selectedOnly, bool useMidi = false);
TransportTracks GetAllPlaybackTracks(TrackList &trackList, bool selectedOnly, bool useMidi = false);
#endif