Project

General

Profile

« Previous | Next » 

Revision 4c96c7c9

Added by Leszek Koltunski over 2 years ago

Add debugging option to DistortedEffects.

View differences:

src/main/java/org/distorted/library/effectqueue/EffectQueue.java
430 430
    mUBF.markForDeletion();
431 431
    }
432 432

  
433
///////////////////////////////////////////////////////////////////////////////////////////////////
434

  
435
  public String retEffects()
436
    {
437
    String dbg="";
438

  
439
    for(int i=0; i<mNumEffects; i++)
440
      {
441
      dbg += (i+": "+mEffects[i].getString()+" ");
442
      }
443

  
444
    return dbg;
445
    }
446

  
433 447
///////////////////////////////////////////////////////////////////////////////////////////////////
434 448

  
435 449
  public void doWork()

Also available in: Unified diff