Search found 59476 matches
- Sun May 08, 2016 11:48 am
- Forum: New Plug-Ins
- Topic: bpm calculator
- Replies: 9
- Views: 18536
Re: bpm calculator
Hello! I tried this calculator and it is good. But would it be possible to make it as a toolbar? One that actively displays the calculated BPM value when a selection is made and updates its value when selection length is changed? This would speed up things more. That's not possible as a Nyquist plu...
- Sat May 07, 2016 5:39 pm
- Forum: Windows
- Topic: Behavior when Label selected but not Label Track
- Replies: 3
- Views: 188
Re: Behavior when Label selected but not Label Track
If I had a choice, I'd prefer both to operate on only the label text. But you have selected audio don't you? The "Cut" command correctly cuts the selected audio (and Ctrl+C copies the selected audio). Cutting audio does not require that the audio track has focus, and should not require th...
- Sat May 07, 2016 12:33 pm
- Forum: GNU/Linux
- Topic: Key bindings little problem
- Replies: 8
- Views: 1169
Re: Key bindings little problem
"Align together" works fine here. With all other key bindings at default, I added "Alt+Ctrl+T" for "Align together". I've also tried setting it to "/" and that works fine too. I'm using the "/" on the main keyboard rather than the "/" on th...
- Fri May 06, 2016 7:57 pm
- Forum: Nyquist
- Topic: Change *track* Pitch with pwl?
- Replies: 8
- Views: 1303
Re: Change *track* Pitch with pwl?
I didn't like SND-TAPV because I really wanted to avoid using LFOs to control the shifting. You don't have to use LFO with SND-TAPV. You can use PWL or any other type of control signal. I only used LFO because I couldn't be bothered to type out a long list of break points ;) How much is too much? H...
- Fri May 06, 2016 4:18 pm
- Forum: Nyquist
- Topic: Change *track* Pitch with pwl?
- Replies: 8
- Views: 1303
Re: Change *track* Pitch with pwl?
Have a look at SND-TAPV (http://www.cs.cmu.edu/~rbd/doc/nyquist/part8.html#index697) Example (try it on a mono speech recording): (setf amount1 0.01) (setf speed1 5.0) (setf amount2 0.03) (setf speed2 3.0) (let ((vardelay1 (mult amount1 (lfo speed1 1 *sine-table* -80))) (vardelay2 (mult amount2 (lfo...
- Fri May 06, 2016 2:52 pm
- Forum: Nyquist
- Topic: Change *track* Pitch with pwl?
- Replies: 8
- Views: 1303
Re: Change *track* Pitch with pwl?
It doesn't necessarily have to sound "good" for what I'm doing. and what is it that you're doing? I may think of some workarounds if I know what that is. Is it possible to do the type of pitch envelope I'd like in the standalone Nyquist? Stand alone Nyquist has: PHASEVOCODER http://www.cs...
- Fri May 06, 2016 11:27 am
- Forum: Windows
- Topic: how to use my interface
- Replies: 6
- Views: 315
Re: how to use my interface
Topic moved to Windows forum. Try rebooting the computer with the interface not connected (or switched off), then connect the device and switch it on. Wait a few moments for Windows to connect the device, then check in the Windows Sound Control Panel that the device shows up correctly as both a reco...
- Fri May 06, 2016 11:22 am
- Forum: Windows
- Topic: Cannot oppen .mogg or .ogg files
- Replies: 3
- Views: 1341
Re: Cannot fully open .mogg files
I just upgraded to Audacity V2.1.2 and went to open a .mogg file I had stored on my desktop PC. (I'm running Windows 8.1.) When I try to do so, the file will open, but only ~30 seconds is accessible. I can't figure out how to get the entire file to play. Any ideas? Probably the easiest way would be...
- Fri May 06, 2016 11:18 am
- Forum: Windows
- Topic: Create an empty AIFF file of certain length via command line
- Replies: 4
- Views: 286
- Fri May 06, 2016 11:17 am
- Forum: Nyquist
- Topic: Change *track* Pitch with pwl?
- Replies: 8
- Views: 1303
Re: Change *track* Pitch with pwl?
Oops. I meant to post this in the Nyquist section. No problem, I've moved it for you ;) Is there a way to change the pitch of *track* according to a pwl envelope? Do you need to change the pitch while keeping the original tempo, or is it ok to change the "speed" (pitch and tempo)? For cha...