Search found 59476 matches
- Tue Jun 23, 2020 8:03 am
- Forum: Español
- Topic: Los filtros no se habilitan en 2.4.1
- Replies: 1
- Views: 567
- Tue Jun 23, 2020 7:58 am
- Forum: Windows
- Topic: Connecting to Cantabile
- Replies: 3
- Views: 158
Re: Connecting to Cantabile
Sorry but we don't support Cantabile (I'd never heard of it). Their support channel is here: https://www.cantabilesoftware.com/support/
- Tue Jun 23, 2020 7:54 am
- Forum: macOS
- Topic: Cannnot open files
- Replies: 18
- Views: 1044
- Tue Jun 23, 2020 7:53 am
- Forum: macOS
- Topic: Cannnot open files
- Replies: 18
- Views: 1044
- Tue Jun 23, 2020 7:48 am
- Forum: Windows
- Topic: How to be sure project is saved?
- Replies: 26
- Views: 314
Re: How to be sure project is saved?
Foobar2000 (https://www.foobar2000.org/), it's not open source, but it is free. It's a lightweight audio player and format converter that supports nearly all audio formats - it's my favourite audio player for Windows.
- Tue Jun 23, 2020 7:45 am
- Forum: Making Music with Audacity
- Topic: How to create empty shopping effect?
- Replies: 1
- Views: 253
Re: How to create empty shopping effect?
That's a lot of large, bright reverb. With Audacity's Reverb effect (https://manual.audacityteam.org/man/reverb.html): Set Room Size, Reverberance, Tone High and Wet Gain quite high, Set Damping, Tone Low and Dry Gain quite low. Use "Preview" and tweak the settings to find what you like be...
- Tue Jun 23, 2020 7:39 am
- Forum: Windows
- Topic: TRACKING STEREO AT TWO DIFFERENT VOLUMES???
- Replies: 36
- Views: 1722
Re: TRACKING STEREO AT TWO DIFFERENT VOLUMES???
The way I would do that on my setup: Plug Mic into channel 1 of (analog) mixer (pan Left) Plug DI into channel 2 of mixer (pan Right) Plug output from USB interface into stereo channel 9/10 of mixer (Main slider set to zero / silence) Plug headphones into mixer. Plug Main Out from mixer into USB int...
- Tue Jun 23, 2020 7:08 am
- Forum: macOS
- Topic: Audacity 2.4.1 for Mac OS Catalina - Very Slow Interface Responses
- Replies: 24
- Views: 1754
Re: Audacity 2.4.1 for Mac OS Catalina - Very Slow Interface Responses
I'm having the same performance issues with my iMac on Catalina. Which version of Audacity? I used audacity on a MacBook from 2017 (on High Sierra). It was performing fine. What was the display size of the two machines (both pixels, and physical size)? Do either of the machines have a Retina displa...
- Mon Jun 22, 2020 9:42 pm
- Forum: Nyquist
- Topic: Conditional Replacement by Silence
- Replies: 9
- Views: 1181
Re: Conditional Replacement by Silence
Given: 1) a sound selection; 2) a numerical threshold (e.g. 0.9); and 3) a (time-based) parameter named 'radius', the code should: 1) map selection samples exceeding the threshold; 2) at each of those mapped points, should replace the interval (centered at the mapped point, length = 2*radius) in th...
- Mon Jun 22, 2020 9:35 pm
- Forum: Nyquist
- Topic: Conditional Replacement by Silence
- Replies: 9
- Views: 1181
Re: Conditional Replacement by Silence
There's a few things I'd mention about your code before looking at a solution for the task. Firstly, well done for having a go! Some of the details below indicate updates to Nyquist, (notably the preferred use of *track* rather than "S"), and some are common conventions for writing LISP co...