Changeset 325

Show
Ignore:
Timestamp:
01/27/06 13:14:32 (3 years ago)
Author:
conrad
Message:

fix up to work with jack (play the mix_deck not scrubby_deck)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • scrubbery/trunk/src/scrubbery.c

    r321 r325  
    208208#endif 
    209209 
    210 #if 0 
     210#ifndef USE_JACK 
    211211  monitor = remix_monitor_new (remix); 
    212212  monitor_layer = remix_layer_new_ontop (remix, mix_track, REMIX_TIME_BEAT24S); 
     
    10921092  } 
    10931093 
    1094   remix_process (remix, scrubby_deck, nframes, RemixNone, output_stream); 
     1094  remix_process (remix, mix_deck, nframes, RemixNone, output_stream); 
    10951095 
    10961096  pthread_mutex_unlock (&render_lock);