Search found 1327 matches
- Fri Apr 05, 2013 4:52 pm
- Forum: Feature Request Archive
- Topic: Audacity modifications request
- Replies: 13
- Views: 4908
Re: Audacity modifications request
however Ed, you must be sure you can also integrate and install/load the stripped down Audacity into AEQ's application to satisfy GPL, unless AEQ are going to do that separately themselves. I am always a bit leery about this kind of solicitation. In the past I have undertaken similar projects for p...
- Thu Apr 04, 2013 4:35 pm
- Forum: Feature Request Archive
- Topic: Keeping Temp files longer or autosave feature
- Replies: 29
- Views: 10586
Re: Keeping Temp files longer or autosave feature
"Including the undo data in the project save" only has four votes right now. Robert seems to be voting for it now. How many votes would be representative of the others that missed getting on to Wiki? Conceptually I am +1 but realistically I think there are too many pitfalls to implement t...
- Thu Apr 04, 2013 4:27 pm
- Forum: Feature Request Archive
- Topic: Audacity modifications request
- Replies: 13
- Views: 4908
Re: Audacity modifications request
- Save file always in an specific format. - Up to only 2 tracks. - Remove the Metadata Window. - Some changes over the GUI. Your first three requests should not take more than 10 hours time for a programmer (familiar with software) to code, debug and beta test. Changing the GUI can be extremely com...
- Tue Mar 12, 2013 4:28 am
- Forum: General Audio Programming
- Topic: switch to Spectogram display by code
- Replies: 31
- Views: 22316
Re: switch to Spectogram display by code
For the moment I have no inspiration on how to go on I see what's happening to cause our approach to fail and I see how to resolve the problem. It's going to take quite a bit of code and there's absolutely no way to do it cleanly in an object-oriented way (at least that I can see). The code is fail...
- Thu Mar 07, 2013 6:42 pm
- Forum: General Audio Programming
- Topic: switch to Spectogram display by code
- Replies: 31
- Views: 22316
Re: switch to Spectogram display by code
I never liked working under sourcecontrol systems […] the installation of TortoiseSVN, which I installed only this morning at your request. Like you I have some other things to do next days. Playing around with TortoiseSVN and responding to your other remarks and advises will have to wait, although...
- Wed Mar 06, 2013 11:16 pm
- Forum: General Audio Programming
- Topic: switch to Spectogram display by code
- Replies: 31
- Views: 22316
Re: switch to Spectogram display by code
Okay, wake up <grin>! Now I have a better idea of what you are trying to accomplish and can recommend some steps and give you some pointers to the appropriate code. At some point it's going to be mandatory for you to install an SVN client; TortoiseSVN is your best bet as it is known to work extremel...
- Wed Mar 06, 2013 6:57 pm
- Forum: General Audio Programming
- Topic: switch to Spectogram display by code
- Replies: 31
- Views: 22316
Re: switch to Spectogram display by code
I just grabbed SVN HEAD (commit 12244) and had a look at: virtual void OnSetDisplay (wxCommandEvent &event); note that this is Protected not Private. Depending on where you need to call this function from there are three routes to do so: 1) If it will only be called from another method of "...
- Wed Mar 06, 2013 5:58 pm
- Forum: General Audio Programming
- Topic: switch to Spectogram display by code
- Replies: 31
- Views: 22316
Re: switch to Spectogram display by code
Hi Jerome42! I got your PM and apologize for not chiming in the earlier on this thread; the subject matter is way out of my area of familiarity - I've never actually used the Spectrogram display. A quick read through of your PM and this thread leaves me a little bit in the dark (not an uncommon occu...
- Fri Mar 01, 2013 6:06 pm
- Forum: Feature Request Archive
- Topic: WIP: Enhancing Multichannel / Fix Single Channel Recording
- Replies: 13
- Views: 9286
Re: WIP: Enhancing Multichannel / Fix Single Channel Recordi
It seems I'm not allowed to edit any of my posts (yet), We *much* prefer that people post updates as a new post. I see; then the forum is probably not the appropriate repository for "work in progress" patches. Back in the dark ages we had a formal repository for this kind of patch but it ...
- Tue Feb 26, 2013 9:33 pm
- Forum: Feature Request Archive
- Topic: WIP: Enhancing Multichannel / Fix Single Channel Recording
- Replies: 13
- Views: 9286
Re: WIP: Enhancing Multichannel / Fix Single Channel Recordi
Given the inherent difficulty of searching through the -devel mailing list looking for the most current patch, it might make some sense for Sven to edit the initial post in this thread and attach each new patch as it becomes available. Since only editing an old post may not trigger the "New Pos...