That would be my guess.
Search found 59476 matches
- Thu Jun 13, 2019 12:50 pm
- Forum: Windows
- Topic: Niquist ACX check nightmare
- Replies: 94
- Views: 3060
Re: Niquist ACX check nightmare
"Shielding" rarely has any effect on "hiss". Shielding problems are usually characterised by "buzz" or "hum".
- Thu Jun 13, 2019 12:17 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: My Feedback/Usage
- Replies: 5
- Views: 628
Re: My Feedback/Usage
You can do that with a Macro: https://manual.audacityteam.org/man/macros.html
- Thu Jun 13, 2019 10:18 am
- Forum: Nyquist
- Topic: Coding a Nyquist plugin that simply just brings up the debug output and outputs only a set piece of text to it?
- Replies: 8
- Views: 1486
Re: Coding a Nyquist plugin that simply just brings up the debug output and outputs only a set piece of text to it?
Perhaps you need to read all of my reply posts and not just the first one.childishbeat wrote: ↑Thu Jun 13, 2019 10:00 amNone of those commands send text to the debug output and output only a set piece of text to them. Instead they just output text to a text window, like http://rosettacode.org/wiki/Hello_world ... al#Nyquist does.
- Thu Jun 13, 2019 9:57 am
- Forum: Windows
- Topic: How to default open Fit to Width
- Replies: 7
- Views: 203
Re: How to default open Fit to Width
When I open an Audacity project - sometimes it opens full-width on the Audacity Window and sometimes it is zoomed out so that the full length of the project occupies about 1/2 to 2/3 of the available window, with blank gray space to the right. The zoom level is saved in the project when you save th...
- Thu Jun 13, 2019 9:41 am
- Forum: Nyquist
- Topic: Coding a Nyquist plugin that simply just brings up the debug output and outputs only a set piece of text to it?
- Replies: 8
- Views: 1486
Re: Coding a Nyquist plugin that simply just brings up the debug output and outputs only a set piece of text to it?
To bring up the debug output automatically after running a script, add the header: For XLISP code: ;debugflags trace For SAL code: ;codetype SAL ;debugflags nocompiler ;debugflags trace Examples to run in the Nyquist Prompt: XLISP: ;type tool ;debugflags trace (print "This will print to the deb...
- Thu Jun 13, 2019 9:10 am
- Forum: Nyquist
- Topic: Coding a Nyquist plugin that simply just brings up the debug output and outputs only a set piece of text to it?
- Replies: 8
- Views: 1486
Re: Coding a Nyquist plugin that simply just brings up the debug output and outputs only a set piece of text to it?
I'm trying to implement the "Hello world/Text" task XLISP syntax: (print "Hello World!") SAL syntax: print "Hello World!" From the Nyquist manual (https://www.cs.cmu.edu/~rbd/doc/nyquist/part7.html#index189): ; this is a comment ; comments are ignored by the compiler p...
- Thu Jun 13, 2019 8:52 am
- Forum: Nyquist
- Topic: Coding a Nyquist plugin that simply just brings up the debug output and outputs only a set piece of text to it?
- Replies: 8
- Views: 1486
Re: Coding a Nyquist plugin that simply just brings up the debug output and outputs only a set piece of text to it?
Some background about Nyquist: Nyquist supports two languages: XLISP and SAL. In the Nyquist manual , you will see that function definitions and some of the examples are given in both XLISP and SAL syntax. XLISP is a member of the LISP family of languages, and is written with fully parenthesized s-...
- Wed Jun 12, 2019 11:34 pm
- Forum: Macros and Scripting
- Topic: Batch split 35 separate 45 minute files into "3" 15 minute files each?
- Replies: 10
- Views: 1132
Re: Batch split 35 separate 45 minute files into "3" 15 minute files each?
I'll see if I can knock together an example, and post it here. The line beginning ";control" tells Audacity to create a GUI with a "time" control (a new feature in Audacity 2.3.0) https://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Widgets#Time_Widget When calculating the number...
- Wed Jun 12, 2019 11:22 pm
- Forum: Making Music with Audacity
- Topic: Edit your voice in Audacity
- Replies: 2
- Views: 542
Re: Edit your voice in Audacity
Step 1. Find someone with a good singing voice with an appropriate character / timbre to the voice. Step 2. Write / arrange / record the instrumental tracks. Step 3. Record vocals Step 4. Apply a shed load of effects to taste. The two samples you gave have little in common other than the "dream...
- Wed Jun 12, 2019 11:03 pm
- Forum: Maintaining / Improving this Forum
- Topic: Audacity used in movie trailer
- Replies: 6
- Views: 1944
Re: Audacity used in movie trailer
Nice find Trebor 