<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/scutils/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/scutils/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 02 Aug 2012 16:48:28 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/scutils/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Rael B. Gimenes Toffolo</title><link>https://sourceforge.net/p/scutils/wiki/Home/</link><description>&lt;pre&gt;--- v9
+++ v10
@@ -4,6 +4,6 @@
 
 The classes implemented at the moment are:
 
-* NoteUtils
-* HarmonicTension
-* SCScore
+* [NoteUtils]
+* [HarmonicTension]
+* [SCScore]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rael B. Gimenes Toffolo</dc:creator><pubDate>Thu, 02 Aug 2012 16:48:28 -0000</pubDate><guid>https://sourceforge.net3cf53fc93b449cf2dd9aba668d56b06070f6e447</guid></item><item><title>WikiPage Home modified by Rael B. Gimenes Toffolo</title><link>https://sourceforge.net/p/scutils/wiki/Home/</link><description>&lt;pre&gt;--- v8
+++ v9
@@ -4,6 +4,6 @@
 
 The classes implemented at the moment are:
 
-* [NoteUtils]
-* [HarmonicTension]
-* [SCScore]
+* NoteUtils
+* HarmonicTension
+* SCScore
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rael B. Gimenes Toffolo</dc:creator><pubDate>Thu, 02 Aug 2012 16:48:04 -0000</pubDate><guid>https://sourceforge.net13fe6be0c5f866e178a7b0f6d929fd0c7ed5b0b4</guid></item><item><title>WikiPage Home modified by Rael B. Gimenes Toffolo</title><link>https://sourceforge.net/p/scutils/wiki/Home/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rael B. Gimenes Toffolo</dc:creator><pubDate>Thu, 02 Aug 2012 16:45:44 -0000</pubDate><guid>https://sourceforge.net09ab5ee9403ca4330d9f88c7949aad808a7cde2c</guid></item><item><title>WikiPage Home modified by Rael B. Gimenes Toffolo</title><link>https://sourceforge.net/p/scutils/wiki/Home/</link><description>&lt;pre&gt;--- v6
+++ v7
@@ -4,107 +4,6 @@
 
 The classes implemented at the moment are:
 
