Project

General

Profile

« Previous | Next » 

Revision 26a4e5f6

Added by Leszek Koltunski almost 7 years ago

Reorganize the way we add and remove all Effects (do it through DistortedMaster and is POSTPROCES - adjust Bucket and SORT Nodes).

Buggy: removing effects does not work.

View differences:

src/main/java/org/distorted/library/main/Distorted.java
24 24
import android.content.pm.ConfigurationInfo;
25 25
import android.content.res.Resources;
26 26

  
27
import org.distorted.library.effect.Effect;
27 28
import org.distorted.library.program.*;
28 29

  
29 30
///////////////////////////////////////////////////////////////////////////////////////////////////
......
149 150
    DistortedEffects.onDestroy();
150 151
    DistortedMaster.onDestroy();
151 152
    EffectQueue.onDestroy();
153
    Effect.onDestroy();
152 154
    EffectMessageSender.stopSending();
153 155

  
154 156
    mInitialized = false;

Also available in: Unified diff