Re: [Csnd-dev] [EXTERNAL] [Csnd-dev] strget for pfields

"Dr. Richard Boulanger" <[email protected]> Wed, 18 Mar 2026 11:46:10 -0400
Newsgroups gmane.comp.audio.csound.devel
Message-ID <CAOH7dA55KN9TgJc4S1reXiu9cpFY0D7ow-k2esPUAJU78CiC=g@mail.gmail.com>
--00000000000012fa48064d4e5c90
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Note that the Feb06 CsoundQt with Beta 7.0 does not allow my students to do
real-time recording of the CsoundQt output. (push the red button)
I do not think that one can send bug reports from that version either - and
so, this was not reported when we discovered it in class.  I do use it for
testing and love it, but.  We had to roll back in class because my students
could not "bounce" from it.

*- Dr.B*


*Dr. Richard Boulanger*

Professor

Electronic Production and Design

*Berklee College of Music*

Professional Writing & Technology Division


On Wed, Mar 18, 2026 at 11:36=E2=80=AFAM joachim heintz <[email protected]=
e> wrote:

> as for csoundqt, tarmo did this release some weeks ago, with a stable
> csound 7 version, in my opinion:
>
> https://github.com/CsoundQt/CsoundQt/releases/download/v7.0.0-beta2/Csoun=
dQt-7.0.0-beta2-MacOS.dmg
> it should also show the new manual if you want to have it locally:
>
> https://github.com/CsoundQt/CsoundQt/releases/download/v7.0.0-beta2/csoun=
d7-manual-local.zip
>
> hope we can have a "real" csound 7 release soon, so that it will be
> easily available for others.
>         joachim
>
> On 17/03/2026 21:06, Dr. Richard Boulanger wrote:
> > Yes - how do we now install Csound7, and is there a CsoundQt that runs
> > with the latest version of the stable Csound7?
> >
> > *- Dr.B*
> >
> > *
> > *
> >
> > *Dr. Richard Boulanger*
> >
> > Professor
> >
> > Electronic Production and Design
> >
> > *Berklee College of Music*
> >
> > Professional Writing & Technology Division
> >
> >
> >
> > On Tue, Mar 17, 2026 at 4:04=E2=80=AFPM Ben Hackbarth <hackbarth@gmail.=
com
> > <mailto:[email protected]>> wrote:
> >
> >     Thanks Victor. I hadn=E2=80=99t realised that version 7 was stable =
now. I
> >     appreciate all of the hard work that went into version 7!
> >
> >
> >     One reason that it was unclear that 6 is EOL and 7 is stable is tha=
t
> >     =E2=80=98brew install csound=E2=80=99 installs version 6.18 on OSX.
> >
> >
> >     Thanks and best, Ben
> >
> >
> >     On Wed, 11 Mar 2026 at 12:00, Victor Lazzarini <000010b17ddd988e-
> >     [email protected] <mailto:000010b17ddd988e-dmarc-
> >     [email protected]>> wrote:
> >
> >         Csound 6.x is EOL. With Csound 7, I get this
> >
> >         =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> >         victor@firebird debug % csound test.csd
> >         Reading options from $HOME/.csound7rc
> >         Reading CSD file:  test.csd
> >         --Csound version 7.0 beta (double samples) Mar  7 2026
> >         [commit: 32fe6c37f4d382e1b25d4a5fccf0e0fccc3ffa85]
> >         Compiling Csound code...
> >         ...done
> >         Elapsed time at end of code compilation: real: 0.009s, CPU:
> 0.006s
> >         using libsndfile-1.2.2
> >         graphics suppressed, ascii substituted
> >         sr =3D 44100.0, kr =3D 1378.125, ksmps =3D 32
> >         0dBFS level =3D 32768.0, A4 tuning =3D 440.0
> >         audio buffered in 128 sample-frame blocks
> >         not writing to sound disk
> >         SECTION 1:
> >         new alloc for instr 200:
> >         mystring
> >         B  0.000 ..  1.000 T  1.000 TT  1.000 M:      0.0      0.0
> >         end of Performance
> >         inactive allocs returned to freespace
> >            overall amps:      0.0      0.0
> >            overall samples out of range:        0        0
> >         0 errors in performance
> >         =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> >
> >         So that is working.
> >         =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
> >         Prof. Victor Lazzarini
> >         Maynooth University
> >         Ireland
> >
> >
> >
> >
> >
> >
> >          > On 11 Mar 2026, at 11:42, Ben Hackbarth <[email protected]
> >         <mailto:[email protected]>> wrote:
> >          >
> >          > You don't often get email from [email protected]
> >         <mailto:[email protected]>. Learn why this is important
> *Warning*
> >          > This email originated from outside of Maynooth University's
> >         Mail System. Do not reply, click links or open attachments
> >         unless you recognise the sender and know the content is safe.
> >          > Dear all,
> >          >
> >          > I am running into issues with strget in the latest stable
> >         version (6.18.1_14.arm64_sequoia). More specifically, strget
> >         does not seem capable of pulling strings from p-fields as it
> >         once did.
> >          > The csd below prints nothing for me at the terminal. Commit
> >         a1580f9cdf331c35dceb486f4231871ce0b00266 works fine, however; I
> >         get 'mystring' printed with puts as expected.
> >          >
> >          > Thanks for any insight, Ben
> >          >
> >          >
> >          > <CsoundSynthesizer>
> >          > <CsOptions>
> >          > --format=3Dwav /tmp/assemblage.wav
> >          > </CsOptions>
> >          > <CsInstruments>
> >          > sr =3D 44100
> >          > ksmps =3D 32
> >          > nchnls =3D 2
> >          >
> >          >
> >          > instr 200
> >          > Sfilename   strget   p4
> >          > puts Sfilename, 1
> >          > endin
> >          >
> >          > </CsInstruments>
> >          >
> >          > <CsScore>
> >          > i200 0.0 1 "mystring"
> >          > e
> >          > </CsScore>
> >          > </CsoundSynthesizer>
> >
> >         The information contained in this email may be confidential and
> >         privileged. It is intended only for the addressee(s) stated
> >         above. If you are not an addressee any use, dissemination,
> >         distribution, publication or copying of the information
> >         contained in this email is strictly prohibited. If you have
> >         received this email in error, please immediately notify us by
> >         email at [email protected]
> >         <mailto:[email protected]><mailto:[email protected]
> >         <mailto:[email protected]>> and delete this email from your
> >         system.
> >
> >         Please note that Maynooth University is subject to Freedom of
> >         Information and Data Protection laws. We may be required to
> >         disclose the content of emails under the FOI Act 2014, the Data
> >         Protection Act 2018 or GDPR.
> >
> >         Is don seola=C3=AD / do na seolaithe thuasluaite amh=C3=A1in an=
 r=C3=ADomhphost
