Project

General

Profile

« Previous | Next » 

Revision d4d1958a

Added by Leszek Koltunski over 3 years ago

Minor.

View differences:

src/main/java/org/distorted/library/main/DistortedEffects.java
45 45
    return mQueues;
46 46
    }
47 47

  
48
///////////////////////////////////////////////////////////////////////////////////////////////////
49

  
50
  static void onDestroy()
51
    {
52
    mNextID =  0;
53
    }
54

  
55 48
///////////////////////////////////////////////////////////////////////////////////////////////////
56 49
// PUBLIC API
57 50
///////////////////////////////////////////////////////////////////////////////////////////////////
src/main/java/org/distorted/library/main/DistortedLibrary.java
1136 1136
      InternalNodeData.onDestroy();
1137 1137
      InternalMaster.onDestroy();
1138 1138
      InternalOutputSurface.onDestroy();
1139
      DistortedEffects.onDestroy();
1140 1139
      EffectQueue.onDestroy();
1141 1140
      Effect.onDestroy();
1142 1141
      DeferredJobs.onDestroy();

Also available in: Unified diff