//This defines a custom event which can be used //by conductor to communicate beat length & num of //beat subdivisions as well as beat onset time //Add this to virtual machine before //any code that uses a MyEvent object public class MyEvent extends Event { dur beatLength; int numSubdivisions; }