<?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.user">
    <title>gmane.comp.audio.supercollider.user</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.user</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.user/99652"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99651"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99650"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99649"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99648"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99647"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99646"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99645"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99644"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99643"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99642"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99641"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99640"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99639"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99638"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99637"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99636"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99635"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99634"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99633"/>
      </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.user/99652">
    <title>Re: playing a NodeProxy with an envelope</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99652</link>
    <description>&lt;pre&gt;
Drifting a bit off of the original topic -- the request that often comes up
is to hot-swap pieces of a SynthDef in and out, without stopping the UGens
that don't need to change. JITLib is made for this, but I haven't seen that
it can spawn groups of interconnected proxies polyphonically, where each
group behaves like one note. As Lewis said: each event from Pbind would
trigger a single modular group.

Instr can build modular units, but I haven't seen that it supports
hot-swapping: e.g., Pspawner triggering some Pmono patterns where the
\monoSet events can replace the type of LFO instead of only the parameters.
With Instr, you could have a different LFO type on the next note, but not
change it during an existing note. The thing I wish I had time to write
would support the latter.

I'm fairly sure there isn't an extension library that handles both
requirements cleanly. If there were, the question would not arise so often
:-)

hjh
&lt;/pre&gt;</description>
    <dc:creator>James Harkins</dc:creator>
    <dc:date>2013-05-25T07:06:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99651">
    <title>Re: PID of process run using Pipe</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99651</link>
    <description>&lt;pre&gt;controlling a movie player that's playing a movie :) In that case the
process is being used all the time and I could use its pid to eg. see if
it's still running. Sometime it crashes end exits by itself and then when I
try to write to a pipe - sclang obviously hangs.

I have no strong objection to a pid getter, just wanted to be sure it
wouldn't be one of those things that's less useful than it seems at first
(because of the synchronous behavior of pipes, at least "r"eading pipes).

If the behavior is different for "w"riting pipes -- if sclang doesn't block
on a write request -- then sure, I can see how it would be useful.

To avoid the problem you mentioned, where the child process stopped and the
next write into the pipe causes sclang to hang, probably Pipe should detect
internally if the process died and close the pipe. It could also run a user
callback function, passing the exit code as an argument. That would take
some work on the primitive side, which I don't know much about.

hjh
&lt;/pre&gt;</description>
    <dc:creator>James Harkins</dc:creator>
    <dc:date>2013-05-25T06:36:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99650">
    <title>Re: hello Windows users</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99650</link>
    <description>&lt;pre&gt;
