Can tracks be moved in and out based on database/programming manipulation?
If "yes," what programming language would I need to accomplish this?
Karen
Can tracks be moved in and out based on data
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
-
Littleviews
- Posts: 4
- Joined: Tue Oct 16, 2012 10:22 pm
- Operating System: Please select
Re: Can tracks be moved in and out based on data
You will need to describe what you want to do in a lot more detail.Littleviews wrote:Can tracks be moved in and out based on database/programming manipulation?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
Littleviews
- Posts: 4
- Joined: Tue Oct 16, 2012 10:22 pm
- Operating System: Please select
Re: Can tracks be moved in and out based on data
I build information "on the fly" based based on database calls (selections) as executed through a programming language.
I would like to automatically build custom audio information, selecting tracks through a programming language and database calls.
Right now, I can do this manually based on structured criteria. I've given each track in my project a unique number which could correspond to a record in a database.
The question I have is whether I can manipulate tracks programmatically using ???? programming language linked to a database.
Karen
I would like to automatically build custom audio information, selecting tracks through a programming language and database calls.
Right now, I can do this manually based on structured criteria. I've given each track in my project a unique number which could correspond to a record in a database.
The question I have is whether I can manipulate tracks programmatically using ???? programming language linked to a database.
Karen
Re: Can tracks be moved in and out based on data
You could possibly do it in C++, but I'm unclear why you want to use Audacity for this.
You seem to imply that you are wanting to do real-time manipulations, but Audacity does very little in real time.
Audacity has some experimental scripting support, but Audacity is primarily designed as a non-real-time graphical application.
In short, how does this relate to Audacity, and would it not be easier to just incorporate an audio I/O library into your program, in whatever programming language you are most familiar with?
You seem to imply that you are wanting to do real-time manipulations, but Audacity does very little in real time.
Audacity has some experimental scripting support, but Audacity is primarily designed as a non-real-time graphical application.
In short, how does this relate to Audacity, and would it not be easier to just incorporate an audio I/O library into your program, in whatever programming language you are most familiar with?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)