1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-16 17:41:14 +01:00

Support for scrubbing in playback engine, but unused

This commit is contained in:
Paul-Licameli
2015-04-16 21:31:10 -04:00
parent 5abfd25a34
commit d988c3329f
5 changed files with 642 additions and 68 deletions

View File

@@ -166,4 +166,8 @@
// Define to enable Nyquist audio clip boundary control (Steve Daulton Dec 2014)
// #define EXPERIMENTAL_NYQUIST_SPLIT_CONTROL
// Paul Licameli (PRL) 16 Apr 2015
//Support for scrubbing in the AudioIO engine, without calls to it
#define EXPERIMENTAL_SCRUBBING_SUPPORT
#endif