Interface GesturePlayground.Happening

All Known Implementing Classes:
GesturePlayground.SamplerPointHappening
Enclosing class:
GesturePlayground

static interface GesturePlayground.Happening
Future Development: Barebones interface for "something that happens at a certain point", and then in AudioScheduler the time-when-something-happens gets connected to the-room-where-it-happens and the entire cast of Hamilton steps in, if you let them.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    x()
     
    int
    y()
     
  • Method Details

    • x

      int x()
    • y

      int y()