[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-dev] SF.net SVN: supercollider:[8108] trunk/build/SCClassLibrary
Revision: 8108
http://supercollider.svn.sourceforge.net/supercollider/?rev=8108&view=rev
Author: jmfuo
Date: 2008-12-11 23:58:03 +0000 (Thu, 11 Dec 2008)
Log Message:
-----------
redirects for Pen FreqScope Stethoscope Speech
Modified Paths:
--------------
trunk/build/SCClassLibrary/Common/GUI/ViewsRedirect.sc
trunk/build/SCClassLibrary/Common/GUI/osx/SCFreqScope.sc
trunk/build/SCClassLibrary/Common/GUI/osx/Stethoscope.sc
trunk/build/SCClassLibrary/Common/osx/Speech.sc
trunk/build/SCClassLibrary/Platform/osx/CocoaGUI.sc
Modified: trunk/build/SCClassLibrary/Common/GUI/ViewsRedirect.sc
===================================================================
--- trunk/build/SCClassLibrary/Common/GUI/ViewsRedirect.sc 2008-12-11 19:44:34 UTC (rev 8107)
+++ trunk/build/SCClassLibrary/Common/GUI/ViewsRedirect.sc 2008-12-11 23:58:03 UTC (rev 8108)
@@ -22,8 +22,15 @@
//Knob : SCSlider {
//}
+//Font : ViewRedirecter { *key { ^\font }}
+Pen : ViewRedirecter { *key { ^\pen }}
+Speech : ViewRedirecter { *key { ^\speech }}
+
+
+Stethoscope : ViewRedirecter { *key { ^\stethoscope }}
ScopeView : ViewRedirecter { *key { ^\scopeView }}
-FreqScopeView : ViewRedirecter { *key { ^\freqScopeView }}
+FreqScopeView : ViewRedirecter { *key { ^\freqScopeView }} // redirects to SCFreqScope
+FreqScope : ViewRedirecter { *key { ^\freqScope }} // redirects to SCFreqScopeWindow
QuartzComposerView : ViewRedirecter { *key { ^\quartzComposerView }}
Dialog : ViewRedirecter { *key { ^\dialog }}
View : ViewRedirecter { *key { ^\view }}
Modified: trunk/build/SCClassLibrary/Common/GUI/osx/SCFreqScope.sc
===================================================================
--- trunk/build/SCClassLibrary/Common/GUI/osx/SCFreqScope.sc 2008-12-11 19:44:34 UTC (rev 8107)
+++ trunk/build/SCClassLibrary/Common/GUI/osx/SCFreqScope.sc 2008-12-11 23:58:03 UTC (rev 8108)
@@ -199,7 +199,7 @@
}
-FreqScope {
+SCFreqScopeWindow { //was FreqScope
classvar <scopeOpen;
var <scope, <window;
Modified: trunk/build/SCClassLibrary/Common/GUI/osx/Stethoscope.sc
===================================================================
--- trunk/build/SCClassLibrary/Common/GUI/osx/Stethoscope.sc 2008-12-11 19:44:34 UTC (rev 8107)
+++ trunk/build/SCClassLibrary/Common/GUI/osx/Stethoscope.sc 2008-12-11 23:58:03 UTC (rev 8108)
@@ -1,4 +1,4 @@
-Stethoscope {
+SCStethoscope {
classvar ugenScopes;
var <server, <numChannels, <rate, <index;
var <bufsize, buffer, <window, synth;
Modified: trunk/build/SCClassLibrary/Common/osx/Speech.sc
===================================================================
--- trunk/build/SCClassLibrary/Common/osx/Speech.sc 2008-12-11 19:44:34 UTC (rev 8107)
+++ trunk/build/SCClassLibrary/Common/osx/Speech.sc 2008-12-11 23:58:03 UTC (rev 8108)
@@ -80,7 +80,7 @@
}
-Speech {
+SCSpeech {
classvar <>wordActions, <>doneActions, <>wordAction, <>doneAction, <channels;
classvar <>initialized = false, <stopMethods;
Modified: trunk/build/SCClassLibrary/Platform/osx/CocoaGUI.sc
===================================================================
--- trunk/build/SCClassLibrary/Platform/osx/CocoaGUI.sc 2008-12-11 19:44:34 UTC (rev 8107)
+++ trunk/build/SCClassLibrary/Platform/osx/CocoaGUI.sc 2008-12-11 23:58:03 UTC (rev 8108)
@@ -27,10 +27,10 @@
///////////////// Common -> GUI /////////////////
- *freqScope { ^FreqScope }
+ *freqScope { ^SCFreqScopeWindow }
*freqScopeView { ^SCFreqScope }
*scopeView { ^SCScope }
- *stethoscope { ^Stethoscope }
+ *stethoscope { ^SCStethoscope }
///////////////// Common -> GUI -> Base /////////////////
@@ -66,7 +66,7 @@
*menuItem { ^CocoaMenuItem }
*font { ^Font }
- *pen { ^Pen }
+ *pen { ^SCPen }
///////////////// Common -> Audio /////////////////
@@ -78,7 +78,7 @@
///////////////// Common -> OSX /////////////////
*dialog { ^CocoaDialog }
- *speech { ^Speech }
+ *speech { ^SCSpeech }
///////////////// extras /////////////////
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
_______________________________________________
sc-dev mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/