Search found 30 matches

by jerome42
Thu Mar 07, 2013 4:44 pm
Forum: General Audio Programming
Topic: switch to Spectogram display by code
Replies: 31
Views: 22314

Re: switch to Spectogram display by code

So: yes, I have quite some experience, but have too little knowledge of the C++ theory and the fine details of the language compared with those who learned C++ programming at university age and level. and then there is wxWidgets which is a whole new adventure ;) I've only just started with C++ and ...
by jerome42
Thu Mar 07, 2013 4:03 pm
Forum: General Audio Programming
Topic: switch to Spectogram display by code
Replies: 31
Views: 22314

Re: switch to Spectogram display by 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 extremely well with Windows and Audacity, for some handholding details check this out: http://www.hometownband.org/Audacity/CompilingAudacity.html#TortoiseSVN this will all...
by jerome42
Wed Mar 06, 2013 9:52 pm
Forum: General Audio Programming
Topic: switch to Spectogram display by code
Replies: 31
Views: 22314

Re: switch to Spectogram display by code

I will need a lot more specifics - what has the user done (exact steps) to get to the point where this switch over from Waveform to Spectrogram occurs; if there is an automatic process in your code which decides to switch over, I will need to see that code (a patch would help). Hi Edgar, There is l...
by jerome42
Wed Mar 06, 2013 6:10 pm
Forum: General Audio Programming
Topic: switch to Spectogram display by code
Replies: 31
Views: 22314

Re: switch to Spectogram display by code

Edgar wrote: I have some spare time for the next couple days so will try to get up to speed and see if I can help you out. More later…
Hi Edgar,
You made my day already now, but I think you know best how to keep enough spare time for yourself!
regards, jerome42
by jerome42
Tue Mar 05, 2013 11:06 am
Forum: General Audio Programming
Topic: switch to Spectogram display by code
Replies: 31
Views: 22314

Re: switch to Spectogram display by code

The track drop down menu uses index numbers for each menu option. Line 7170 of TrackPanel.cpp sets the display mode after an option has been selected in the menu: Waveform: id=1 Waveform (dB): id=2 Spectrogram: id=3 and so on. Does that help? Hello Steve, Well, you guided me anyhow some steps in th...
by jerome42
Tue Mar 05, 2013 10:24 am
Forum: General Audio Programming
Topic: switch to Spectogram display by code
Replies: 31
Views: 22314

Re: switch to Spectogram display by code

Just another reminder that no Audacity developers use the Forum. I would guess Ed (user Edgar) may be able to help you. Gale Yes, I remember you warned me earlier, but I didn't find how to access the developers group. Anyhow, does setting a breakpoint after the menu disappears help? I have not look...
by jerome42
Sun Mar 03, 2013 3:25 pm
Forum: General Audio Programming
Topic: switch to Spectogram display by code
Replies: 31
Views: 22314

switch to Spectogram display by code

Hi, The whole message cracking of Audacity is quite complex and I haven't found a layout which explains the headlines (if there is one). Therefor this question: I am looking for a message or a software command or something alike with which I can write C++ code (Windows) to switch between the Wavefor...
by jerome42
Sun Jan 27, 2013 10:43 pm
Forum: Windows
Topic: Separating tracks on the fly
Replies: 14
Views: 1727

Re: Separating tracks on the fly

Even if we wanted a new box like you have, it would not be accepted in Selection Toolbar because that is already full at the minimum supported width of 800 px if you change the Selection Format to hh:mm:ss + samples. The total width of the commands in the Selection Toolbar could be made a bit small...
by jerome42
Sun Jan 27, 2013 5:35 pm
Forum: Windows
Topic: Separating tracks on the fly
Replies: 14
Views: 1727

Re: Separating tracks on the fly

If even the specialists are debating with each other on how to separate tracks on the fly, how should simple users like me know?
jerome42
by jerome42
Sun Jan 27, 2013 11:18 am
Forum: Windows
Topic: Separating tracks on the fly
Replies: 14
Views: 1727

Re: Separating tracks on the fly

I'm not too clear about the difference between such a thing and CTRL + M and ENTER (which creates an empty label). Is the difference that you want a button to do this? ... If you want the developers to consider it, please attach an SVN diff (patch). ... Are these separators visible markers in the w...