Mike Messinides

Results 2 issues of Mike Messinides

Open onTheSensationsOfTone_final.blue example, Compare polyobject "ic" in the fourth layer from the top and "chord(-12)" in the tenth layer from the top. Clicking on each of them, there are identical...

Note Processor

void AudioEffectGranular::beginFreeze_int(int grain_samples) { __disable_irq(); grain_mode = 1; if (grain_samples < max_sample_len) { freeze_len = grain_samples; } else { freeze_len = grain_samples; } The assignment in else clause should be...