Project

General

Profile

« Previous | Next » 

Revision d5b709df

Added by Leszek Koltunski about 5 years ago

Cut another interdependency between the Queues and the rest: it is no longer necessary to add DNodes to PostprocessQueue to rearrange the Nodes by buckets. The rearranging is now done on next render instead.

View differences:

src/main/java/org/distorted/library/main/DistortedEffects.java
43 43
    return mQueues;
44 44
    }
45 45

  
46
///////////////////////////////////////////////////////////////////////////////////////////////////
47

  
48
  void newNode(DistortedNode node)
49
    {
50
    EffectQueue.newNode(mQueues,node);
51
    }
52

  
53
///////////////////////////////////////////////////////////////////////////////////////////////////
54

  
55
  void removeNode(DistortedNode node)
56
    {
57
    EffectQueue.removeNode(mQueues,node);
58
    }
59

  
60 46
///////////////////////////////////////////////////////////////////////////////////////////////////
61 47

  
62 48
  static void onDestroy()

Also available in: Unified diff