<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel">
    <title>gmane.comp.audio.supercollider.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50759"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50758"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50757"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50756"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50755"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50754"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50753"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50752"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50751"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50750"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50749"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50748"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50747"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50746"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50745"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50744"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50743"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50742"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50741"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50740"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50759">
    <title>SF.net Git: supercollider branch, master, updated. 606552f4da274f2ed5b5f72ed2561dedb260676f</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50759</link>
    <description>&lt;pre&gt;This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "supercollider".

The branch, master has been updated
       via  606552f4da274f2ed5b5f72ed2561dedb260676f (commit)
       via  1d3bb9cab7af70e88286d247b260abfbfb90ab53 (commit)
       via  58cdaccae575cc0169006b7b1f169418630ae162 (commit)
      from  974cd71783cb3167e5752958a4b70cf2e29de22f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 606552f4da274f2ed5b5f72ed2561dedb260676f
Author: Jakob Leben &amp;lt;jakob.leben-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Date:   Thu May 17 00:57:26 2012 +0200

    sc ide: improve document opening and saving
    
    * Move document related actions to MainWindow. Since they
      involve spawning dialogs, MainWindow is the right pl&lt;/pre&gt;</description>
    <dc:creator>Jakob Leben</dc:creator>
    <dc:date>2012-05-16T23:00:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50758">
    <title>[PATCH] Score: return PID of render process from recordNRT (both class and instance method)</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50758</link>
    <description>&lt;pre&gt;From: Dan Stowell &amp;lt;danstowell-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org&amp;gt;

---
 SCClassLibrary/Common/Control/Score.sc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/SCClassLibrary/Common/Control/Score.sc b/SCClassLibrary/Common/Control/Score.sc
