mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 08:39:46 +02:00
11 lines
293 B
Common Lisp
11 lines
293 B
Common Lisp
;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"))
|
|
|
|
; arch-tag: b50ba32c-68a6-4b1e-a7de-78ecdc4d6eed
|
|
|