> >         seo. D=E2=80=99fh=C3=A9adfadh an t-eolas at=C3=A1 ann a bheith =
r=C3=BAnda agus faoi
> >         phribhl=C3=A9id. Mura seola=C3=AD t=C3=BA, t=C3=A1 cosc ioml=C3=
=A1n ar aon eolas at=C3=A1 sa
> >         r=C3=ADomhphost seo a =C3=BAs=C3=A1id, a scaipeadh, a dh=C3=A1i=
leadh, a fhoilsi=C3=BA n=C3=B3
> >         a ch=C3=B3ipe=C3=A1il. M=C3=A1 fuair t=C3=BA an r=C3=ADomhphost=
 seo tr=C3=AD thimpiste, cuir
> >         sin in i=C3=BAl d=C3=BAinn l=C3=A1ithreach tr=C3=AD r=C3=ADomhp=
host a chur chuig
> >         [email protected]
> >         <mailto:[email protected]><mailto:[email protected]
> >         <mailto:[email protected]>>  agus scrios an r=C3=ADomhphost =
seo =C3=B3
> >         do ch=C3=B3ras.
> >
> >         Tabhair faoi deara go bhfuil Ollscoil Mh=C3=A1 Nuad faoi r=C3=
=A9ir dhl=C3=ADthe
> >         um Shaor=C3=A1il Faisn=C3=A9ise agus um Chosaint Sonra=C3=AD. D=
=E2=80=99fh=C3=A9adfadh
> >         ceangal a bheith orainn =C3=A1bhar r=C3=ADomhphoist a nochtadh =
faoin Acht
> >         um Shaor=C3=A1il Faisn=C3=A9ise 2014, faoin Acht um Chosaint So=
nra=C3=AD 2018
> >         n=C3=B3 faoi GDPR.
> >
> >         Registered charity number 20037130
> >
> >
>

--00000000000012fa48064d4e5c90
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>Note that the Feb06 CsoundQt with Beta 7.0 does not a=
llow my students to do real-time recording of the CsoundQt output. (push th=
e red button)</div><div>I do not think that one can send bug reports from t=
hat version either - and so, this was not reported when we discovered=C2=A0=
it in class.=C2=A0 I do use it for testing and love it, but.=C2=A0 We had t=
o roll back in class because=C2=A0my students could not &quot;bounce&quot; =
from it.</div><div><br></div><div><div dir=3D"ltr" class=3D"gmail_signature=
" data-smartmail=3D"gmail_signature"><div dir=3D"ltr"><div dir=3D"ltr"><div=
 dir=3D"ltr"><div dir=3D"ltr"><div dir=3D"ltr"><p style=3D"text-align:left;=
