mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-13 16:16:33 +01:00
This fixes a problem with nyquist's TRIGGER retaining samples (see comment 2, Bug #2698). This version of samples.c was accidentally omitted from an earlier commit.
This commit is contained in:
@@ -48,7 +48,7 @@ the previous value so re-reading will not re-trigger.)
|
||||
#include "cext.h"
|
||||
#include "assert.h"
|
||||
|
||||
#define TRIGGERDBG 1
|
||||
#define TRIGGERDBG 0
|
||||
#define D if (TRIGGERDBG)
|
||||
|
||||
/* Note: this structure is identical to an add_susp structure up
|
||||
|
||||
Reference in New Issue
Block a user