[go: up one dir, main page]

Menu

#45 End time set to last recorded track

open
nobody
None
5
2013-01-13
2008-02-27
skinhat
No

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.

Discussion

  • Martin

    Martin - 2009-07-03

    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();
    }

     
  • Martin

    Martin - 2009-07-03

    how can i add new code here?

     

Log in to post a comment.