diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-17 21:02:53 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-17 21:06:08 -0700 |
commit | a2c5d69385fe0d8c5a666d570f5b464ca302d37d (patch) | |
tree | 7b4b6fa35dbe9f08c7f28e6e2aa0d58d6abf77f1 /audio/audacity/files/patch-src_AudioIO.cpp | |
parent | science/py-nilearn: Update 0.7.0 -> 0.7.1 (diff) |
audio/audacity: Update 2.4.2 -> 3.0.0
I also changed the default of LADSPA to OFF and LV2 to ON because LV2 is a new generation of LADSPA.
PR: 254598
Submitted by: xxjack12xx@gmail.com (maintainer)
Diffstat (limited to 'audio/audacity/files/patch-src_AudioIO.cpp')
-rw-r--r-- | audio/audacity/files/patch-src_AudioIO.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audacity/files/patch-src_AudioIO.cpp b/audio/audacity/files/patch-src_AudioIO.cpp index 6cc523faba46..7534cdee3a98 100644 --- a/audio/audacity/files/patch-src_AudioIO.cpp +++ b/audio/audacity/files/patch-src_AudioIO.cpp @@ -1,6 +1,6 @@ --- src/AudioIO.cpp.orig 2020-06-19 15:16:47 UTC +++ src/AudioIO.cpp -@@ -491,7 +491,6 @@ time warp info and AudioIOListener and whether the pla +@@ -490,7 +490,6 @@ time warp info and AudioIOListener and whether the pla #define ROUND(x) (int) ((x)+0.5) //#include <string.h> // #include "../lib-src/portmidi/pm_common/portmidi.h" @@ -8,7 +8,7 @@ #include "NoteTrack.h" #endif -@@ -815,13 +814,22 @@ struct AudioIoCallback::ScrubState (private) +@@ -814,13 +813,22 @@ struct AudioIoCallback::ScrubState (private) // return the system time as a double static double streamStartTime = 0; // bias system time to small number |