Search found 59476 matches

by steve
Sat Dec 01, 2018 3:02 pm
Forum: Windows
Topic: Creating an album
Replies: 5
Views: 1146

Re: Creating an album

The best (most widely compatible) way to group MP3s together as an album, is to create a "playlist". Most audio players provide a means to create a playlist (refer to the documentation of your audio player).
by steve
Sat Dec 01, 2018 2:58 pm
Forum: Windows
Topic: Album
Replies: 1
Views: 83

Re: Album

A few users have reported doing so, but more often Audacity is used alongside other tools when creating an album. It's unusual for an album to be created exclusively with one software application.
by steve
Sat Dec 01, 2018 2:53 pm
Forum: macOS
Topic: Japanese: Sliding Time Stretch not working in Audacity 2.3.0
Replies: 1
Views: 185

Re: Japanese: Sliding Time Stretch not working in Audacity 2.3.0

In Audacity 2.3.0, the name of this effect was changed from "Sliding Time Stretch / Pitch Shift", to "Sliding Stretch". I think what has happened is that your effects menu has not updated correctly for this change. Try opening the Effect Manager (https://manual.audacityteam.org/m...
by steve
Sat Dec 01, 2018 2:37 pm
Forum: Adding Features to Audacity
Topic: Audacity User Manual index of subjects
Replies: 9
Views: 803

Re: Audacity User Manual index of subjects

Audacity has more support for MIDI than it used to have (MIDI files can be played and simple cut/paste edits can be performed), but it is still far from "full MIDI support". MIDI is handled in Audacity as "Note Tracks". Search the home page for "Note Tracks" and you wil...
by steve
Sat Dec 01, 2018 2:33 pm
Forum: Windows
Topic: Error Message. Opening Sound Device.
Replies: 2
Views: 324

Re: Error Message. Opening Sound Device.

Check in the Windows Sound Control Panel and ensure that the device you are trying to use is enabled and working. Also check that it is configured to use the same sample rate as you are using in Audacity. Note that mono devices (such as USB microphones) should be set to record 1 channel (mono). Ster...
by steve
Sat Dec 01, 2018 2:29 pm
Forum: Windows
Topic: Play from end of selection OR save selection position?
Replies: 1
Views: 94

Re: Play from end of selection OR save selection position?

You can play from just before, or just after the end of the selection using "Quick Play" (https://manual.audacityteam.org/man/timeline.html#tqp). You can't play exactly from the end using this method because that interferes with adjusting the Quick Play region. Alternatively I wondered whe...
by steve
Sat Dec 01, 2018 2:11 pm
Forum: Windows
Topic: Macro equivalent fro "insert silence"?
Replies: 14
Views: 1802

Re: Macro equivalent fro "insert silence"?

Please spend a little more efforts in documenting this behavior, Regarding Macros and Scripting, there has been a huge amount of new stuff added very recently. The documentation is catching up, but as the features are so new, it is still in part a moving target (example: the change in "GetInfo...
by steve
Sat Dec 01, 2018 1:50 pm
Forum: Windows
Topic: Midi sysex?
Replies: 7
Views: 512

Re: Midi sysex?

lordskylark wrote:
Sat Dec 01, 2018 7:48 am
Does the audacity interface simply not support sysex messages to the midi device
What makes you think that?
I can see that Audacity supports bank selection, program change, volume, pan and other standard controllers. What messages are in your MID file that are not being sent?
by steve
Sat Dec 01, 2018 1:18 pm
Forum: Windows
Topic: Macro: How to make a selection relative to labels
Replies: 18
Views: 1700

Re: Macro: How to make a selection relative to labels

here is the code: You have several incorrect changes in there that are not in my original code. This is the full code for Audacity 2.3.0: ;nyquist plug-in ;version 4 ;type tool ;name "Fade between labels" ;author "Steve Daulton" ;release 2.3.1 ;copyright "Released under ter...
by steve
Sat Dec 01, 2018 1:09 pm
Forum: Windows
Topic: Settings for Hum remover
Replies: 7
Views: 409

Re: Settings for Hum remover

If you look at the spectrum (https://manual.audacityteam.org/man/plot_spectrum.html) you will see that the hum is primarily at about 56 Hz (not the usual 50 or 60 Hz). You try using the "Notch Filter" (https://manual.audacityteam.org/man/notch_filter.html) with settings of: 56 Hz, Q = 2 an...