Search found 59476 matches

by steve
Wed Jan 08, 2020 6:37 pm
Forum: Windows
Topic: Connecting electronic drums to Audacity
Replies: 5
Views: 5900

Re: Connecting electronic drums to Audacity

Do your electronic drums send audio or MIDI over the USB?
by steve
Wed Jan 08, 2020 6:05 pm
Forum: Windows
Topic: Why does audacity stop recording at the end of the previously recorded track?
Replies: 9
Views: 681

Re: Why does audacity stop recording at the end of the previously recorded track?

waxcylinder wrote:
Wed Jan 08, 2020 4:11 pm
You'll need to log this as a Linux P1 regression, Steve.
I've re-tested. I'm not sure if something has changed, or whether it was user error (on my part), but it's working correctly for me now. I'm guessing it was user error.
by steve
Wed Jan 08, 2020 6:03 pm
Forum: Windows
Topic: Labeling Tracks bombs & suggestions
Replies: 23
Views: 844

Re: Labeling Tracks bombs & suggestions

But I note that it only affects tracks created by recording. Yes, that's why it's in the Recording Preferences. One of the main objectives was to provide a way to know when events in the recording occurred (enable the timestamp option, and add the Timeline time to the time logged in the track name)...
by steve
Wed Jan 08, 2020 4:30 pm
Forum: Windows
Topic: Labeling Tracks bombs & suggestions
Replies: 23
Views: 844

Re: Labeling Tracks bombs & suggestions

waxcylinder wrote:
Wed Jan 08, 2020 4:14 pm
That's cute
I know, I made it :mrgreen:
by steve
Wed Jan 08, 2020 2:11 pm
Forum: Windows
Topic: Why does audacity stop recording at the end of the previously recorded track?
Replies: 9
Views: 681

Re: Why does audacity stop recording at the end of the previously recorded track?

This is an officially supported Audacity feature - it didn't use to work properly but we fixed that bug you may recall Steve - in fact its the basis of your mini-tutorial on punch-in repair: https://manual.audacityteam.org/man/tutorial_punch_in_repair_of_recordings.html Thanks for mentioning that w...
by steve
Wed Jan 08, 2020 2:05 pm
Forum: Windows
Topic: Labeling Tracks bombs & suggestions
Replies: 23
Views: 844

Re: Labeling Tracks bombs & suggestions

That's only helpful if you also go to Tracks Preferences and turn "on" "Show Audio track name as overlay" - as in the Track Control panel there is only room for "Audio Track" and not the numbering which gets truncated You can give the track a custom name that is short ...
by steve
Wed Jan 08, 2020 1:02 pm
Forum: Windows
Topic: Labeling Tracks bombs & suggestions
Replies: 23
Views: 844

Re: Labeling Tracks bombs & suggestions

While I'm recording lectures etc, I often take notes in the label track, to save listen-time for later clean-up, etc. But most times that causes the recording to stop with NO WARNING, often un-noticed for awhile. Tip: Be very cautious using the spacebar while recording. The spacebar is the keyboard...
by steve
Wed Jan 08, 2020 10:37 am
Forum: Windows
Topic: Mains hum: notch filter alternative?
Replies: 30
Views: 4770

Re: Mains hum: notch filter alternative?

The old "Equalization" effect had gathered rather a lot of bugs, so it was rewritten as two separate effects: "Graphic Eq" and "Filter Curve". The good news is that the new effects are stable and most of the old bugs are now fixed. The bad news is that the new effects a...
by steve
Wed Jan 08, 2020 10:26 am
Forum: Macros and Scripting
Topic: mod-script-pipe: get selection [SOLVED]
Replies: 5
Views: 716

Re: mod-script-pipe: get selection [SOLVED]

(not sure if there is a protocol here to mark a topic "solved" or otherwise closed...) Often we leave topics open, but if there's a clear resolution of the issue, then one of the moderators may decide to close it so that the solution remains at (or near) the end of the topic. I'll close t...
by steve
Wed Jan 08, 2020 9:17 am
Forum: Macros and Scripting
Topic: getting or sending current position (play or record)
Replies: 1
Views: 404

Re: getting or sending current position (play or record)

Audacity does not have MIDI clock control, or Jack Transport control, and you can't get the play position from scripting commands. However, you can tell Audacity where to start playback via Python scripting (which gives you the initial play position), and you can measure elapsed time with Python, so...