Page 1 of 1

Which files have the callback functions in them?

Posted: Tue Sep 17, 2013 1:40 am
by Lassar
I am wanting to do some automation on Audacity.

I download the source code.

There are a lot of files in it.

Which files have the call back functions to the windows,menus, and dialogs?

Don't suggest auto it. I tried it and just can't get it to work good enough.

What I am planning to do, is to send direct messages to the windows, menus, and dialogs of Audacity.

Re: Which files have the callback functions in them?

Posted: Tue Sep 17, 2013 1:45 am
by Gale Andrews
You can compile Audacity and mod-script-pipe the same day and then use a perl script. Please see http://manual.audacityteam.org/o/man/scripting.html .


Gale