Package wellen

Class Loop

java.lang.Object
wellen.Loop
Direct Known Subclasses:
Pattern

public class Loop extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    after(int beat, int threshold)
     
    static boolean
    after(int beat, int threshold, int interval)
     
    boolean
    before(int beat, int threshold)
     
    static boolean
    before(int beat, int threshold, int interval)
     
    boolean
    event(int beat, int event_at)
     
    static boolean
    event(int beat, int loop_event, int interval)
     
    int
     
    int
    get_loop_count(int absolut_position)
     
    int
     
    static void
    main(String[] args)
     
    void
    set_length(int length)
     
    void
    set_offset(int offset)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Loop

      public Loop()
  • Method Details

    • after

      public static boolean after(int beat, int threshold, int interval)
    • before

      public static boolean before(int beat, int threshold, int interval)
    • event

      public static boolean event(int beat, int loop_event, int interval)
    • get_length

      public int get_length()
    • set_length

      public void set_length(int length)
    • get_offset

      public int get_offset()
    • set_offset

      public void set_offset(int offset)
    • event

      public boolean event(int beat, int event_at)
    • before

      public boolean before(int beat, int threshold)
    • after

      public boolean after(int beat, int threshold)
    • get_loop_count

      public int get_loop_count(int absolut_position)
    • main

      public static void main(String[] args)