Search found 1327 matches
- Mon Jan 23, 2012 6:10 am
- 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
OK, here is what it looks like: plf.png bff.png The current stumbling block is that I have not figured out how to store a system font in Prefs--mañana. The following patch has all the old patch stuff commented out. Doing it this way is far less code and removes the problem of the color picker's loca...
- Mon Jan 23, 2012 5:17 am
- 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
Change those two lines so they become: #ifdef __WXMSW__ fontSizeCtrlLocation.x = 320; fontSizeCtrlLocation.y += 200; #endif #ifdef __WXGTK__ fontSizeCtrlLocation.x = 425; fontSizeCtrlLocation.y += 260; #endif #ifdef __WXMAC__ //don't really know what the correct values are fontSizeCtrlLocation.x = 3...
- Mon Jan 23, 2012 2:09 am
- Forum: General Audio Programming
- Topic: scheduled recording via external scripting
- Replies: 17
- Views: 9425
Re: scheduled recording via external scripting
I figure the not being able "to work in other projects" meant Audacity projects. That is one of the reasons I would have liked to be able to name the instance. Audacity only allows a single instance of itself to be run at a time. That instance may have multiple Projects (note the capital ...
- Mon Jan 23, 2012 12:49 am
- 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
the colour IS shown in Preferences, but in the wrong place. I will need a capture of the entire dialog so I may measure the offsets in Linux (and I am guessing those offsets might be different on different Linux installs). If you send me one I will tailor the code with a Windows/Linux fork--very ea...
- Sun Jan 22, 2012 8:41 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
I found a tiny bug in the previous patch (a S.StartThreeColumn(); did not have a closing S.EndMultiColumn(); -- which does not seem to affect anything but is now fixed). Also, having been snowbound now for a week and having way too much time on my hands... sizeColor&Family.png This might be the ...
- Sun Jan 22, 2012 6:02 pm
- Forum: General Audio Programming
- Topic: scheduled recording via external scripting
- Replies: 17
- Views: 9425
Re: scheduled recording via external scripting
Is there a way to name the window that opens? I would guess that Audacity is there by default. This way I can control more than one open window. In short..."No". For some background have a look at: http://bugzilla.audacityteam.org/show_bug.cgi?id=322 which is a bug report tangential to th...
- Sat Jan 21, 2012 6:56 am
- Forum: General Audio Programming
- Topic: scheduled recording via external scripting
- Replies: 17
- Views: 9425
Re: scheduled recording via external scripting
I would call it a proprietary Basic. All the commands and functions are in the Help file.Emerogork2 wrote: What is the name of the language being used here?
Is there a list of commands and definitions?
- Fri Jan 20, 2012 11:27 pm
- Forum: Windows
- Topic: Crash on sample rate change
- Replies: 8
- Views: 1102
Re: Crash on sample rate change
Audacity usually crashes Hi Rod! If you can give explicit, detailed steps to produce the crash I will debug it. Tell me about the process... Are you importing audio? If so, can you post a very short piece (you might need to zip it to attach it) which exhibits this problem? If not, how is the audio ...
- Fri Jan 20, 2012 9:43 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
adding the colour picker may well have more widespread use post 2.0 if they bring back theme support. The current code for theme support-based color is quite "interesting" and IMVHO should be scrapped. Given that this text is far outside the bounds of that theme stuff it would not get col...
- Fri Jan 20, 2012 9:31 pm
- Forum: General Audio Programming
- Topic: scheduled recording via external scripting
- Replies: 17
- Views: 9425
Re: scheduled recording via external scripting
I guess this would not behave very well if I had an Audacity session already open as a project. This remains to be another test some time in the future... I accidentally tested this before the original posting...The Start script will work fine--a new Project will open and start recording. The Stop ...