Search found 1327 matches
- Fri Jan 20, 2012 4:07 pm
- Forum: General Audio Programming
- Topic: expand on Norm's new track name in display
- Replies: 70
- Views: 34143
Re: expand on Norm's new track name in display
There are some problems--we do not have a color picker in ShuttleGUI so we must manage the wxColourPickerCtrl separately. For some reason the picker does not return the picked color (just black) after the panel is destroyed so for now I am resorting to editing the config file directly: Would it be ...
- Fri Jan 20, 2012 3:49 pm
- Forum: General Audio Programming
- Topic: scheduled recording via external scripting
- Replies: 17
- Views: 9425
Re: scheduled recording via external scripting
If the Stop script is opening a second Project or only one Project (from Start) is open but never get focus during Stop, have a look at these lines in Stop: WinActivate ("Audacity") ;SendKeepActive("Audacity");you might need this is other windows are being activated at the same t...
- Thu Jan 19, 2012 5:00 pm
- Forum: General Audio Programming
- Topic: expand on Norm's new track name in display
- Replies: 70
- Views: 34143
Re: expand on Norm's new track name in display
Somebody please review and commit Ed's patch Sorry Bill, I doubt you can get any traction on this asking here. I do not post on -QA (nor -devel) but that is probably the best place to ask. I do not understand how/why Norm's enhancement got committed in the face of the feature freeze and with no QA ...
- Thu Jan 19, 2012 4:52 pm
- Forum: General Audio Programming
- Topic: expand on Norm's new track name in display
- Replies: 70
- Views: 34143
Re: expand on Norm's new track name in display
new patch with working color storage in prefs Index: src/prefs/GUIPrefs.cpp =================================================================== --- src/prefs/GUIPrefs.cpp (revision 11419) +++ src/prefs/GUIPrefs.cpp (working copy) @@ -20,6 +20,7 @@ #include "../Audacity.h" #include <wx/defs...
- Thu Jan 19, 2012 1:00 am
- Forum: General Audio Programming
- Topic: scheduled recording via external scripting
- Replies: 17
- Views: 9425
Re: scheduled recording via external scripting
The exact strings will depend on your settings. Let us know how you get on with this!Emerogork2 wrote: Maybe my system is different but I had to make a minor change in each script.
To start the recording it became: Send ("!^+rr");
and to stop: Send(!rs");
- Wed Jan 18, 2012 10:07 pm
- Forum: General Audio Programming
- Topic: expand on Norm's new track name in display
- Replies: 70
- Views: 34143
expand on Norm's new track name in display
In yesterday's commit of Norm's patch to put the full name of the track in the wave we gained a nice GUI enhancement. Of course, I'm never satisfied so I extended it! sizeANDcolor.png I can now control both the size and color of the font in the wavetrack display! Here are two examples: two.png The c...
- Wed Jan 18, 2012 7:38 pm
- Forum: General Audio Programming
- Topic: scheduled recording via external scripting
- Replies: 17
- Views: 9425
Re: scheduled recording via external scripting
I just tested these two scripts with Win7's Task Scheduler and it worked just fine. Remember, you must have set Audacity's Audio Host, Input Device & number of channels to the proper values before executing the script (these are all "sticky" and will start with the last known values).
- Wed Jan 18, 2012 7:12 pm
- Forum: General Audio Programming
- Topic: scheduled recording via external scripting
- Replies: 17
- Views: 9425
Re: scheduled recording via external scripting
Since I have not learned about menu item selection I will use keyboard shortcuts: I set Record as <ALT + CTRL + SHIFT + R> and Stop as <ALT + CTRL + SHIFT + S> You may use your preferred shortcuts and modify the Send("!^+r") & Send("!^+s) lines as needed. In the "Record"...
- Wed Jan 18, 2012 6:32 pm
- Forum: Audio Processing
- Topic: FR: Task Scheduler, Win 7, Audacity 1.3 Beta
- Replies: 10
- Views: 8916
Re: FR: Task Scheduler, Win 7, Audacity 1.3 Beta
Microsoft packs that list with so much trash that I rarely even look there anymore but thanks for the note. I know what you mean--I frequently go in and trim it down! As for drifting off topic, I figured that it was exactly on as it concerns scheduling the event. Would this not actually cause two d...
- Wed Jan 18, 2012 6:27 pm
- Forum: General Audio Programming
- Topic: scheduled recording via external scripting
- Replies: 17
- Views: 9425
scheduled recording via external scripting
Emerogork2 asked about this here: http://forum.audacityteam.org/viewtopic.php?f=16&t=62246 and here: http://forum.audacityteam.org/viewtopic.php?f=16&t=63111&p=168104&hilit=AutoIt3#p167939 and in a Feature Request here: http://forum.audacityteam.org/viewtopic.php?f=20&t=63137 I t...