Hello,
I am a competent C# programmer and have been mucking around with the source code of Audacity. Unfortunately, I am new to C/C++ and am having trouble locating specific "parts" of the program.
After I have imported some audio and am presented with the different "Tracks" and "TrackPanel"s (made it that far, haha) where can I find the relevant code that deals with when you select a time range within a Track using the mouse by clicking and dragging?
Where can I find the code that deals with when you select a time range on the "AdornedRulerPanel" (I think)?
Thanks in advance.
Code that deals with time range selection of a track?
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
-
bullyellis
- Posts: 8
- Joined: Tue Apr 10, 2012 5:50 pm
- Operating System: Please select
Re: Code that deals with time range selection of a track?
I'm not a C programmer (any flavour), but here are some links that you may find helpful:
http://wiki.audacityteam.org/wiki/ArchitecturalDesign
http://www.aosabook.org/en/audacity.html
http://wiki.audacityteam.org/wiki/ArchitecturalDesign
http://www.aosabook.org/en/audacity.html
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
bullyellis
- Posts: 8
- Joined: Tue Apr 10, 2012 5:50 pm
- Operating System: Please select
Re: Code that deals with time range selection of a track?
Thanks!
This is exactly what I was looking for!
This is exactly what I was looking for!