Ah yes, so that means something like alt-[ will not be possible on the german keyboard, because [ itself already requires alt there, right?

Anyways, if you want me to try something out, schick's rüber.

Best
.r.


On 24 May 2013, at 23:09, Stefan Nussbaumer &amp;lt;stefanus-fW+7u5HpypJeoWH0uzbU5w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:



_______________________________________________
sc-users 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-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/

&lt;/pre&gt;</description>
    <dc:creator>Rainer Schütz</dc:creator>
    <dc:date>2013-05-24T23:16:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99649">
    <title>Re: PID of process run using Pipe</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99649</link>
    <description>&lt;pre&gt;Thank you for answers.

The problem is that I can't use .unixCmd because using the pipe I'm
controlling a movie player that's playing a movie :) In that case the
process is being used all the time and I could use its pid to eg. see if
it's still running. Sometime it crashes end exits by itself and then when I
try to write to a pipe - sclang obviously hangs.

For closing things, I'd kill it first just to be sure

"kill %".format(p.pid).unixCmd;
p.close;

and that way I guess the process won't hang afterwards.

So would it be possible to request adding pid as a getter?

Best,
Marcin


On Wed, May 22, 2013 at 6:04 PM, James Harkins &amp;lt;jamshark70-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Marcin Pączkowski</dc:creator>
    <dc:date>2013-05-24T22:48:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99648">
    <title>Re: hello Windows users</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99648</link>
    <description>&lt;pre&gt;Am 2013-05-24 19:37, schrieb Rainer Schütz:

thanks again!

I'll of course have to test how things work - so far I've only been able 
to test the (default) German and US keyboard under Linux and OSX here on 
my macbook. As far as I could see results were consistent (e.g. swapping 
z and y worked - z in querty layout and z in quertz layout yielded the 
same keycode). But there may be more difficulties waiting...

stefan

_______________________________________________
sc-users 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-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/

&lt;/pre&gt;</description>
    <dc:creator>Stefan Nussbaumer</dc:creator>
    <dc:date>2013-05-24T22:09:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99647">
    <title>Re: playing a NodeProxy with an envelope</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99647</link>
    <description>&lt;pre&gt;thx 4 the additional suggestions

especially the use of crucial lib given.
thx,
L.

_______________________________________________
sc-users 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-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/

&lt;/pre&gt;</description>
    <dc:creator>Lewis Bates</dc:creator>
    <dc:date>2013-05-24T20:59:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99646">
    <title>Re: SCIDE_overwrite_typesetting</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99646</link>
    <description>&lt;pre&gt;ahhh got him!

Thanks

_______________________________________________
sc-users 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-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/

&lt;/pre&gt;</description>
    <dc:creator>dominic</dc:creator>
    <dc:date>2013-05-24T19:22:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99645">
    <title>Re: Object.writeArchive and precision</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99645</link>
    <description>&lt;pre&gt;
Am 24.05.2013 um 17:54 schrieb Michael Dzjaparidze:



Ther have been discussions on this, just recently
continuing in the second thread

http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/Archiving-Reading-back-arrays-td6656360i20.html

http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/Dictionaries-Events-in-an-Array-and-Archived-td7590294.html

Greetings

Daniel

-----------------------------
http://daniel-mayer.at
-----------------------------


_______________________________________________
sc-users 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-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/

&lt;/pre&gt;</description>
    <dc:creator>Daniel Mayer</dc:creator>
    <dc:date>2013-05-24T18:26:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99644">
    <title>Re: SCIDE_overwrite_typesetting</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99644</link>
    <description>&lt;pre&gt;Hi Dom,

- open SC Preferences
- go to ShortCuts tab
- see shortcut: Toggle Overwrite Mode
- change the shortcut to anything you want

HTH
Best,
Paul

On 24 May 2013, at 16:30, Dominic Ward &amp;lt;contactdominicward-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:



_______________________________________________
sc-users 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-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/

&lt;/pre&gt;</description>
    <dc:creator>paul</dc:creator>
    <dc:date>2013-05-24T18:13:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99643">
    <title>Re: hello Windows users</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99643</link>
    <description>&lt;pre&gt;Hi Stefan,

okay, I revised my list to fit your Linux Array.

You might want to have the results tested, especially
keys like &amp;lt; ´ and the numerals in shift state, as they
differ on different keyboard drivers. (btw. I did mine
with keyboard driver set to US basic)

$1 -&amp;gt; 49,
$2 -&amp;gt; 50,
$3 -&amp;gt; 51,
$4 -&amp;gt; 52,
$5 -&amp;gt; 53,
$6 -&amp;gt; 54,
$7 -&amp;gt; 55,
$8 -&amp;gt; 56,
$9 -&amp;gt; 57,
$0 -&amp;gt; 48,
$- -&amp;gt; 189,
$= -&amp;gt; 187,
$q -&amp;gt; 81,
$w -&amp;gt; 87,
$e -&amp;gt; 69,
$r -&amp;gt; 82,
$t -&amp;gt; 84,
$y -&amp;gt; 89,
$u -&amp;gt; 85,
$i -&amp;gt; 73,
$o -&amp;gt; 79,
$p -&amp;gt; 80,
$[ -&amp;gt; 219,
$] -&amp;gt; 221,
$a -&amp;gt; 65,
$s -&amp;gt; 83,
$d -&amp;gt; 68,
$f -&amp;gt; 70,
$g -&amp;gt; 71,
$h -&amp;gt; 72,
$j -&amp;gt; 74,
$k -&amp;gt; 75,
$l -&amp;gt; 76,
$; -&amp;gt; 186,
$' -&amp;gt; 222,
(92.asAscii) -&amp;gt;220,
$&amp;lt; -&amp;gt; 226,
$z -&amp;gt; 90,
$x -&amp;gt; 88,
$c -&amp;gt; 67,
$v -&amp;gt; 86,
$&lt;/pre&gt;</description>
    <dc:creator>Rainer Schütz</dc:creator>
    <dc:date>2013-05-24T17:37:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99642">
    <title>Re: Re: ERROR: Permission Denied Primitive '_FileExists' failed</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99642</link>
    <description>&lt;pre&gt;Don't do that! You'll poke a massive security hole in your system! Do
not make that folder writeable.

2013/5/24 abrahambarranco &amp;lt;topoazulnavegaenmardequeso-PkbjNfxxIARBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:



--
http://www.mcld.co.uk

_______________________________________________
sc-users 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-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/

&lt;/pre&gt;</description>
    <dc:creator>Dan Stowell</dc:creator>
    <dc:date>2013-05-24T16:50:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99641">
    <title>Re: hello Windows users</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99641</link>
    <description>&lt;pre&gt;Hi Rainer,

tanks so much for your help!

Am 2013-05-24 17:49, schrieb Rainer Schütz:

oh, sorry for not being clear... for the first part of the code (the one 
that prints out the char and the keycode) only small letters should be 
sufficiant - at least here on mac and linux e.g. $r and $R result in the 
same keycode, only the modifiers differ (0 if none, and 131330 (mac 
cocoa), 131072 (qt - mac as well as linux))


well, it looks like keys and keys with modifiers are mixed. I'll try to 
sort that out (of course 0.asAscii doesn't make much sense but there are 
useful resp. the ones that I need as well in the list).

I've now added the dictionary in which I store the keycodes and 
modifiers - maybe that makes it a bit clearer. Anyway, as far as I can 
see modifiers under Linux and Windows seem to be the same but keycodes 
differ. I'll try to sort it it out.

Many, many thanks again!

stefan

Platform.case(
\linux, {
keyCodes = IdentityDictionary[
$1 -&amp;gt;10,
$2 -&amp;gt;11,
$3 -&amp;gt;12,
$4 -&amp;gt;&lt;/pre&gt;</description>
    <dc:creator>Stefan Nussbaumer</dc:creator>
    <dc:date>2013-05-24T16:39:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99640">
    <title>Object.writeArchive and precision</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99640</link>
    <description>&lt;pre&gt;I just found out that .writeArchive used on (an array of) float(s) only saves up to 6 decimal places... 

a = 0.000273125;
a.writeArchive("~/Desktop/test.txt".standardizePath);
b = Object.readArchive("~/Desktop/test.txt".standardizePath);

// truncated to 0.000273
b.postln;

Is there a reason for this? And is there a way to force more precision? I had a look at .asTextArchive as this is used by Object in response to calling .writeArchive, but I can't make much sense out of it that quickly.
       &lt;/pre&gt;</description>
    <dc:creator>Michael Dzjaparidze</dc:creator>
    <dc:date>2013-05-24T15:54:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99639">
    <title>Re: hello Windows users</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99639</link>
    <description>&lt;pre&gt;Hi GNU/Linux user,

Not that I am a Windows user…

Not entirely sure what you wanted in the second part, and also not sure if you wanted the normal, alphabetic keys with other modifiers than shift too. But the printouts don't look particularly helpful for that case anyways. I've given all for the letter a at the end of the attached list. The main part is just base-key and then shift-ke.

If you need more let me know
Best
.r.

$` -&amp;gt; 192,
0.asAscii -&amp;gt; 16,
$~ -&amp;gt; 192,
$1 -&amp;gt; 49,
0.asAscii -&amp;gt; 16,
$! -&amp;gt; 49,
$2 -&amp;gt; 50,
0.asAscii -&amp;gt; 16,
$&amp;lt; at &amp;gt; -&amp;gt; 50,
$3 -&amp;gt; 51,
0.asAscii -&amp;gt; 16,
$# -&amp;gt; 51,
$4 -&amp;gt; 52,
0.asAscii -&amp;gt; 16,
$$ -&amp;gt; 52,
$5 -&amp;gt; 53,
0.asAscii -&amp;gt; 16,
$% -&amp;gt; 53,
$6 -&amp;gt; 54,
0.asAscii -&amp;gt; 16,
$^ -&amp;gt; 54,
$7 -&amp;gt; 55,
0.asAscii -&amp;gt; 16,
$&amp;amp; -&amp;gt; 55,
$8 -&amp;gt; 56,
0.asAscii -&amp;gt; 16,
$* -&amp;gt; 56,
$9 -&amp;gt; 57,
0.asAscii -&amp;gt; 16&lt;/pre&gt;</description>
    <dc:creator>Rainer Schütz</dc:creator>
    <dc:date>2013-05-24T15:49:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99638">
    <title>SCIDE_overwrite_typesetting</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99638</link>
    <description>&lt;pre&gt;Hi All,

When using the new IDE, I keep hitting some key combination resulting in
the auto overwriting of text...mega annoying.

How do I undo this action (what's the shortcut?)

Thanks,

Dom
&lt;/pre&gt;</description>
    <dc:creator>Dominic Ward</dc:creator>
    <dc:date>2013-05-24T15:30:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99637">
    <title>hello Windows users</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99637</link>
    <description>&lt;pre&gt;hi,

I'm currently working on a shortcut-editor for a class of mine. 
unfortunately I don't have a machine running ms-windows resp. sc on 
windows. So, I' wondering if any of the windows users here on the list 
could do me a favour and run the following code for the blue keys in the 
attached screenshot:

(
w = Window("keyDown action");
w.view.keyDownAction_({ |view, char, mod, unicode, keycode, key|
"\t\t\t% -&amp;gt; \t\t\t\t%,\n".postf(char.asCompileString, keycode);
});
w.front;
)

also, I'd need the keycodes resp. modifiers for the arrow-keys (up, 
down, left, right).

for the modifiers - shift, alt resp. alt+shift - it would one can 
execute the following code - possibly modifiers for arrow-keys are not 
the same as the ones for other keys (at least on mac this is the case).

(
w = Window("keyDown (arrow) modifiers");
w.view.keyDownAction_({ |view, char, mod, unicode, keycode, key|
"\t\t\t% -&amp;gt; \t\t\t\t%,\n".postf(char.asCompileString, mod);
});
w.front;
)

Thanks a million to anyone willing to help me!

ste&lt;/pre&gt;</description>
    <dc:creator>Stefan Nussbaumer</dc:creator>
    <dc:date>2013-05-24T15:01:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99636">
    <title>Re: string concatenation</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99636</link>
    <description>&lt;pre&gt;Thank you Miguel and Daniel. Very helpful.

Best,

marcin



--
View this message in context: http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/string-concatenation-tp7598700p7598707.html
Sent from the SuperCollider Users New (Use this!!!!) mailing list archive at Nabble.com.

_______________________________________________
sc-users 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-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/

&lt;/pre&gt;</description>
    <dc:creator>marcin_p</dc:creator>
    <dc:date>2013-05-24T14:31:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99635">
    <title>Re: string concatenation</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99635</link>
    <description>&lt;pre&gt;
Am 24.05.2013 um 13:34 schrieb marcin_p:



["control"] ++ (\dialogue_++_!6)

\dialogue_ is converted by concatenation


Greetings

Daniel

-----------------------------
http://daniel-mayer.at
-----------------------------


_______________________________________________
sc-users 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-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/

&lt;/pre&gt;</description>
    <dc:creator>Daniel Mayer</dc:creator>
    <dc:date>2013-05-24T14:00:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99634">
    <title>Re: playing a NodeProxy with an envelope</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99634</link>
    <description>&lt;pre&gt;
Am 24.05.2013 um 06:25 schrieb James Harkins:


What do you mean by "mainstream framework" ?

The exampIe given quite clearly shows
that it works straightforward by using Instr.
I haven't extensively tested this approach
but it looks like a promising solution.

Pfunc { ~i } doesn't contain "proxy" in its name,
but in fact it acts like a proxy pattern, just as PL(\i).

With just a minimal bookkeeping effort
(which could also be automatized by simple methods/functions) ...

~s = Instr(\saw, ...);
~p = Instr(\pulse, ...);
...

~f1 = Instr(\rlpf, ...);
~f2 = Instr(\rhpf, ...);
...


... replacements of running patterns/eventstreamplayers
with newly patched intruments have very concise syntax

~i = ~s &amp;lt;&amp;gt;&amp;gt; ~f1

~i = ~p &amp;lt;&amp;gt;&amp;gt; ~f2


This looks pretty comfortable -
though I'm also happy to see future alternatives,
maybe with additional features.

I'm often surprised how things can work together smoothly.
Different approaches (here e.g. Pbindef, Instr, PLx) can be
successfully combined and I'm thankful for requests
tha&lt;/pre&gt;</description>
    <dc:creator>Daniel Mayer</dc:creator>
    <dc:date>2013-05-24T13:43:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99633">
    <title>Re: string concatenation</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99633</link>
    <description>&lt;pre&gt;Fri, 2013-05-24 às 04:34 -0700, marcin_p escreveu:

[control]++6.collect{|i|"dialogue_" ++ i}
&lt;/pre&gt;</description>
    <dc:creator>Miguel Negrão</dc:creator>
    <dc:date>2013-05-24T13:03:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99632">
    <title>Re: ERROR: Permission Denied Primitive '_FileExists' failed</title>
    <link>http://permalink.gmane.org/gmane.comp.audio.supercollider.user/99632</link>
    <description>&lt;pre&gt;Just type this in Terminal: 

sudo chmod -R ug+rwx /usr/local/bin 





If you want to be sure Here the link: 

http://www.mac-terminal.com/files-and-folders/permissions/chmod/




--
View this message in context: http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/ERROR-Permission-Denied-Primitive-FileExists-failed-tp7595975p7598703.html
Sent from the SuperCollider Users New (Use this!!!!) mailing list archive at Nabble.com.

_______________________________________________
sc-users 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-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/

&lt;/pre&gt;</description>
    <dc:creator>abrahambarranco</dc:creator>
    <dc:date>2013-05-24T12:50:09</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.audio.supercollider.user">
    <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.user</link>
  </textinput>
</rdf:RDF>
