Search found 5 matches
- Wed Feb 18, 2009 6:42 pm
- Forum: General Audio Programming
- Topic: Split Stereo Track Into 2 Mono Tracks
- Replies: 8
- Views: 11641
Re: Split Stereo Track Into 2 Mono Tracks
Hi Steve, I am delighted to hear that the Split To Mono feature is being considered. Hope it makes it into the next version. As to me doing dev work for Audacity: I have already contributed to the project some years ago when I helped with the "Precise Volume Controls" feature. I would like to do mor...
- Mon Feb 16, 2009 7:17 pm
- Forum: General Audio Programming
- Topic: Split Stereo Track Into 2 Mono Tracks
- Replies: 8
- Views: 11641
Re: Split Stereo Track Into 2 Mono Tracks
This is my modification to Audacity 1.3.6 TrackPanel.cpp, Line 6,132, add the following: //make the split tracks mono mPopupMenuTarget->SetChannel(Track::MonoChannel); if(partner) partner->SetChannel(Track::MonoChannel); Make sure this occurs before the call to MakeParentPushState() otherwise undo/r...
- Sun Feb 15, 2009 6:24 pm
- Forum: General Audio Programming
- Topic: Split Stereo Track Into 2 Mono Tracks
- Replies: 8
- Views: 11641
Re: Split Stereo Track Into 2 Mono Tracks
I have tried "stereo track to mono" and it doesnt do what I want. It creates one single mono track, but I want 2 different mono tracks. I am doing 2 track recording using a stereo mixing desk, so I need to convert a single stereo track into 2 seperate mono tracks. At the moment this involves doing "...
- Sun Feb 08, 2009 5:17 pm
- Forum: General Audio Programming
- Topic: Split Stereo Track Into 2 Mono Tracks
- Replies: 8
- Views: 11641
Split Stereo Track Into 2 Mono Tracks
I would like to suggest an improvement to the Audacity "split stereo track feature": Instead of splitting the Stereo track into Left and Right tracks as it does now, it should split into 2 Mono tracks. I have already made this modification by compiling from Source Code on Linux and find it an excell...
- Thu Feb 05, 2009 9:28 pm
- Forum: General Feedback and Discussion
- Topic: Split Stereo Track Into 2 Mono Tracks
- Replies: 1
- Views: 596
Split Stereo Track Into 2 Mono Tracks
I would like to suggest an improvement to the Audacity "split stereo track feature": Instead of splitting the Stereo track into Left and Right tracks as it does now, it should split into 2 Mono tracks. I have already made this modification by compiling from Source Code on Linux and find it an excell...