margin:0px;font-stretch:normal;line-height:normal"><font face=3D"verdana, s=
ans-serif" color=3D"#ff0000"><b style=3D"background-color:rgb(255,255,255)"=
>- Dr.B</b></font></p><p style=3D"text-align:left;margin:0px;font-stretch:n=
ormal;line-height:normal"><b><font style=3D"background-color:rgb(255,255,25=
5)" color=3D"#0b5394" face=3D"verdana, sans-serif"><br></font></b></p><p st=
yle=3D"text-align:left;margin:0px;font-stretch:normal;line-height:normal"><=
b><font style=3D"background-color:rgb(255,255,255)" color=3D"#0b5394" face=
=3D"verdana, sans-serif">Dr. Richard Boulanger</font></b></p><p style=3D"te=
xt-align:left;margin:0px;font-stretch:normal;line-height:normal;color:rgb(0=
,0,0)"><font size=3D"1" face=3D"verdana, sans-serif">Professor</font></p><p=
 style=3D"text-align:left;margin:0px;font-stretch:normal;line-height:normal=
;color:rgb(0,0,0)"><font size=3D"1" face=3D"verdana, sans-serif">Electronic=
 Production and Design<br></font></p><p style=3D"text-align:left;margin:0px=
;font-stretch:normal;line-height:normal"><b><font color=3D"#ff0000" face=3D=
"verdana, sans-serif">Berklee College of Music</font></b></p><p style=3D"te=
xt-align:left;margin:0px;font-stretch:normal;line-height:normal"><span styl=
e=3D"color:rgb(0,0,0)"><font size=3D"1" face=3D"verdana, sans-serif">Profes=
sional Writing &amp; Technology Division</font></span></p></div></div></div=
></div></div></div></div><br></div><br><div class=3D"gmail_quote gmail_quot=
e_container"><div dir=3D"ltr" class=3D"gmail_attr">On Wed, Mar 18, 2026 at =
11:36=E2=80=AFAM joachim heintz &lt;<a href=3D"mailto:[email protected]">=
[email protected]</a>&gt; wrote:<br></div><blockquote class=3D"gmail_quot=
e" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204)=
;padding-left:1ex">as for csoundqt, tarmo did this release some weeks ago, =
with a stable <br>
csound 7 version, in my opinion:<br>
<a href=3D"https://github.com/CsoundQt/CsoundQt/releases/download/v7.0.0-be=
ta2/CsoundQt-7.0.0-beta2-MacOS.dmg" rel=3D"noreferrer" target=3D"_blank">ht=
tps://github.com/CsoundQt/CsoundQt/releases/download/v7.0.0-beta2/CsoundQt-=
7.0.0-beta2-MacOS.dmg</a><br>
it should also show the new manual if you want to have it locally:<br>
<a href=3D"https://github.com/CsoundQt/CsoundQt/releases/download/v7.0.0-be=
ta2/csound7-manual-local.zip" rel=3D"noreferrer" target=3D"_blank">https://=
github.com/CsoundQt/CsoundQt/releases/download/v7.0.0-beta2/csound7-manual-=
local.zip</a><br>
<br>
hope we can have a &quot;real&quot; csound 7 release soon, so that it will =
be <br>
easily available for others.<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 joachim<br>
<br>
On 17/03/2026 21:06, Dr. Richard Boulanger wrote:<br>
&gt; Yes - how do we now install Csound7, and is there a CsoundQt that runs=
 <br>
