Page 1 of 1

[Tool] Audacity 2.3.1 x32 but with a loop button

Posted: Sun Jul 07, 2024 4:44 pm
by KBM-Quine
I got tired of keeping track of the loopstart & loopend points while doing music looping. so i did something about it.
in action: show
Image
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:
  • project sample rate over 44100Hz
  • file lengths over 5 minutes of play time
  • OSs other then win 10 x64
otherwise, feel free to port my code to tenacity if you can. i really wanted to but i can not get the thing to build at all.

- 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

Image

Re: [Tool] Audacity 2.3.1 x32 but with a loop button

Posted: Tue Jul 09, 2024 9:04 am
by Darkonius Mavakar
based and blessed

Re: [Tool] Audacity 2.3.1 x32 but with a loop button

Posted: Tue Jul 09, 2024 11:13 am
by Ness-Wednesday
Finally, after eight years... the days of no longer needing to memorize samples typed on a text file... are nigh...
Thank you so much for this!

Re: [Tool] Audacity 2.3.1 x32 but with a loop button

Posted: Wed Jul 10, 2024 3:09 pm
by mariobrigade2018
OMG you’re an angel for this. TYSM!