1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-17 16:40:07 +02:00

Remove analyze.ny as we were not shipping it and it's functionless. Steve is supplying an analog and two other examples to post on the wiki, instead.

This commit is contained in:
v.audacity 2014-02-11 02:58:38 +00:00
parent 1128bf9c6f
commit 0f68b79ddb
2 changed files with 1 additions and 8 deletions

View File

@ -1,7 +0,0 @@
;nyquist plug-in
;version 1
;type analyze
;categories "http://lv2plug.in/ns/lv2core#AnalyserPlugin"
;name "Sample Analyze Nyquist Plug-in"
;action "Analyzing absolutely nothing..."
(list (list 0 "beginning") (list (local-to-global 1) "end"))

View File

@ -122,7 +122,7 @@ Source: "..\win\unicode release\languages\*"; DestDir: "{app}\Languages\"; Flags
; We don't currently ship any modules, so the next line is commented out ; We don't currently ship any modules, so the next line is commented out
;Source: "..\win\unicode release\modules\*"; DestDir: "{app}\Modules\"; Flags: ignoreversion recursesubdirs skipifsourcedoesntexist ;Source: "..\win\unicode release\modules\*"; DestDir: "{app}\Modules\"; Flags: ignoreversion recursesubdirs skipifsourcedoesntexist
Source: "..\win\unicode release\nyquist\*"; DestDir: "{app}\Nyquist\"; Flags: ignoreversion recursesubdirs Source: "..\win\unicode release\nyquist\*"; DestDir: "{app}\Nyquist\"; Flags: ignoreversion recursesubdirs
Source: "..\win\unicode release\plug-ins\*"; DestDir: "{app}\Plug-Ins\"; Excludes: "analyze.ny"; Flags: ignoreversion Source: "..\win\unicode release\plug-ins\*"; DestDir: "{app}\Plug-Ins\"; Flags: ignoreversion
; File that acts as a markers to reset prefs. ; File that acts as a markers to reset prefs.
; Needs the 'Permissions' so that Audacity can delete it ; Needs the 'Permissions' so that Audacity can delete it