Search found 59476 matches

by steve
Tue Oct 23, 2018 9:02 pm
Forum: macOS
Topic: Vertical Zoom
Replies: 4
Views: 402

Re: Vertical Zoom

Logically when you tick "Advanced Vertical Zooming" should revert to the old method exactly, It's very close. you have to move the cursor to the "zoom-out" option on that menu, and click the mouse again. :( You don't. You can "Shift + Left Click". "Edit menu > Pre...
by steve
Tue Oct 23, 2018 7:22 pm
Forum: Adding Features to Audacity
Topic: Macro Comments
Replies: 3
Views: 455

Re: Macro Comments

There are no plans to develop language features for macros. The lead developer of macros intends that they remain as a simple list of commands. You could create a simple Nyquist plug-in that does nothing other than store a comment, and then insert that wherever you want to place a comment. For users...
by steve
Tue Oct 23, 2018 7:10 pm
Forum: Nyquist
Topic: How do you get amplitude modulation (tremolo) based on a sample?
Replies: 17
Views: 2456

Re: How do you get amplitude modulation (tremolo) based on a sample?

LeeJames wrote:
Tue Oct 23, 2018 4:55 pm
if the modulator is playing a sine wave at 65Hz, the volume of the carrier will go up and down at 65Hz.
That is fairly easy to do:
This can be run in the Nyquist Prompt effect

Code: Select all

(setf carrier-hz 440)
(setf mod-hz 65)
(mult (hzosc mod-hz)(hzosc carrier-hz))
by steve
Tue Oct 23, 2018 5:06 pm
Forum: Nyquist
Topic: How do you get amplitude modulation (tremolo) based on a sample?
Replies: 17
Views: 2456

Re: How do you get amplitude modulation (tremolo) based on a sample?

I'd like to create an amplitude modulation (tremolo) effect where the tremolo frequency is determined by the pitch of a modulator sample. So, for example, if the modulator is playing a sine wave at 65Hz, the volume of the carrier will go up and down at 65Hz. You mean like "normal" Amplitu...
by steve
Tue Oct 23, 2018 3:59 pm
Forum: Windows
Topic: Question for anyone who has put a book up on ACX
Replies: 9
Views: 476

Re: Question for anyone who has put a book up on ACX

No that's not normal.
Was your file 44.1kHz sample rate (as specified by ACX)?
by steve
Tue Oct 23, 2018 3:54 pm
Forum: Windows
Topic: Tried everything Error code
Replies: 14
Views: 2307

Re: Tried everything Error code

OK, so let's try and get "something" working: Shut down your computer Disconnect all USB audio devices (headsets / mics / webcams / headphones / ...) Plug in your mic and headphones (the ones with mini-jacks). Note that some computers have color-coded inputs: Pink = microphone Light blue =...
by steve
Tue Oct 23, 2018 3:35 pm
Forum: Windows
Topic: "No Devices found" under Edit - Preference - Recording
Replies: 5
Views: 759

Re: "No Devices found" under Edit - Preference - Recording

Are you able to test the device on another computer?
Windows should alert you a few moments after connecting a USB device to say that a device has been connected - if that doesn't happen, then either the device, the lead or the USB socket are probably broken.
by steve
Tue Oct 23, 2018 3:30 pm
Forum: Nyquist
Topic: Default plugin issues: can't handle files with multi-byte Unicode characters
Replies: 7
Views: 1067

Re: Default plugin issues: can't handle files with multi-byte Unicode characters

I think this problem is due to character encoding.
As far as I'm aware, all character encoding needs to be UTF-8.

If you are using NotePad++ with poEdit, then this topic on Stack Overflow may be relevant: https://stackoverflow.com/questions/389 ... g-po-files
by steve
Tue Oct 23, 2018 11:56 am
Forum: Windows
Topic: recording what the computer is playing
Replies: 29
Views: 1116

Re: recording what the computer is playing

its 2.2.2 The current (recommended) version is 2.3.0, which is available via the Audacity website: https://www.audacityteam.org/download/windows/ Ive tried this, didnt work, if i'm using an audio interface tascam us-122 is this my recording device?> "WASAPI loopback" provides a way to rec...
by steve
Tue Oct 23, 2018 10:17 am
Forum: Windows
Topic: recording what the computer is playing
Replies: 29
Views: 1116

Re: recording what the computer is playing

Which version of Audacity? (look in "Help > About Audacity")

The "WASAPI loopback" method is recommended for Windows 10. See: https://manual.audacityteam.org/man/tut ... ndows.html