traverso-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Traverso-devel] CDRDAO export


From: Jonatan Liljedahl
Subject: Re: [Traverso-devel] CDRDAO export
Date: Wed, 09 May 2007 23:31:30 +0200
User-agent: Thunderbird 1.5.0.4 (X11/20060516)

Nicola Döbelin wrote:
> On Wednesday 09 May 2007 22:56:03 Jonatan Liljedahl wrote:
>> Nicola Döbelin wrote:
>>> I just committed some changes to the cdrdao export. It should now behave
>>> correctly in all situations, but the implementation was a bit more
>>> confusing than I first thought, due to the fact that we have two
>>> 'competing' ways of laying out a CD:
>>>
>>>  - 1 song = 1 track
>>>  - with trackmarkers, in that case 1 song = 1 CD
>> If you want precision of how tracks are separated on CD you need to use
>> 1 song = 1 CD, for example if you want to tracks to fade into each
>> other, etc... it's also easier to see and hear the amount of silence
>> between tracks.
> 
> I agree, that's why I came up with the marker idea some time ago. But Remon 
> explained why he prefers to work with songs. If you stick to one of the two 
> concepts, you won't be bothered with the other one at all. If you mix markers 
> and multiple songs, the current solution of cdrdao export tries to at least 
> do something useful. It doesn't crash, or abort, or ignore markers, and that 
> was my goal. Please let me know how it works for you.

I see no conflict in combining them! One could have a long
live-recording which you want to split up into separate tracks, and then
another live-recording to do the same. Then you have 2 songs with
multiple trackmarks, and you probably want them on CD like this:

1: song 1 mark 1
2: song 1 mark 2
3: song 1 mark 3
4: song 2 mark 1
5: song 2 mark 2
6: song 2 mark 3

It's just a matter of incrementing the track counter for each trackmark,
and iterate through the songs.

-- 
/Jonatan         [ http://kymatica.com ]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]