Browse Source

Fork for building peak mipmaps after recording.

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
b57acca314
1 changed files with 2 additions and 5 deletions
  1. +2
    -5
      Timeline/Peaks.C

+ 2
- 5
Timeline/Peaks.C View File

@@ -574,11 +574,8 @@ Peaks::finish_writing ( void )
_peak_writer = NULL;

/* now fill in the rest of the cache */
make_peaks_mipmap();

/* if ( ! fork() ) */
/* exit( make_peaks_mipmap() ); */

if ( ! fork() )
exit( make_peaks_mipmap() );
}

/* THREAD: IO */


Loading…
Cancel
Save