Search found 59476 matches
- Sun Dec 17, 2017 11:28 am
- Forum: Nyquist
- Topic: follow up How to generate arbitrary waveforms
- Replies: 20
- Views: 4167
Re: follow up How to generate arbitrary waveforms
(setf a '(1)) ; A list containing the number 1 (setf b (push 2 a)) (setf c (cons 3 a)) (print a) (print b) (print c) (setf a (cons 4 a)) (print a) prints to the debug window: (2 1) (2 1) (3 2 1) (4 2 1) PUSH added "2" to the list A, modifying A, so A = (2, 1) B = A, so B also = (2, 1) CON...
- Sat Dec 16, 2017 4:15 pm
- Forum: macOS
- Topic: FILES IMPORTING IN TINY CHUNKS OUT OF ORDER
- Replies: 3
- Views: 278
Re: FILES IMPORTING IN TINY CHUNKS OUT OF ORDER
This article in the manual explains best: http://manual.audacityteam.org/man/auda ... jects.html
- Sat Dec 16, 2017 2:29 pm
- Forum: Windows
- Topic: Not able to record
- Replies: 14
- Views: 1078
Re: Not able to record
There are times when I unplug my interface and I get the blue screen with the 'crash dump' warning. To disconnect a USB device, use "Safely Remove". It's the same procedure as safely removing a USB memory stick. See: https://support.microsoft.com/en-gb/help/4051300/windows-10-safely-remov...
- Sat Dec 16, 2017 2:26 pm
- Forum: Windows
- Topic: Not able to record
- Replies: 14
- Views: 1078
Re: Not able to record
We can't help you if you don't provide the information requested. We don't have access to your machine, so the only information that we have available is what you tell us. If you don't tell us what we need to know, then we can't help.
- Sat Dec 16, 2017 2:23 pm
- Forum: macOS
- Topic: Air pods not syncing with audacity HELP
- Replies: 18
- Views: 16182
Re: Air pods not syncing with audacity HELP
Which version of Audacity are you using?Smithson wrote:Same here
Have you set the Air Pods as the default output device in "System Preferences > Sound"?
What have you set as the output device in the device toolbar?
- Sat Dec 16, 2017 1:09 pm
- Forum: Windows
- Topic: Change speed while audio is playing
- Replies: 1
- Views: 227
Re: Change speed while audio is playing
In Audacity version 2.2.1, use "Scrubbing" rather than the normal "Play". See: http://manual.audacityteam.org/man/scru ... eking.html
If you've not got Audacity 2.2.1, you can get it here: https://www.audacityteam.org/download/
If you've not got Audacity 2.2.1, you can get it here: https://www.audacityteam.org/download/
- Sat Dec 16, 2017 12:33 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: List of open windows has disappeared ?
- Replies: 7
- Views: 1219
Re: List of open windows has disappeared ?
I'm not a Mac guy, but think that's due to Apple changing things in macOS.sebchang wrote:I'm wondering though why the list of open windows does not appear in the "Window" menu anymore ?
- Fri Dec 15, 2017 9:58 pm
- Forum: macOS
- Topic: CableCreation and stereo
- Replies: 1
- Views: 211
Re: CableCreation and stereo
If it's this one: http://www.cablecreation.com/product/co ... ml?product
the description says: "Stereo output jack, Mono microphone-input jack"
the description says: "Stereo output jack, Mono microphone-input jack"
- Fri Dec 15, 2017 8:40 pm
- Forum: Windows
- Topic: Annoying Graphic Implied Clipping Noundaries
- Replies: 1
- Views: 196
Re: Annoying Graphic Implied Clipping Noundaries
If you are referring to the red vertical "clip indicator" lines (as shown below), then deselect "Show Clipping" in the View menu.
(more info: http://manual.audacityteam.org/man/view ... w_Clipping)

(more info: http://manual.audacityteam.org/man/view ... w_Clipping)

- Fri Dec 15, 2017 7:21 pm
- Forum: macOS
- Topic: Bassiness in vocals
- Replies: 4
- Views: 324
Re: Bassiness in vocals
Sounds like you need to install "bass traps".
Bass traps are usually used in the corners of the room. DIY versions can work well without being too costly.
Bass traps are usually used in the corners of the room. DIY versions can work well without being too costly.