-## NotesUtils ##
-
-two new Array methods to manipulate midi values.
-
-# midiNames #
-
-Convert midi numbers to note names.
-
-Example:
-
-~~~~
-[60,64,67].midiNames;
-
-returns:
-
-C4, E4, G5
-~~~~~~
-
-# namesMidi #
-
-Convert note names to midi note.
-You can use notes names in upper or lowercase. C4 is central C.
-Ranges: C0 to C8.
-
-Example:
-
-~~~~
-["C4","E4","G4"].namesMidi
-
-returns:
-
-[60, 64, 67]
-~~~~~~~
-
-* * * * * * 
-
-## Harmonic Tension ##
-
-A class to calculate roughness of notes or group notes, based in the Helmholtz, Plomp &amp; Levelt, Parncutt and Ferguson algorithms.
-
-# HarmonicTension #
-
-Version of Harmonic Tension that uses equal temperament to create the harmonic series of each note.
-
-Usage:
-
-~~~
-
-a = HarmonicTension([array of midi notes]);
-a.nHarmonics = 6; // setup of how many harmonics are in Harmonic Serie
-                    // of each note. Default is 10.
-a.multiply = true; // choose if the overall roughness will be attenuated by
-                    // amplitude of each pair of harmonics. Default is: false.
-a.roughness            // calculate overal roughness.
-~~~
-
-# HarmonicTensionNT #
-
-Version of Harmonic Tension that uses physical proportions to create the harmonic series of each note. 
-
-The usage is the same of HarmonicTension.
-
-* * * * * * 
-
-## SCScore ##
-
-[ [ ["TimeSignature"], [notes in Midi], [Durations]],
-  [  ["TimeSignature"], [notes in Midi], [Durations]]
-].SCScore;
-
-
-Class in really begin stages of development designed to musical notation in SuperCollider.
-There are some other developments made by Bernardo Barros that integrate Lilypond notation and SuperCollider with great quality results. See: [http://code.google.com/p/scly/wiki/Classes_Overview][ScLy Bernardo Barros].
-
-The only minor problem that I see in these classes is that ScLy use Unix commands to generate and show score and if you need some piece of score in a real-time event the unix command will create a udesirable gap of processing.
-
-To more quick results I'm trying to implement a graphic class using SuperCollider QtGui. 
-
-This Class uses both Pen routines and Character (StaticText) features. 
-
-To install the class you need install the Font that I put in this repository. The font is a altered version of free MusicalSymbols. The original Musical Symbols font not will work 'cause there some symbols in positions not in Ascii codification. 
-
-The usage is simple.
-
-~~~
-(
-a = [
-
-	 [	["2/4"],	[61,[64,67],66],		[1.5,[0.5,0.5],2]	],
-	 [	["3/4"],	[68,70,68,66,66],	[0.5,0.5,0.5,0.5,1]],
-	 [	["3/8"],	[64,[88, 89],0,65],		[0.25,[0.25,0.25],0.5,0.5]]
-	 ];
-
-b = SCScore.new(a);
-b.scScore
-)
-~~~
-
-The array of array in durations create chords.
-0 values in durations make rests;
-
-Result:
-
-[[img src=SCScore_rsult.png alt=Result]]
+* [NoteUtils]
+* [HarmonicTension]
+* [SCScore]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rael B. Gimenes Toffolo</dc:creator><pubDate>Thu, 02 Aug 2012 16:35:39 -0000</pubDate><guid>https://sourceforge.net858696c8d78f824bd186507dc9bb388844cf58bc</guid></item><item><title>WikiPage Home modified by Rael B. Gimenes Toffolo</title><link>https://sourceforge.net/p/scutils/wiki/Home/</link><description>&lt;pre&gt;--- v5
+++ v6
@@ -106,3 +106,5 @@
 0 values in durations make rests;
 
 Result:
+
+[[img src=SCScore_rsult.png alt=Result]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rael B. Gimenes Toffolo</dc:creator><pubDate>Thu, 02 Aug 2012 16:27:49 -0000</pubDate><guid>https://sourceforge.netfd4174021e46a3624e70eb79a7784d5d9f28a723</guid></item><item><title>WikiPage Home modified by Rael B. Gimenes Toffolo</title><link>https://sourceforge.net/p/scutils/wiki/Home/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rael B. Gimenes Toffolo</dc:creator><pubDate>Thu, 02 Aug 2012 16:26:59 -0000</pubDate><guid>https://sourceforge.net4361cf35f95b23937af99feb1c400697dd855283</guid></item><item><title>WikiPage Home modified by Rael B. Gimenes Toffolo</title><link>https://sourceforge.net/p/scutils/wiki/Home/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -89,6 +89,20 @@
 The usage is simple.
 
 ~~~
-[ [ ["2/4"],[60, [60,64,67], 72 ], [1, [0.5,0.5,0.5], 0.5]],
-  [ ["4/4"],[23, 27, 0, 30], [1, 1, 1, 1]]
-].SCScore;
+(
+a = [
+
+	 [	["2/4"],	[61,[64,67],66],		[1.5,[0.5,0.5],2]	],
+	 [	["3/4"],	[68,70,68,66,66],	[0.5,0.5,0.5,0.5,1]],
+	 [	["3/8"],	[64,[88, 89],0,65],		[0.25,[0.25,0.25],0.5,0.5]]
+	 ];
+
+b = SCScore.new(a);
+b.scScore
+)
+~~~
+
+The array of array in durations create chords.
+0 values in durations make rests;
+
+Result:
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rael B. Gimenes Toffolo</dc:creator><pubDate>Thu, 02 Aug 2012 16:00:09 -0000</pubDate><guid>https://sourceforge.netdd57968ed6422b3c980ef727033a955b524b9eb2</guid></item><item><title>WikiPage Home modified by Rael B. Gimenes Toffolo</title><link>https://sourceforge.net/p/scutils/wiki/Home/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -4,10 +4,91 @@
 
 The classes implemented at the moment are:
 
-NotesUtils
-----------
+## NotesUtils ##
 
 two new Array methods to manipulate midi values.
 
-[Array].midi2names
- 
+# midiNames #
+
+Convert midi numbers to note names.
+
+Example:
+
+~~~~
+[60,64,67].midiNames;
+
+returns:
+
+C4, E4, G5
+~~~~~~
+
+# namesMidi #
+
+Convert note names to midi note.
+You can use notes names in upper or lowercase. C4 is central C.
+Ranges: C0 to C8.
+
+Example:
+
+~~~~
+["C4","E4","G4"].namesMidi
+
+returns:
+
+[60, 64, 67]
+~~~~~~~
+
+* * * * * * 
+
+## Harmonic Tension ##
+
+A class to calculate roughness of notes or group notes, based in the Helmholtz, Plomp &amp; Levelt, Parncutt and Ferguson algorithms.
+
+# HarmonicTension #
+
+Version of Harmonic Tension that uses equal temperament to create the harmonic series of each note.
+
+Usage:
+
+~~~
+
+a = HarmonicTension([array of midi notes]);
+a.nHarmonics = 6; // setup of how many harmonics are in Harmonic Serie
+                    // of each note. Default is 10.
+a.multiply = true; // choose if the overall roughness will be attenuated by
+                    // amplitude of each pair of harmonics. Default is: false.
+a.roughness            // calculate overal roughness.
+~~~
+
+# HarmonicTensionNT #
+
+Version of Harmonic Tension that uses physical proportions to create the harmonic series of each note. 
+
+The usage is the same of HarmonicTension.
+
+* * * * * * 
+
+## SCScore ##
+
+[ [ ["TimeSignature"], [notes in Midi], [Durations]],
+  [  ["TimeSignature"], [notes in Midi], [Durations]]
+].SCScore;
+
+
+Class in really begin stages of development designed to musical notation in SuperCollider.
+There are some other developments made by Bernardo Barros that integrate Lilypond notation and SuperCollider with great quality results. See: [http://code.google.com/p/scly/wiki/Classes_Overview][ScLy Bernardo Barros].
+
+The only minor problem that I see in these classes is that ScLy use Unix commands to generate and show score and if you need some piece of score in a real-time event the unix command will create a udesirable gap of processing.
+
+To more quick results I'm trying to implement a graphic class using SuperCollider QtGui. 
+
+This Class uses both Pen routines and Character (StaticText) features. 
+
+To install the class you need install the Font that I put in this repository. The font is a altered version of free MusicalSymbols. The original Musical Symbols font not will work 'cause there some symbols in positions not in Ascii codification. 
+
+The usage is simple.
+
+~~~
+[ [ ["2/4"],[60, [60,64,67], 72 ], [1, [0.5,0.5,0.5], 0.5]],
+  [ ["4/4"],[23, 27, 0, 30], [1, 1, 1, 1]]
+].SCScore;
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rael B. Gimenes Toffolo</dc:creator><pubDate>Thu, 02 Aug 2012 15:49:58 -0000</pubDate><guid>https://sourceforge.net79bd11003916b302c8208f164fcce94b257ec237</guid></item><item><title>WikiPage Home modified by Rael B. Gimenes Toffolo</title><link>https://sourceforge.net/p/scutils/wiki/Home/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,13 @@
-Welcome to your wiki!
+SCUtils is a group of classes that add some new features to SuperCollider language.
 
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+These classes are yet in development and we accept contributions and suggestions to help make them better.
 
-The wiki uses [Markdown](/p/scutils/wiki/markdown_syntax/) syntax.
+The classes implemented at the moment are:
 
-[[project_admins]]
-[[download_button]]
+NotesUtils
+----------
+
+two new Array methods to manipulate midi values.
+
+[Array].midi2names
+ 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rael B. Gimenes Toffolo</dc:creator><pubDate>Thu, 02 Aug 2012 15:20:09 -0000</pubDate><guid>https://sourceforge.net3fef6b405785d891071efa3a52f67e9b6cd3255d</guid></item><item><title>WikiPage Home modified by Rael B. Gimenes Toffolo</title><link>https://sourceforge.net/p/scutils/wiki/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/scutils/wiki/markdown_syntax/) syntax.

[[project_admins]]
[[download_button]]
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rael B. Gimenes Toffolo</dc:creator><pubDate>Thu, 12 Jul 2012 20:39:38 -0000</pubDate><guid>https://sourceforge.netaaf86875df16c3d2768d4be5251650c018d59b7b</guid></item></channel></rss>