&gt; with the latest version of the stable Csound7?<br>
&gt; <br>
&gt; *- Dr.B*<br>
&gt; <br>
&gt; *<br>
&gt; *<br>
&gt; <br>
&gt; *Dr. Richard Boulanger*<br>
&gt; <br>
&gt; Professor<br>
&gt; <br>
&gt; Electronic Production and Design<br>
&gt; <br>
&gt; *Berklee College of Music*<br>
&gt; <br>
&gt; Professional Writing &amp; Technology Division<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; On Tue, Mar 17, 2026 at 4:04=E2=80=AFPM Ben Hackbarth &lt;<a href=3D"m=
ailto:[email protected]" target=3D"_blank">[email protected]</a> <br>
&gt; &lt;mailto:<a href=3D"mailto:[email protected]" target=3D"_blank">ha=
[email protected]</a>&gt;&gt; wrote:<br>
&gt; <br>
&gt;=C2=A0 =C2=A0 =C2=A0Thanks Victor. I hadn=E2=80=99t realised that versi=
on 7 was stable now. I<br>
&gt;=C2=A0 =C2=A0 =C2=A0appreciate all of the hard work that went into vers=
ion 7!<br>
&gt; <br>
&gt; <br>
&gt;=C2=A0 =C2=A0 =C2=A0One reason that it was unclear that 6 is EOL and 7 =
is stable is that<br>
&gt;=C2=A0 =C2=A0 =C2=A0=E2=80=98brew install csound=E2=80=99 installs vers=
ion 6.18 on OSX.<br>
&gt; <br>
&gt; <br>
&gt;=C2=A0 =C2=A0 =C2=A0Thanks and best, Ben<br>
&gt; <br>
&gt; <br>
&gt;=C2=A0 =C2=A0 =C2=A0On Wed, 11 Mar 2026 at 12:00, Victor Lazzarini &lt;=
000010b17ddd988e-<br>
&gt;=C2=A0 =C2=A0 =C2=A0<a href=3D"mailto:[email protected]"=
 target=3D"_blank">[email protected]</a> &lt;mailto:<a href=
=3D"mailto:000010b17ddd988e-dmarc-" target=3D"_blank">000010b17ddd988e-dmar=
c-</a><br>
&gt;=C2=A0 =C2=A0 =C2=A0<a href=3D"mailto:[email protected]" targe=
t=3D"_blank">[email protected]</a>&gt;&gt; wrote:<br>
&gt; <br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Csound 6.x is EOL. With Csound 7, I g=
et this<br>
&gt; <br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0victor@firebird debug % csound test.c=
sd<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Reading options from $HOME/.csound7rc=
<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Reading CSD file:=C2=A0 test.csd<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0--Csound version 7.0 beta (double sam=
ples) Mar=C2=A0 7 2026<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0[commit: 32fe6c37f4d382e1b25d4a5fccf0=
e0fccc3ffa85]<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Compiling Csound code...<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0...done<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Elapsed time at end of code compilati=
on: real: 0.009s, CPU: 0.006s<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0using libsndfile-1.2.2<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0graphics suppressed, ascii substitute=
d<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0sr =3D 44100.0, kr =3D 1378.125, ksmp=
s =3D 32<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A00dBFS level =3D 32768.0, A4 tuning =
=3D 440.0<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0audio buffered in 128 sample-frame bl=
ocks<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0not writing to sound disk<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0SECTION 1:<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0new alloc for instr 200:<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0mystring<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0B=C2=A0 0.000 ..=C2=A0 1.000 T=C2=A0 =
1.000 TT=C2=A0 1.000 M:=C2=A0 =C2=A0 =C2=A0 0.0=C2=A0 =C2=A0 =C2=A0 0.0<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0end of Performance<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0inactive allocs returned to freespace=
<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 overall amps:=C2=A0 =C2=A0 =
=C2=A0 0.0=C2=A0 =C2=A0 =C2=A0 0.0<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 overall samples out of range:=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 0=C2=A0 =C2=A0 =C2=A0 =C2=A0 0<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A00 errors in performance<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D<br>
&gt; <br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0So that is working.<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Prof. Victor Lazzarini<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Maynooth University<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Ireland<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt; On 11 Mar 2026, at 11:42, Ben H=
ackbarth &lt;<a href=3D"mailto:[email protected]" target=3D"_blank">hackb=
[email protected]</a><br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0&lt;mailto:<a href=3D"mailto:hackbart=
[email protected]" target=3D"_blank">[email protected]</a>&gt;&gt; wrote:<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt; You don&#39;t often get email f=
rom <a href=3D"mailto:[email protected]" target=3D"_blank">hackbarth@gmai=
l.com</a><br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0&lt;mailto:<a href=3D"mailto:hackbart=
[email protected]" target=3D"_blank">[email protected]</a>&gt;. Learn why this =
is important *Warning*<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt; This email originated from outs=
ide of Maynooth University&#39;s<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Mail System. Do not reply, click link=
s or open attachments<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0unless you recognise the sender and k=
now the content is safe.<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt; Dear all,<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt; I am running into issues with s=
trget in the latest stable<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0version (6.18.1_14.arm64_sequoia). Mo=
re specifically, strget<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0does not seem capable of pulling stri=
ngs from p-fields as it<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0once did.<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt; The csd below prints nothing fo=
r me at the terminal. Commit<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0a1580f9cdf331c35dceb486f4231871ce0b00=
266 works fine, however; I<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0get &#39;mystring&#39; printed with p=
uts as expected.<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt; Thanks for any insight, Ben<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt; &lt;CsoundSynthesizer&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt; &lt;CsOptions&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt; --format=3Dwav /tmp/assemblage.=
wav<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt; &lt;/CsOptions&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt; &lt;CsInstruments&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt; sr =3D 44100<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt; ksmps =3D 32<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt; nchnls =3D 2<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt; instr 200<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt; Sfilename=C2=A0 =C2=A0strget=C2=
=A0 =C2=A0p4<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt; puts Sfilename, 1<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt; endin<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt; &lt;/CsInstruments&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt; &lt;CsScore&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt; i200 0.0 1 &quot;mystring&quot;=
<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt; e<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt; &lt;/CsScore&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &gt; &lt;/CsoundSynthesizer&gt;<br>
&gt; <br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0The information contained in this ema=
il may be confidential and<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0privileged. It is intended only for t=
he addressee(s) stated<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0above. If you are not an addressee an=
y use, dissemination,<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0distribution, publication or copying =
of the information<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0contained in this email is strictly p=
rohibited. If you have<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0received this email in error, please =
immediately notify us by<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0email at <a href=3D"mailto:dataprotec=
[email protected]" target=3D"_blank">[email protected]</a><br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0&lt;mailto:<a href=3D"mailto:dataprot=
[email protected]" target=3D"_blank">[email protected]</a>&gt;&lt;mailto:<a h=
ref=3D"mailto:[email protected]" target=3D"_blank">[email protected]<=
/a><br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0&lt;mailto:<a href=3D"mailto:dataprot=
[email protected]" target=3D"_blank">[email protected]</a>&gt;&gt; and delete=
 this email from your<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0system.<br>
