startup macro
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
-
- Posts: 4
- Joined: Wed Oct 21, 2020 9:33 pm
- Operating System: Linux *buntu
startup macro
I would like to be able to run audacity with a macro at startup. Is this possible?
Re: startup macro
Audacity does not have that feature.
What are you trying to achieve?
What are you trying to achieve?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
- Posts: 4
- Joined: Wed Oct 21, 2020 9:33 pm
- Operating System: Linux *buntu
Re: startup macro
Sorry for long delay. I gave up on this and moved on to other things.
What I wanted to achieve was to create background music for a slide show presentation by making a random selection from a file of tracks. I had a script to select files and randomly assign them to a number. Audacity would then open the first, import the rest, align them all and export a single track.
What I wanted to achieve was to create background music for a slide show presentation by making a random selection from a file of tracks. I had a script to select files and randomly assign them to a number. Audacity would then open the first, import the rest, align them all and export a single track.
Re: startup macro
I expect it can. Either of them can launch applications and then send commands to that application.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
- Posts: 4
- Joined: Wed Oct 21, 2020 9:33 pm
- Operating System: Linux *buntu
Re: startup macro
Try "AutoKey".pansmanser wrote: ↑Thu Feb 11, 2021 9:07 pmI believe AutoHotKey is a Windows program, but I am running linux.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
- Posts: 4
- Joined: Wed Oct 21, 2020 9:33 pm
- Operating System: Linux *buntu
Re: startup macro
Thanks @Steve, I'm looking into that.