[Tool] Audacity 2.3.1 x32 but with a loop button
Posted: Sun Jul 07, 2024 4:44 pm
I got tired of keeping track of the loopstart & loopend points while doing music looping. so i did something about it.
i modified audacity 2.3.1 x32 because it's all i could manage to build. includes a win x32 build and my edited source files from 2.3.1 (it's just edits to tags.cpp & tags.h from audacity 2.3.1) and some notes/a guide i used. enjoy!
- Disclaimer -
i made this for personal convenience and it took 6-8 hours. i may not keep up on it much if at all. as such the following is majorly untested:
- Changelog -
- initial release (Jul 07, 2024) -
● loop button added
○ adds(or overwrites empty tags at the end of the list) loopstart/loopend based on selection
- Jul 08, 2024 -
● fixed(?) random off-by-ones (thanks double to int conversion...)
● will now overwrite any existing loopstart/loopend tags
● cleaned up thread and fixed some wording mistakes. no sleep will do that to ya.
- Known Issues/Bugs -
N/A ATM

in action: show
- Disclaimer -
i made this for personal convenience and it took 6-8 hours. i may not keep up on it much if at all. as such the following is majorly untested:
- project sample rate over 44100Hz
- file lengths over 5 minutes of play time
- OSs other then win 10 x64
- Changelog -
- initial release (Jul 07, 2024) -
● loop button added
○ adds(or overwrites empty tags at the end of the list) loopstart/loopend based on selection
- Jul 08, 2024 -
● fixed(?) random off-by-ones (thanks double to int conversion...)
● will now overwrite any existing loopstart/loopend tags
● cleaned up thread and fixed some wording mistakes. no sleep will do that to ya.
- Known Issues/Bugs -
N/A ATM