index 12978e5..50f9dba 100644
--- a/SCClassLibrary/Common/Control/Score.sc
+++ b/SCClassLibrary/Common/Control/Score.sc
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -99,7 +99,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; Score {
 recordNRT { arg oscFilePath, outputFilePath, inputFilePath, sampleRate = 44100, headerFormat =
 "AIFF", sampleFormat = "int16", options, completionString="", duration = nil, action = nil;
 this.writeOSCFile(oscFilePath, 0, duration);
-unixCmd(program + " -N" + oscFilePath.quote
+^unixCmd(program + " -N" + oscFilePath.quote
 + if(inputFilePath.notNil, { inputFilePath.quote }, { "_" })
 + outputFilePath.quote
  + sampleRate + headerFormat + sampleFormat +
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -109,7 +109,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; Score {
 
 *recordNRT { arg list, oscFilePath, outputFilePath, inputFilePath, sampleRate = 44100,&lt;/pre&gt;</description>
    <dc:creator>danstowell+sc3-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-16T16:05:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50757">
    <title>Re: hid patch - please test (Josh read!)</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50757</link>
    <description>&lt;pre&gt;Hihey,

thanx clarifying the situation Marije!

I tried the patch attached, but then SC won't build (see below).

Right then, it's time to go 'primitive',
however, only Kairos knows when...

cheers,
mc

[ 32%] Building CXX object
lang/CMakeFiles/libsclang.dir/LangPrimSource/SC_HID.cpp.o
/Volumes/sync27/Dokumente/CODEing/SC/SC_sourceforge/SC.gitSCM/supercollider/lang/LangPrimSource/SC_HID.cpp:
In function ‘int prHIDGetElementListSize(VMGlobals*, int)’:
/Volumes/sync27/Dokumente/CODEing/SC/SC_sourceforge/SC.gitSCM/supercollider/lang/LangPrimSource/SC_HID.cpp:123:
error: ‘err’ was not declared in this scope
/Volumes/sync27/Dokumente/CODEing/SC/SC_sourceforge/SC.gitSCM/supercollider/lang/LangPrimSource/SC_HID.cpp:
In function ‘int prHIDBuildElementList(VMGlobals*, int)’:
/Volumes/sync27/Dokumente/CODEing/SC/SC_sourceforge/SC.gitSCM/supercollider/lang/LangPrimSource/SC_HID.cpp:143:
error: ‘err’ was not declared in this scope
/Volumes/sync27/Dokumente/CODEing/SC/SC_sourceforge/SC.gitSCM/supercollid&lt;/pre&gt;</description>
    <dc:creator>mc</dc:creator>
    <dc:date>2012-05-15T09:20:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50756">
    <title>Re: [ supercollider-Feature Requests-3525192 ] Implement \step2 curve method</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50756</link>
    <description>&lt;pre&gt;Hiho,

On Wednesday 09 May 2012 23:49:13 Lucas Samaruga wrote:

Post the issue on the list first,
then if discussion follows and a solution is found and committed, all is fine.

If a solution is not found and/or no discussion follows file a bug report with 
an appropriate amount of detail (if possible with a link to a discussion that 
was already had on the list).

The first step is needed, as in quite a few cases things that "do not work" 
can be user mistakes, and usually we're able to get more info about the issue 
in a discussion on the list first to identify the issue in more detail.

sincerely,
Marije


_______________________________________________
sc-dev mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-dev/
search: http://www.listarc.bham.ac.uk/lists/sc-dev/search/

&lt;/pre&gt;</description>
    <dc:creator>nescivi</dc:creator>
    <dc:date>2012-05-15T08:00:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50755">
    <title>SF.net sc3-plugins Git: sc3-plugins branch, master, updated. 3.5-15-gaf7acaa</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50755</link>
    <description>&lt;pre&gt;This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "sc3-plugins".

The branch, master has been updated
       via  af7acaaf283177217b2bc85c2865d17222cebaeb (commit)
      from  c1ad847b9f27937f3eb2ecba10d922b3240b75d7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit af7acaaf283177217b2bc85c2865d17222cebaeb
Author: Dan Stowell &amp;lt;danstowell-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Date:   Tue May 15 08:21:33 2012 +0100

    helpfile fix, helpfile add

diff --git a/source/MCLDUGens/sc/HelpSource/Classes/PV_MagSmooth.schelp b/source/MCLDUGens/sc/HelpSource/Classes/PV_MagSmooth.schelp
new file mode 100644
index 0000000..566799a
--- /dev/null
+++ b/source/MCLDUGens/sc/HelpSource/Classes/PV_MagSmooth.schelp
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt;&lt;/pre&gt;</description>
    <dc:creator>Dan Stowell</dc:creator>
    <dc:date>2012-05-15T07:21:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50754">
    <title>Re: TextVU.schelp: copy/paste error</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50754</link>
    <description>&lt;pre&gt;ok done, thanks

2012/5/15 James Harkins &amp;lt;jamshark70-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:



&lt;/pre&gt;</description>
    <dc:creator>Dan Stowell</dc:creator>
    <dc:date>2012-05-15T07:21:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50753">
    <title>TextVU.schelp: copy/paste error</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50753</link>
    <description>&lt;pre&gt;TextVU.schelp says:

~~
CLASS:: TextVU
summary:: super-efficient sawtooth oscillator with low aliasing
categories:: UGens&amp;gt;Generators
related:: Classes/PulseDPW
~~

I'm not sure exactly what the summary should be, but I'm sure it shouldn't be that :)

I guess, also, "related:: Classes/Poll"

hjh


--
James Harkins /// dewdrop world
jamshark70-n2XjBy9Frl0FLkkUnhLBSV6hYfS7NtTn&amp;lt; at &amp;gt;public.gmane.org
http://www.dewdrop-world.net

"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal."  -- Whitman

blog: http://www.dewdrop-world.net/words
audio clips: http://www.dewdrop-world.net/audio
more audio: http://soundcloud.com/dewdrop_world/tracks

_______________________________________________
sc-dev mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-dev/
search: http://www.listarc.bham.ac.uk/lists/sc-dev/search/

&lt;/pre&gt;</description>
    <dc:creator>James Harkins</dc:creator>
    <dc:date>2012-05-15T06:38:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50752">
    <title>Re: Re: hid patch - please test (Josh read!)</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50752</link>
    <description>&lt;pre&gt;Hiho,

to follow up, you'd need to see where it goes wrong next, in the primitive 
code...

Josh did some work on this, and may have disabled some code in the process, he 
might even have made a separate branch for his work on this, found out that 
the locID being a long (64bit) was the problem; the patch we just made is a 
workaround to get this bit working, but since I'm not on a Mac, and Miguel is 
not so much into the internals of primitives, we can't get further than this 
by ourselves.

I'm not sure whether Josh intends to pick this work up again, and whether he 
has time.
I certainly don't.

sincerely,
Marije

On Monday 14 May 2012 20:38:33 mc wrote:


_______________________________________________
sc-dev mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-dev/
search: http://www.listarc.bham.ac.uk/lists/sc-dev/search/

&lt;/pre&gt;</description>
    <dc:creator>nescivi</dc:creator>
    <dc:date>2012-05-14T20:45:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50751">
    <title>SF.net Git: supercollider branch, master, updated. 29ea378807fb82607bcec6c6e4bd6e587b1f5920</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50751</link>
    <description>&lt;pre&gt;This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "supercollider".

The branch, master has been updated
       via  29ea378807fb82607bcec6c6e4bd6e587b1f5920 (commit)
      from  c76ae7f17d4a3c8e56edb1626fc65e5e111cf331 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 29ea378807fb82607bcec6c6e4bd6e587b1f5920
Author: Julian Rohrhuber &amp;lt;jrhb-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Date:   Mon May 14 22:18:50 2012 +0200

    some helpfile improvements

diff --git a/HelpSource/Classes/Event.schelp b/HelpSource/Classes/Event.schelp
index 2696e33..c0c63e0 100644
--- a/HelpSource/Classes/Event.schelp
+++ b/HelpSource/Classes/Event.schelp
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -38,11 +38,47 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; Returns an event that describes a pause of strong::d&lt;/pre&gt;</description>
    <dc:creator>Julian Rohrhuber</dc:creator>
    <dc:date>2012-05-14T20:19:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50750">
    <title>passing byte array to ugen</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50750</link>
    <description>&lt;pre&gt;What's the best way to pass an array of bytes to an ugen?

I'd like to implement an ugen that uses a simple stack-based VM to do 
operations on sample resolution. The bytecode can be generated sclang 
side from a higher level language. This could be used to make all kinds 
of crazy glitchy stuff, for example a simulator of my bitwiz app[1] :)

/Jonatan

[1] - http://kymatica.com/bitwiz

_______________________________________________
sc-dev mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-dev/
search: http://www.listarc.bham.ac.uk/lists/sc-dev/search/

&lt;/pre&gt;</description>
    <dc:creator>Jonatan Liljedahl</dc:creator>
    <dc:date>2012-05-14T19:18:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50749">
    <title>Re: hid patch - please test</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50749</link>
    <description>&lt;pre&gt;Hi Marije, hello Miguel,

while trying to catch up with the latest "HID progress", the current
state seams to be that 3.5.1 and 3.5.2 return a correct device list,
also the caps of each single device appear ok, 
but no events are actually received.
At least this is my experience on OSX 10.7.4. 

Next i build 3.6dev from the current master branch
with Xcode 4.3.2 installed and your last patch of this thread applied.
The build was configured by cmake 2.8.8 running the command:

cmake -DCMAKE_C_COMPILER=/usr/bin/gcc -DCMAKE_CXX_COMPILER=/usr/bin/g++ ..

(without the DCMAKE options set, it would not build)


In sum, results are those that Miguel reported: 
no crashes, but no device list and thus no device events.

Don't know, how i could improve the situation.
However i am ready for further testing,
since with 3.4.4 my setup works just fine ;-)

best,
mc

--
View this message in context: http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/hid-patch-please-test-tp7482193p7557088.html
Sen&lt;/pre&gt;</description>
    <dc:creator>mc</dc:creator>
    <dc:date>2012-05-14T18:38:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50748">
    <title>Re: github/sf</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50748</link>
    <description>&lt;pre&gt;awesome

myself, I never merge a pull request on the web because it makes me uneasy
to commit something I haven't tested.  still haven't mastered how to do it
in a way that I like


On Mon, May 14, 2012 at 6:15 PM, Miguel Negrao &amp;lt;
miguel.negrao-lists-/wLt9BB+Iy41Tgt60Rntydi2O/JbrIOy&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>felix</dc:creator>
    <dc:date>2012-05-14T17:40:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50747">
    <title>Re: github/sf</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50747</link>
    <description>&lt;pre&gt;
A 09/05/2012, às 23:02, Jonatan Liljedahl escreveu:


Linus the-creator-of-git Torvalds's opinion of github pull requests:

https://github.com/torvalds/linux/pull/17#issuecomment-5654674

He certainly doesn’t have problems with speaking his mind... :-)

best,
Miguel
_______________________________________________
sc-dev mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-dev/
search: http://www.listarc.bham.ac.uk/lists/sc-dev/search/

&lt;/pre&gt;</description>
    <dc:creator>Miguel Negrao</dc:creator>
    <dc:date>2012-05-14T16:15:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50746">
    <title>SF.net Git: supercollider branch, master, updated. c76ae7f17d4a3c8e56edb1626fc65e5e111cf331</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50746</link>
    <description>&lt;pre&gt;This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "supercollider".

The branch, master has been updated
       via  c76ae7f17d4a3c8e56edb1626fc65e5e111cf331 (commit)
       via  e1430133442839c497d9fcc73cf36e9f7f2ee74e (commit)
      from  4b5d5415e261cd64bebaf3dc28b7754cfe247704 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c76ae7f17d4a3c8e56edb1626fc65e5e111cf331
Author: Julian Rohrhuber &amp;lt;jrhb-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Date:   Mon May 14 15:37:10 2012 +0200

    improve string helpfile

diff --git a/HelpSource/Classes/String.schelp b/HelpSource/Classes/String.schelp
index 7995930..115fd6c 100644
--- a/HelpSource/Classes/String.schelp
+++ b/HelpSource/Classes/String.schelp
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -7,7 +&lt;/pre&gt;</description>
    <dc:creator>Julian Rohrhuber</dc:creator>
    <dc:date>2012-05-14T13:39:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50745">
    <title>Re: String-asPath</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50745</link>
    <description>&lt;pre&gt;Makes sense. anyway, good to know that you don't need it anywhere else.

On 14.05.2012, at 13:07, Jonatan Liljedahl wrote:



_______________________________________________
sc-dev mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-dev/
search: http://www.listarc.bham.ac.uk/lists/sc-dev/search/

&lt;/pre&gt;</description>
    <dc:creator>Julian Rohrhuber</dc:creator>
    <dc:date>2012-05-14T12:58:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50744">
    <title>Re: [ supercollider-Feature Requests-3525192 ] Implement \step2 curve method</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50744</link>
    <description>&lt;pre&gt;
A 09/05/2012, às 22:23, Jakob Leben escreveu:


Well, shouldn’t we then stick the announcement on top of the “Browse” page and announce it also to the list ? Also in the developers page in sourceforge change the link from the sourceforge tracker to the github tracker. Then if still some people post something in sourceforge we can move the issue by hand and notify the poster if he/she left an email.

best,
Miguel
_______________________________________________
sc-dev mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-dev/
search: http://www.listarc.bham.ac.uk/lists/sc-dev/search/

&lt;/pre&gt;</description>
    <dc:creator>Miguel Negrao</dc:creator>
    <dc:date>2012-05-14T12:49:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50743">
    <title>Re: String-asPath</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50743</link>
    <description>&lt;pre&gt;Exactly. As Chris states, you should only quote/escape at the actual 
stage of passing it to the shell. So while passing a path around, do NOT 
escape or quote anything in it.

/Jonatan

On 05/14/2012 12:51 PM, Dan Stowell wrote:

_______________________________________________
sc-dev mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-dev/
search: http://www.listarc.bham.ac.uk/lists/sc-dev/search/

&lt;/pre&gt;</description>
    <dc:creator>Jonatan Liljedahl</dc:creator>
    <dc:date>2012-05-14T11:07:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50742">
    <title>Re: String-asPath</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50742</link>
    <description>&lt;pre&gt;I don't think you can make shellQuote idempotent, because the language
can't know what the user's intention is. If I have a folder called

  Dan's files

then .shellQuote should turn it into "Dan's files". But if I have a folder named

  "Dan's files"

with the quote-marks part of the actual foldername (bad practice, but
possible), then .shellQuote should still alter it, to   something like
"\"Dan's files\"".

Dan


2012/5/14 Julian Rohrhuber &amp;lt;rohrhuber-eap5A9aKA95j4WSHiO5qAw&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:



&lt;/pre&gt;</description>
    <dc:creator>Dan Stowell</dc:creator>
    <dc:date>2012-05-14T10:51:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50741">
    <title>Re: String-asPath</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50741</link>
    <description>&lt;pre&gt;Ok, good. We need to put that information somewhere.

I suppose that shellQuote should be made safe in the sense that it returns still a correct path when applied again.
This is important when passing things around the system, I think.


On 14.05.2012, at 11:39, Jonatan Liljedahl wrote:



_______________________________________________
sc-dev mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-dev/
search: http://www.listarc.bham.ac.uk/lists/sc-dev/search/

&lt;/pre&gt;</description>
    <dc:creator>Julian Rohrhuber</dc:creator>
    <dc:date>2012-05-14T10:28:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50740">
    <title>Re: String-asPath</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50740</link>
    <description>&lt;pre&gt;That's right. Also, I added String-shellQuote some time ago, which 
should be safer than just escaping spaces or using String-quote.

(It's not only spaces that should be escaped)

/Jonatan

On 05/14/2012 11:27 AM, felix wrote:


_______________________________________________
sc-dev mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-dev/
search: http://www.listarc.bham.ac.uk/lists/sc-dev/search/

&lt;/pre&gt;</description>
    <dc:creator>Jonatan Liljedahl</dc:creator>
    <dc:date>2012-05-14T09:39:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50739">
    <title>Re: String-asPath</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.devel/50739</link>
    <description>&lt;pre&gt;paths should be not be escaped except when they are actually used by a
shell.

its only the shell that requires escaping.

// if this was escaped then it would be broken
File.open(path)


evpath = vpath.escapeChar($ );
("cp " ++ evpath + evpath ++ ".bak").unixCmd;



..
http://soundcloud.com/crucialfelix
http://github.com/crucialfelix
.

In mainstream English, the infinitive "to
deprecate&amp;lt;http://en.wiktionary.org/wiki/deprecate&amp;gt;"
means, simply, "to strongly disapprove of *(something)*". It derives from
the Latin &amp;lt;http://en.wikipedia.org/wiki/Latin&amp;gt; verb *deprecare*, meaning
"to ward off (a *disaster &amp;lt;http://en.wikipedia.org/wiki/Disaster&amp;gt;*) by
prayer".




On Mon, May 14, 2012 at 11:17 AM, Julian Rohrhuber &amp;lt;rohrhuber-eap5A9aKA95j4WSHiO5qAw&amp;lt; at &amp;gt;public.gmane.org

&lt;/pre&gt;</description>
    <dc:creator>felix</dc:creator>
    <dc:date>2012-05-14T09:27:14</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.audio.supercollider.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.audio.supercollider.devel</link>
  </textinput>
</rdf:RDF>

