Skip to content

Commit

Permalink
added method playAndDelta for use by EventStreamPlayer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron Kuivila committed Jan 7, 2008
1 parent c6f6686 commit 3f59d04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/SCClassLibrary/Common/Math/SimpleNumber.sc
Expand Up @@ -377,6 +377,9 @@ SimpleNumber : Number {
nextTimeOnGrid { arg clock;
^clock.nextTimeOnGrid(this, 0);
}

playAndDelta {}

// a clock format
asTimeString { arg precision=0.1;
var hours,mins,secs;
Expand Down

0 comments on commit 3f59d04

Please sign in to comment.