Changeset 37

Show
Ignore:
Timestamp:
05/12/07 10:21:48 (2 years ago)
Author:
gordonjcp
Message:

re-enabled the other voices and ensemble, will tag this as a demo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nekostring/trunk/src/neko-dssi.c

    r36 r37  
    458458    } 
    459459        // gjcp - this looks like where "global" effects should be! 
    460         //ensemble (synth->left, synth->right, sample_count, synth); 
     460        ensemble (synth->left, synth->right, sample_count, synth); 
    461461 
    462462 
  • nekostring/trunk/src/neko_voice_render.c

    r36 r37  
    322322        vco(sample_count, voice, &voice->osc_cello, osc_index, 0.001, 0.4-(kf/2), *(synth->cello), deltat * omega1/2); 
    323323        // generate viola 
    324 //    vco(sample_count, voice, &voice->osc_viola, osc_index, 0.02, 0.25+kf, *(synth->viola), deltat * omega1); 
     324      vco(sample_count, voice, &voice->osc_viola, osc_index, 0.02, 0.25+kf, *(synth->viola), deltat * omega1); 
    325325        // generate violin 
    326 //    vco(sample_count, voice, &voice->osc_violin, osc_index, 0.03, 0.85+kf, *(synth->violin), deltat * omega1*2); 
     326      vco(sample_count, voice, &voice->osc_violin, osc_index, 0.03, 0.85+kf, *(synth->violin), deltat * omega1*2); 
    327327 
    328328        // apply the VCA, copying the buffer as we go