Changeset 325
- Timestamp:
- 01/27/06 13:14:32 (3 years ago)
- Files:
-
- scrubbery/trunk/src/scrubbery.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
scrubbery/trunk/src/scrubbery.c
r321 r325 208 208 #endif 209 209 210 #if 0210 #ifndef USE_JACK 211 211 monitor = remix_monitor_new (remix); 212 212 monitor_layer = remix_layer_new_ontop (remix, mix_track, REMIX_TIME_BEAT24S); … … 1092 1092 } 1093 1093 1094 remix_process (remix, scrubby_deck, nframes, RemixNone, output_stream);1094 remix_process (remix, mix_deck, nframes, RemixNone, output_stream); 1095 1095 1096 1096 pthread_mutex_unlock (&render_lock);
