Search found 59476 matches
- Fri Nov 02, 2012 4:19 am
- Forum: General Audio Programming
- Topic: USB HID Joysticks and Gamepads
- Replies: 16
- Views: 8158
Re: USB HID Joysticks and Gamepads
AutoHotKey covers just about every possible binding possible so if it can be made to work with Audacity, that would save a ton of programming. But AutoHotKey is Windows only. Linux has a program called "AutoKey" http://code.google.com/p/autokey/ I don't know about OS X. I'm not a programm...
- Fri Nov 02, 2012 4:13 am
- Forum: Windows
- Topic: how do I display samples instead of time
- Replies: 6
- Views: 4116
Re: how do I display samples instead of time
The Selection Toolbar can display the cursor position in samples, also the start and end or start and duration of a selection. http://manual.audacityteam.org/o/man/selection_toolbar.html I think the way to go with Audacity is to make use of "selection" and cursor position so that you can r...
- Fri Nov 02, 2012 4:06 am
- Forum: Windows
- Topic: VST Effects 8192 samples delay
- Replies: 11
- Views: 2650
Re: VST Effects 8192 samples delay
I'm not an expert on VST effects, but as I understand it the issue is to do with how the effects handle audio buffers. To provide smooth real-time output the plug-in needs to pre-load data into an audio buffer (typically between 512 and 8192 samples). In the absence of the host program reporting its...
- Fri Nov 02, 2012 3:44 am
- Forum: New Plug-Ins
- Topic: AGC - Automatic Gain Control
- Replies: 37
- Views: 42662
Re: AGC - Automatic Gain Control
This plugin would work much better on my machine if the entire audio track didn't have to be loaded into RAM. That may be possible, but it's not an easy programming task. If there is sufficient interest in this effect then I'll look into that, but I'm not inclined to spend a lot of time on it if th...
- Fri Nov 02, 2012 3:37 am
- Forum: Plug-in Archive
- Topic: Adjustable Fade
- Replies: 271
- Views: 73559
Re: Adjustable Fade
Is there any mileage in entering "%" in the text box to switch format to "% of original gain" (or for that matter, entering dB to switch to dB)? I had considered that, but I think that it makes text entry too complicated. There is little or no scope to make it clear whether the ...
- Fri Nov 02, 2012 3:18 am
- Forum: Plug-in Archive
- Topic: Adjustable Fade
- Replies: 271
- Views: 73559
Re: Adjustable Fade
Other than through the debug window, but that is not very user friendly.Robert J. H. wrote:because Nyquist does not allow returning text and sound at the same time.
- Fri Nov 02, 2012 3:17 am
- Forum: Plug-in Archive
- Topic: Adjustable Fade
- Replies: 271
- Views: 73559
Re: Adjustable Fade
Lol. Yes I'd bet on thatRobert J. H. wrote:You can bet on it that some always want (or expect) the exact opposite of what they get.
- Fri Nov 02, 2012 3:17 am
- Forum: Feature Request Archive
- Topic: Musical Fade-In effect
- Replies: 44
- Views: 18601
Re: Adjustable Fade
Lol. Yes I'd bet on thatRobert J. H. wrote:You can bet on it that some always want (or expect) the exact opposite of what they get.
- Fri Nov 02, 2012 3:13 am
- Forum: Plug-in Archive
- Topic: Adjustable Fade
- Replies: 271
- Views: 73559
Re: Adjustable Fade
Aargh but maybne this is serveral hours of long work. Do you have an insentive scheme where you pay or offer a prize to participate in the listening pannels? Unfortunately no, otherwise I think Gale, myself and the rest of the crew would be in line for a huge bonus :D We may be mad, but we do this ...
- Fri Nov 02, 2012 2:56 am
- Forum: Windows
- Topic: how do I display samples instead of time
- Replies: 6
- Views: 4116
Re: how do I display samples instead of time
What exactly do you want to compare? The duration of tracks?mahaju wrote:Is it possible to display a fine grid so that I can compare more easily between two audio tracks that I import in the same project?