Search found 59476 matches
- Wed Jun 27, 2018 9:30 am
- Forum: Adding Features to Audacity
- Topic: Rhythm track suggestion - Note types
- Replies: 11
- Views: 1246
Re: Rhythm track suggestion - Note types
Currently, to create compound rhythms you have to assemble them yourself. For example, for 7/8 as " 1 2 3 1 2 3 4" you would generate one bar of 3, then one bar of 4. The phrase can then be repeated as necessary using the "Repeat" effect (https://manual.audacityteam.org/man/repea...
- Wed Jun 27, 2018 9:08 am
- Forum: Nyquist
- Topic: Tools Menu
- Replies: 30
- Views: 9116
Re: Tools Menu
Audacity uses, if I'm not mistaken, ; i18n-hint The semicolon is the LISP symbol for comments (the hash would be for python, matlab etc.) This is followed by a space or another character that indicates the kind of translator comment (e.g. .,! ) However, it doesn't seem to be used in Nyquist plug-in...
- Tue Jun 26, 2018 11:58 pm
- Forum: Windows
- Topic: Time Window for Analyze/Plot Spectrum
- Replies: 3
- Views: 241
Re: Time Window for Analyze/Plot Spectrum
The source code is here: https://github.com/audacity/audacity/bl ... Window.cpp
- Tue Jun 26, 2018 10:53 pm
- Forum: Windows
- Topic: Audio skipping
- Replies: 5
- Views: 236
Re: Audio skipping
If you want to use 44100 Hz (CD standard), check in both the recording and playback settings in the Control Panel and ensure that everything is set to 44100.
- Tue Jun 26, 2018 10:38 pm
- Forum: Windows
- Topic: Audio skipping
- Replies: 5
- Views: 236
Re: Audio skipping
Check in the Windows Sound Control Panel that the device that you are recording from is also set to 44100 Hz.
- Tue Jun 26, 2018 9:35 pm
- Forum: Windows
- Topic: Audio skipping
- Replies: 5
- Views: 236
Re: Audio skipping
My guess is that you are using WASAPI host to record streaming audio and you have a mismatch of sample rates somewhere.
- Tue Jun 26, 2018 6:56 pm
- Forum: Windows
- Topic: Time Window for Analyze/Plot Spectrum
- Replies: 3
- Views: 241
Re: Time Window for Analyze/Plot Spectrum
The selection is analyzed in steps of "Size / 2" (50% overlap of the windows), up to a maximum of 10485760 samples, or the end of the selection (whichever comes first). If multiple tracks are selected, the audio data in the tracks is mixed in RAM prior to the analysis. The (dB) levels in t...
- Tue Jun 26, 2018 4:22 pm
- Forum: Windows
- Topic: splicing multitrack files together
- Replies: 3
- Views: 175
Re: splicing multitrack files together
Generally I would recommend that you avoid working with the whole 3 hours in one go. Even with a fast computer and a very large solid state drive, handling hundreds of GB of data is very demanding on the computer and you are likely to find that editing becomes frustratingly sluggish. When it is unav...
- Tue Jun 26, 2018 1:52 pm
- Forum: Windows
- Topic: problem with solo/mute button interaction
- Replies: 3
- Views: 478
Re: problem with solo/mute button interaction
As you are using the current version of Audacity on Windows, I have moved this to the Windows forum. Generally this will be the best forum board for you to post questions. (The 2.3.0 version is the pre-release development version and is not recommended for production use, just for testing). The beha...
- Tue Jun 26, 2018 12:55 pm
- Forum: Windows
- Topic: BUG Exporting LOF files
- Replies: 3
- Views: 176
Re: BUG Exporting LOF files
I'm finding your description hard to follow. LOF files are plain text, so the phrase "Exporting the LOF file to wav" does not make sense.
Perhaps you could give step by step instructions to reproduce the issue.
Perhaps you could give step by step instructions to reproduce the issue.