Search found 59476 matches
- Thu Jun 27, 2019 8:23 am
- Forum: Windows
- Topic: How to edit a Rhythm Track?
- Replies: 2
- Views: 430
Re: How to edit a Rhythm Track?
My question is...how do I get back to that screen and edit those options if I wish to change them after I have already added the Rhythm track? Select the audio that you want to replace (the rhythm track), and apply the "Rhythm Track" generator again with your new settings. The newly gener...
- Thu Jun 27, 2019 8:18 am
- Forum: Windows
- Topic: "Change Tempo" is also increasing volume
- Replies: 20
- Views: 1679
Re: "Change Tempo" is also increasing volume
Well, my previous post was overly optimistic. It turns out that most of increasing volume - at least on my project - occurred on peaks. I.e., existing peaks in the original were accentuated. So simply reducing the gain by -3 DB has the effect of noticeably reducing the overall volume. The clue is h...
- Thu Jun 27, 2019 6:46 am
- Forum: Windows
- Topic: Creating/Converting SFX to sound like Flash game SFX?
- Replies: 10
- Views: 963
Re: Creating/Converting SFX to sound like Flash game SFX?
That link goes to a play list, so I've no idea which sounds you are referring to. Better if you just attach a couple of short MP3s to your post that typify the kind of sounds that you are after. (See: viewtopic.php?f=49&t=72887)
- Wed Jun 26, 2019 11:49 pm
- Forum: Windows
- Topic: Vinyl LP Digitization - USB and Bit Depth
- Replies: 10
- Views: 909
Re: Vinyl LP Digitization - USB and Bit Depth
What I'd do is: 16-bit source. Record as 32-bit float. If, after recording, I feel it is necessary to Normalize, or apply a bit of EQ, or fade out the end, or anything else, then do that and export archive recording as 16-bit with dither. If after recording, I don't feel it is necessary to do anythi...
- Wed Jun 26, 2019 10:08 pm
- Forum: Nyquist
- Topic: NyquistPrompt Python Script Command Not Working
- Replies: 5
- Views: 780
Re: NyquistPrompt Python Script Command Not Working
In case it's any use to you, this was my version of your script (works with Python 3 on Linux). I think it should work with Python 3 on other platforms, but I've not tested. The main differences are: Line 28 TOFILE = open(TONAME, 'w') Some indentations were tabs rather than spaces. Global variables ...
- Wed Jun 26, 2019 9:56 pm
- Forum: Nyquist
- Topic: Converting from Nyquist plugin to web?
- Replies: 1
- Views: 365
Re: Converting from Nyquist plugin to web?
No, not really. This is "Nyquist" code and it requires the Nyquist Interpreter to run. (see: https://www.cs.cmu.edu/~music/nyquist/)Sir Cumference wrote: ↑Wed Jun 26, 2019 7:41 pmis there a way to convert this so I can use it in an HTML webpage using the Web Audio API?
- Wed Jun 26, 2019 9:47 pm
- Forum: Nyquist
- Topic: NyquistPrompt Python Script Command Not Working
- Replies: 5
- Views: 780
Re: NyquistPrompt Python Script Command Not Working
I needed to modify your Python code a bit to get it to run with Python 3 on Linux, but the underlying problem is that the "NyquistPrompt:" command is broken (doesn't work). An alternative approach that does work, is to install the "Measure RMS" plug-in. If you've not already got ...
- Wed Jun 26, 2019 7:01 pm
- Forum: macOS
- Topic: Running Extend Silence Effect On Hundreds Of Files
- Replies: 7
- Views: 349
Re: Running Extend Silence Effect On Hundreds Of Files
I think you may be getting confused between "effects" and "macros". You need to install the "Extend Silence" effect , and then use that in you new macro . Currently it looks like you are trying to put the "Extend Silence" macro into itself. Do you have the &qu...
- Wed Jun 26, 2019 6:42 pm
- Forum: Nyquist
- Topic: NyquistPrompt Python Script Command Not Working
- Replies: 5
- Views: 780
Re: NyquistPrompt Python Script Command Not Working
When I try get '*selection* 'rms I presume that you mean, when you try: (get '*selection* 'rms) do("NyquistPrompt: Command=(get '*selection* 'rms) Version=4") The Command: should be quoted, but as we're already in a quoted string, the quotes need to be escaped: do("NyquistPrompt: Com...
- Wed Jun 26, 2019 2:17 pm
- Forum: Windows
- Topic: Slow startup on new SSD based system
- Replies: 12
- Views: 611
Re: Slow startup on new SSD based system
it appears (according to the log) to delay startup a couple seconds. I don't think that's the case. One of the developers has replied, saying that he thinks the message probably comes from the operating system when executing a line in ModuleManager::LoadModule ModuleMain audacityMain = (ModuleMain)...