Donate Share

Frinika

Tracker: Feature Requests

5 End time set to last recorded track - ID: 1902710
Last Update: Comment added ( martin8805 )

If the user doesn't set the end time then when 'export audio' it should
assume the audio is the last recorded track. Otherwise you get a wav file
that is 0 seconds long.


skinhat ( skinhat ) - 2008-02-27 04:15

5

Open

None

Nobody/Anonymous

None

None

Public


Comments ( 2 )




Date: 2009-07-03 22:39
Sender: martin8805

how can i add new code here?


Date: 2009-07-03 22:30
Sender: martin8805

it seems that the problem is caused by the end tick drawn over to the
ExportWavDialog thus this can be easily solved by this code:

if (endTick == 0){
endTick = project.getEndTick();
}



Log in to comment.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.