SF.net SVN: supercollider: [7654] trunk/build/SCClassLibrary/crucial/ Players/TempoPlayer.sc

View: New views
1 Messages — Rating Filter:   Alert me  

SF.net SVN: supercollider: [7654] trunk/build/SCClassLibrary/crucial/ Players/TempoPlayer.sc

by cruxxial :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Revision: 7654
          http://svn.sourceforge.net/supercollider/?rev=7654&view=rev
Author:   cruxxial
Date:     2008-07-05 12:34:23 -0700 (Sat, 05 Jul 2008)

Log Message:
-----------
SynthDef.buildSynthDef -> InstrSynthDef.buildSynthDef

Modified Paths:
--------------
    trunk/build/SCClassLibrary/crucial/Players/TempoPlayer.sc

Modified: trunk/build/SCClassLibrary/crucial/Players/TempoPlayer.sc
===================================================================
--- trunk/build/SCClassLibrary/crucial/Players/TempoPlayer.sc 2008-07-05 19:33:33 UTC (rev 7653)
+++ trunk/build/SCClassLibrary/crucial/Players/TempoPlayer.sc 2008-07-05 19:34:23 UTC (rev 7654)
@@ -12,7 +12,7 @@
  /* a TempoPlayer can secretly add itself to the synth def
  without the need of being passed in with an explicit arg to the Instr */
  kr {
- ^UGen.buildSynthDef.playerIn(this)
+ ^InstrSynthDef.buildSynthDef.playerIn(this)
  }
 
  synthArg { ^tempoBus.index }


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
_______________________________________________
sc-dev mailing list
sc-dev@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-dev