&gt; <br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Please note that Maynooth University =
is subject to Freedom of<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Information and Data Protection laws.=
 We may be required to<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0disclose the content of emails under =
the FOI Act 2014, the Data<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Protection Act 2018 or GDPR.<br>
&gt; <br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Is don seola=C3=AD / do na seolaithe =
thuasluaite amh=C3=A1in an r=C3=ADomhphost<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0seo. D=E2=80=99fh=C3=A9adfadh an t-eo=
las at=C3=A1 ann a bheith r=C3=BAnda agus faoi<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0phribhl=C3=A9id. Mura seola=C3=AD t=
=C3=BA, t=C3=A1 cosc ioml=C3=A1n ar aon eolas at=C3=A1 sa<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0r=C3=ADomhphost seo a =C3=BAs=C3=A1id=
, a scaipeadh, a dh=C3=A1ileadh, a fhoilsi=C3=BA n=C3=B3<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0a ch=C3=B3ipe=C3=A1il. M=C3=A1 fuair =
t=C3=BA an r=C3=ADomhphost seo tr=C3=AD thimpiste, cuir<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0sin in i=C3=BAl d=C3=BAinn l=C3=A1ith=
reach tr=C3=AD r=C3=ADomhphost a chur chuig<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0<a href=3D"mailto:[email protected]=
e" target=3D"_blank">[email protected]</a><br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0&lt;mailto:<a href=3D"mailto:dataprot=
[email protected]" target=3D"_blank">[email protected]</a>&gt;&lt;mailto:<a h=
ref=3D"mailto:[email protected]" target=3D"_blank">[email protected]<=
/a><br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0&lt;mailto:<a href=3D"mailto:dataprot=
[email protected]" target=3D"_blank">[email protected]</a>&gt;&gt;=C2=A0 agus=
 scrios an r=C3=ADomhphost seo =C3=B3<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0do ch=C3=B3ras.<br>
&gt; <br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Tabhair faoi deara go bhfuil Ollscoil=
 Mh=C3=A1 Nuad faoi r=C3=A9ir dhl=C3=ADthe<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0um Shaor=C3=A1il Faisn=C3=A9ise agus =
um Chosaint Sonra=C3=AD. D=E2=80=99fh=C3=A9adfadh<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0ceangal a bheith orainn =C3=A1bhar r=
=C3=ADomhphoist a nochtadh faoin Acht<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0um Shaor=C3=A1il Faisn=C3=A9ise 2014,=
 faoin Acht um Chosaint Sonra=C3=AD 2018<br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0n=C3=B3 faoi GDPR.<br>
&gt; <br>
&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Registered charity number 20037130<br=
>
&gt; <br>
&gt; <br>
</blockquote></div>

--00000000000012fa48064d4e5c90--