From 5c26071d0bbb15844737121dbfe1b54bea882eba Mon Sep 17 00:00:00 2001 From: Werner Schweer Date: Sat, 28 Oct 2006 10:43:44 +0000 Subject: updates --- muse/synti/zynaddsubfx/Misc/Master.C | 13 ++++-------- muse/synti/zynaddsubfx/Misc/Part.C | 41 ++++++++++++++++++++---------------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/muse/synti/zynaddsubfx/Misc/Master.C b/muse/synti/zynaddsubfx/Misc/Master.C index 87142c09..8b68d560 100644 --- a/muse/synti/zynaddsubfx/Misc/Master.C +++ b/muse/synti/zynaddsubfx/Misc/Master.C @@ -49,16 +49,13 @@ Master::Master(){ fakepeakpart[npart]=0; }; - for (int i=0;igeteffect()==0) continue;//the effect is disabled //Clean up the samples used by the system effects - for (i=0;icleanup(); for (int n=0;nready!=0) adnote->noteout(&tmpoutl[0],&tmpoutr[0]); - else for (i=0;ifinished()!=0){ delete (adnote); partnote[k].kititem[item].adnote=NULL; @@ -519,7 +518,10 @@ void Part::ComputePartSmps(){ if (subnote!=NULL) { noteplay++; if (subnote->ready!=0) subnote->noteout(&tmpoutl[0],&tmpoutr[0]); - else for (i=0;iready!=0) padnote->noteout(&tmpoutl[0],&tmpoutr[0]); - else for (i=0;ifinished()!=0){ delete (padnote); partnote[k].kititem[item].padnote=NULL; -- cgit v1.2.3