Interface TutorialOne_05_GesturePlayground.Happening

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

static interface TutorialOne_05_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()