For playing either side of the cursor there is the "B" shortcut.pshute wrote:I wonder why they used the mouse position instead of the cursor. When would that be useful?
Search found 59476 matches
- Sun Nov 18, 2012 9:49 pm
- Forum: Audio Processing
- Topic: Extend "Play one second"?
- Replies: 9
- Views: 2089
Re: Extend "Play one second"?
- Sun Nov 18, 2012 9:47 pm
- Forum: Windows
- Topic: Spectrogram overlap?
- Replies: 9
- Views: 2053
Re: Spectrogram overlap?
It's really beyond my (little) understanding of C++, but I was looking at Spectrum.cpp in which it appears to be looping in steps of "half = windowSize / 2"
- Sun Nov 18, 2012 9:38 pm
- Forum: Nyquist
- Topic: Running a plug-in once only
- Replies: 18
- Views: 6019
Re: Running a plug-in once only
C++ is not one of my languages, but I've been having a look through the source code to see what I can work out. As far as I can make out, there is only ever "one" Nyquist effect. When a Nyquist plug-in is selected, the XLISP code is loaded into the one "interactive" Nyquist effec...
- Sun Nov 18, 2012 7:24 pm
- Forum: Windows
- Topic: Mix a noise with a signal
- Replies: 2
- Views: 383
Re: Mix a noise with a signal
If you select part of an audio track and use any of the generators, the generated sound will replace the selection.
If you want both the original sound and the generated sound, add a new track (Tracks menu) and make the selection in the new track.
If you want both the original sound and the generated sound, add a new track (Tracks menu) and make the selection in the new track.
- Sun Nov 18, 2012 7:20 pm
- Forum: Windows
- Topic: Spectrogram overlap?
- Replies: 9
- Views: 2053
Re: Spectrogram overlap?
I'm not sure but I think a 50% overlap is used. If you understand C++ you could look in the source code to be certain.
- Sun Nov 18, 2012 6:41 pm
- Forum: Audio Processing
- Topic: Extend "Play one second"?
- Replies: 9
- Views: 2089
Re: Extend "Play one second"?
o you want to vote for this to be configurable in Playback preferences? I was not aware of this feature (you learn something every day :D) I know that the developers don't like "preferences creep" but there's plenty of space in "Preferences > Playback" and had it been there I'd ...
- Sun Nov 18, 2012 6:27 pm
- Forum: Plug-in Archive
- Topic: Trim Silence
- Replies: 34
- Views: 47182
Re: Trim Silence
How can I modify your plugin to leave 1-2 seconds of silence at the end of each track? To leave 2 seconds of the silence, find the part that says: (let ((start (/ (first result) my-srate)) (end (- (get-duration 1)(/ (second result) my-srate)))) ;; ensure at least 1 sample remains (if (>= start (get...
- Sun Nov 18, 2012 5:04 pm
- Forum: Windows
- Topic: Can't turn playthrough off when recording
- Replies: 29
- Views: 4156
Re: Can't turn playthrough off when recording
I'm not sure where you mean. Could you post a screenshot.Ekosonic wrote:Should the drop-down menu in the Windows control panel
- Sun Nov 18, 2012 4:59 pm
- Forum: Feature Request Archive
- Topic: Edit > Labelled Regions
- Replies: 24
- Views: 7806
Re: Edit > Labelled Regions
I would think that most users would expect that "Labelled Regions > Split" will split each labelled region. The aim of my patch is to make the behaviour consistent with apply the selected behaviour manually to each labelled region. I believe that this is would be the expected, most useful ...
- Sun Nov 18, 2012 3:39 pm
- Forum: Windows
- Topic: Listing all my Music
- Replies: 13
- Views: 1396
Re: Listing all my Music
How do I put Gracenote onto Audacity? You don't. Audacity has no support for metadata lookup. Do you want to vote for that? It may not be simple, because some of the developers think there are security implications in Audacity accepting incoming data from the internet. There could also be licensing...