Search found 11 matches
- Sun Feb 24, 2019 3:18 pm
- Forum: Adding Features to Audacity
- Topic: Macro Feature Requests..
- Replies: 4
- Views: 293
Re: Macro Feature Requests..
Indeed, I was aware that the macros can be edited like XML but would be nice to see that functionality right in the GUI. For another Macros feature request: 3) Add the ability to drag macros around in the step list in addition to merely clicking Move Up or Move Down. Fantastic work at the Audacity t...
- Sun Feb 24, 2019 4:52 am
- Forum: Adding Features to Audacity
- Topic: Macro Feature Requests..
- Replies: 4
- Views: 293
Macro Feature Requests..
Working with 2.3 its quite an impressive piece of audio software (I use many high end apps like Goldwave, SoundForge, Audition, etc) and find the batching logic pretty damn impressive when compared to others. Wow.. well done! 8-) Can I offer two suggestions to add for the "Manage Macros" section: 1)...
- Sat Feb 23, 2019 6:30 pm
- Forum: Windows
- Topic: Mixing Tracks with Macros
- Replies: 7
- Views: 381
Re: Mixing Tracks with Macros
Utterly marvelous Steve! Very close now! Almost there! :D Ok so the final tweaks I need are: 1) Fade in the background sound fx for 0.5 second from the start (we got the end one now working but if I Select Time at Project Start it will cut off the sound fx within a second) and.. 2) Change the decibe...
- Fri Feb 22, 2019 4:27 pm
- Forum: Windows
- Topic: Mixing Tracks with Macros
- Replies: 7
- Views: 381
Re: Mixing Tracks with Macros
Almost but not quite.. Command Parameters Select End="0" RelativeTo="SelectionEnd" Track="0" Select RelativeTo="SelectionEnd" TrackCount="2" Select End="-10" RelativeTo="SelectionEnd" Track="0" Fade Out Use_Preset="<Factory Defaults>" Import2 [path to my single 14sec sound fx .wav] Delete Mix and Re...
- Wed Feb 20, 2019 4:55 pm
- Forum: Windows
- Topic: Mixing Tracks with Macros
- Replies: 7
- Views: 381
Re: Mixing Tracks with Macros
So based on what you said the Macro goes as: Command Parameters Select RelativeTo="SelectionEnd" Tracks="1" Import2 [path to my single fixed length sound fx .wav] Cursor To Track End Select Tracks Mode="Set" TrackCount="2" Selection to End Delete Mix and Render to New Track Export as WAV I'm hoping ...
- Wed Feb 20, 2019 3:03 pm
- Forum: Windows
- Topic: Mixing Tracks with Macros
- Replies: 7
- Views: 381
Re: Mixing Tracks with Macros
Thank you Steve (and everyone else in the community)! Appreciate this help. This is what I have so far in my Macro.. Command Parameters Import2 [path to my single fixed length sound fx .wav] Mix and Render to New Track Export as WAV What this does is grab the fixed length sound fx and mix it with an...
- Wed Feb 20, 2019 3:20 am
- Forum: Windows
- Topic: Mixing Tracks with Macros
- Replies: 7
- Views: 381
Mixing Tracks with Macros
Using latest Windows 10 and Audacity 2.3.0 I have a large set of voice .wav files with varying length and I want to mix a single sound fx file (fixed length) to them in a batch using Audacity's Macros system. Further, that sound fx file being applied to all those voice wav files should fade in then ...
- Sun Oct 27, 2013 10:41 pm
- Forum: Audio Processing
- Topic: How to add a wav to start and end of a set of wavs?
- Replies: 6
- Views: 1395
Re: How to add a wav to start and end of a set of wavs?
Now I wish I could do the same in Sound Forge 11.. a far more complex and expensive product.
Its VST facility support alone is a super-dream of batch processors around!
- Sun Oct 27, 2013 10:25 pm
- Forum: Audio Processing
- Topic: How to add a wav to start and end of a set of wavs?
- Replies: 6
- Views: 1395
Re: How to add a wav to start and end of a set of wavs?
Yeah Goldwave is a commercial Audio Editor but I prefer Sound Forge myself. ;) Solution in Goldwave is as follows: In Goldwave go to FileBatch Processing.. go to Process Tab and choose Add Edit.. here are my six edits in the order/sequence they should appear: Set Marker/Selection [0.0%] - [0] Copy <...
- Sun Oct 27, 2013 10:09 pm
- Forum: Audio Processing
- Topic: How to add a wav to start and end of a set of wavs?
- Replies: 6
- Views: 1395
Re: How to add a wav to start and end of a set of wavs?
I am a VBscripter so scripting would not be a problem but its moot now: I found a fantastic way to do it in Goldwave and posted my findings on their forums so its all good now. It works brilliantly! ;) Yes this for, say, 10s to hundreds of wav files that need the custom start and end wavs added to e...