Csound Csound-dev Csound-tekno Search About

[Csnd] Changing speed of sample relative to t statement

Date2018-06-19 09:17
Fromfauveboy
Subject[Csnd] Changing speed of sample relative to t statement
I've recorded audio that has a particular tempo.

I'm currently using diskin for sample playback. I now need to, however, slow
the sample down without changing the pitch and also be able to determine
what value to give my t statment in the score. 

What can I do here? Is there an opcode that allows me to slow a sample down
without having implications on the pitch? and I suppose depending on what
value this opcode receives can be compared with the original tempo to figure
out the deviation that would be a new tempo?

many thanks




--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-06-19 09:52
FromVictor Lazzarini
SubjectRe: [Csnd] Changing speed of sample relative to t statement
Try temposcal or mincer. These are table-based. For disk-based, you
can analyse the audio with pvanal and use pvoc to read it.
========================
Prof. Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 19 Jun 2018, at 09:17, fauveboy  wrote:
> 
> I've recorded audio that has a particular tempo.
> 
> I'm currently using diskin for sample playback. I now need to, however, slow
> the sample down without changing the pitch and also be able to determine
> what value to give my t statment in the score. 
> 
> What can I do here? Is there an opcode that allows me to slow a sample down
> without having implications on the pitch? and I suppose depending on what
> value this opcode receives can be compared with the original tempo to figure
> out the deviation that would be a new tempo?
> 
> many thanks
> 
> 
> 
> 
> --
> Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-06-19 09:54
FromVictor Lazzarini
SubjectRe: [Csnd] Changing speed of sample relative to t statement
I forgot about filescal and mp3scal. They work with files.
========================
Prof. Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 19 Jun 2018, at 09:52, Victor Lazzarini  wrote:
> 
> Try temposcal or mincer. These are table-based. For disk-based, you
> can analyse the audio with pvanal and use pvoc to read it.
> ========================
> Prof. Victor Lazzarini
> Dean of Arts, Celtic Studies, and Philosophy,
> Maynooth University,
> Maynooth, Co Kildare, Ireland
> Tel: 00 353 7086936
> Fax: 00 353 1 7086952 
> 
>> On 19 Jun 2018, at 09:17, fauveboy  wrote:
>> 
>> I've recorded audio that has a particular tempo.
>> 
>> I'm currently using diskin for sample playback. I now need to, however, slow
>> the sample down without changing the pitch and also be able to determine
>> what value to give my t statment in the score. 
>> 
>> What can I do here? Is there an opcode that allows me to slow a sample down
>> without having implications on the pitch? and I suppose depending on what
>> value this opcode receives can be compared with the original tempo to figure
>> out the deviation that would be a new tempo?
>> 
>> many thanks
>> 
>> 
>> 
>> 
>> --
>> Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
>> 
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>       https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-07-07 18:51
Fromfauveboy
SubjectRe: [Csnd] Changing speed of sample relative to t statement
I got the error: Unable to find opcode entry for 'filescal' ?



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-07-07 19:08
FromVictor Lazzarini
SubjectRe: [Csnd] Changing speed of sample relative to t statement
Which version? What OS? Can you post the CSD?

If you run csound -z you can get a list of opcodes.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 7 Jul 2018, at 18:51, fauveboy  wrote:
> 
> I got the error: Unable to find opcode entry for 'filescal' ?
> 
> 
> 
> --
> Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-07-07 19:35
Fromfauveboy
SubjectRe: [Csnd] Changing speed of sample relative to t statement
I'm on macOS Sierra version 10.12.6

both opcodes arn't showing up in the list after csound -z. 

sampler1.csd contains mp3scal:  Sampler1.csd
  
and sample2.csd contains:  Sample2.csd
  



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-07-07 20:10
FromVictor Lazzarini
SubjectRe: [Csnd] Changing speed of sample relative to t statement
Which Csound version?

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 7 Jul 2018, at 19:36, fauveboy  wrote:
> 
> I'm on macOS Sierra version 10.12.6
> 
> both opcodes arn't showing up in the list after csound -z. 
> 
> sampler1.csd contains mp3scal:  Sampler1.csd
>   
> and sample2.csd contains:  Sample2.csd
>   
> 
> 
> 
> --
> Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-07-08 11:10
FromVictor Lazzarini
SubjectRe: [Csnd] Changing speed of sample relative to t statement
Just to note, it is present in the latest Csound release on MacOS:

$ csound -z
0dBFS level = 32768.0
--Csound version 6.11 (double samples) May 11 2018
[commit: 25b2e8e53bc924526eaad34e0768a5e866638e94]
libsndfile-1.0.28
1934 opcodes

...
filepeak            filescal            filesr              filevalid
...


========================
Prof. Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 7 Jul 2018, at 20:10, Victor Lazzarini  wrote:
> 
> Which Csound version?
> 
> Victor Lazzarini
> Dean of Arts, Celtic Studies, and Philosophy
> Maynooth University
> Ireland
> 
>> On 7 Jul 2018, at 19:36, fauveboy  wrote:
>> 
>> I'm on macOS Sierra version 10.12.6
>> 
>> both opcodes arn't showing up in the list after csound -z. 
>> 
>> sampler1.csd contains mp3scal:  Sampler1.csd
>>   
>> and sample2.csd contains:  Sample2.csd
>>   
>> 
>> 
>> 
>> --
>> Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
>> 
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>       https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-07-08 13:54
Fromfauveboy
SubjectRe: [Csnd] Changing speed of sample relative to t statement
I'm getting a different number of opcodes:

$csound -z 

0dBFS level = 32768.0
--Csound version 6.11 (double samples) May 11 2018
[commit: 25b2e8e53bc924526eaad34e0768a5e866638e94]
libsndfile-1.0.28
1909 opcodes



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-07-08 14:08
FromVictor Lazzarini
SubjectRe: [Csnd] Changing speed of sample relative to t statement
That’s ok, you might not have things like jack  etc. installed, which will account for the ones that are not there.

The filescal however is an internal opcode and should always be there.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 8 Jul 2018, at 13:55, fauveboy  wrote:
> 
> I'm getting a different number of opcodes:
> 
> $csound -z 
> 
> 0dBFS level = 32768.0
> --Csound version 6.11 (double samples) May 11 2018
> [commit: 25b2e8e53bc924526eaad34e0768a5e866638e94]
> libsndfile-1.0.28
> 1909 opcodes
> 
> 
> 
> --
> Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-07-08 14:08
FromVictor Lazzarini
SubjectRe: [Csnd] Changing speed of sample relative to t statement
Copy the list here for us to check.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 8 Jul 2018, at 13:55, fauveboy  wrote:
> 
> I'm getting a different number of opcodes:
> 
> $csound -z 
> 
> 0dBFS level = 32768.0
> --Csound version 6.11 (double samples) May 11 2018
> [commit: 25b2e8e53bc924526eaad34e0768a5e866638e94]
> libsndfile-1.0.28
> 1909 opcodes
> 
> 
> 
> --
> Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-07-08 14:19
Fromfauveboy
SubjectRe: [Csnd] Changing speed of sample relative to t statement
Like so?

0dBFS level = 32768.0
--Csound version 6.11 (double samples) May 11 2018
[commit: 25b2e8e53bc924526eaad34e0768a5e866638e94]
libsndfile-1.0.28
1909 opcodes

ATSadd              ATSaddnz            ATSbufread          ATScross
ATSinfo             ATSinterpread       ATSpartialtap       ATSread
ATSreadnz           ATSsinnoi           FLbox               FLbutBank
FLbutton            FLcloseButton       FLcolor             FLcolor2
FLcount             FLexecButton        FLgetsnap           FLgroup
FLgroupEnd          FLgroup_end         FLhide              FLhvsBox
FLhvsBoxSetValue    FLjoy               FLkeyIn             FLknob
FLlabel             FLloadsnap          FLmouse             FLpack
FLpackEnd           FLpack_end          FLpanel             FLpanelEnd
FLpanel_end         FLprintk            FLprintk2           FLroller
FLrun               FLsavesnap          FLscroll            FLscrollEnd
FLscroll_end        FLsetAlign          FLsetBox            FLsetColor
FLsetColor2         FLsetFont           FLsetPosition       FLsetSize
FLsetSnapGroup      FLsetText           FLsetTextColor      FLsetTextSize
FLsetTextType       FLsetVal            FLsetVal_i          FLsetVali
FLsetsnap           FLshow              FLslidBnk           FLslidBnk2
FLslidBnk2Set       FLslidBnk2Setk      FLslidBnkGetHandle  FLslidBnkSet
FLslidBnkSetk       FLslider            FLtabs              FLtabsEnd
FLtabs_end          FLtext              FLupdate            FLvalue
FLvkeybd            FLvslidBnk          FLvslidBnk2         FLxyin
K35_hpf             K35_lpf             MixerClear          MixerGetLevel
MixerReceive        MixerSend           MixerSetLevel       MixerSetLevel_i
OSCinit             OSCinitM            OSClisten           OSCraw
OSCsend             OSCsend_lo          S                   a
abs                 active              adsr                adsyn
adsynt              adsynt2             aftouch             alpass
alwayson            ampdb               ampdbfs             ampmidi
ampmidid            areson              aresonk             atone
atonek              atonex              babo                balance
balance2            bamboo              barmodel            bbcutm
bbcuts              betarand            bexprnd             bformdec1
bformenc1           binit               biquad              biquada
birnd               bpf                 bqrez               buchla
butbp               butbr               buthp               butlp
butterbp            butterbr            butterhp            butterlp
button              buzz                c2r                 cabasa
cauchy              cauchyi             cbrt                ceil
cell                cent                centroid            ceps
cepsinv             cggoto              chanctrl            changed
changed2            chani               chano               chebyshevpoly
checkbox            chn_S               chn_a               chn_k
chnclear            chnexport           chnget              chngetks
chnmix              chnparams           chnset              chnsetks
chuap               cigoto              cingoto             ckgoto
clear               clfilt              clip                clockoff
clockon             cmp                 cmplxprod           cngoto
cnkgoto             comb                combinv             compilecsd
compileorc          compilestr          compress            compress2
connect             control             convle              convolve
copya2ftab          copyf2array         cos                 cosh
cosinv              cosseg              cossegb             cossegr
cps2pch             cpsmidi             cpsmidib            cpsmidinn
cpsoct              cpspch              cpstmid             cpstun
cpstuni             cpsxpch             cpuprc              cross2
crossfm             crossfmi            crossfmpm           crossfmpmi
crosspm             crosspmi            crunch              ctlchn
ctrl14              ctrl21              ctrl7               ctrlinit
cuserrnd            dam                 date                dates
db                  dbamp               dbfsamp             dcblock
dcblock2            dconv               dct                 dctinv
delay               delay1              delayk              delayr
delayw              deltap              deltap3             deltapi
deltapn             deltapx             deltapxw            denorm
diff                diode_ladder        directory           diskgrain
diskin              diskin2             dispfft             display
distort             distort1            divz                doppler
dot                 downsamp            dripwater           dumpk
dumpk2              dumpk3              dumpk4              duserrnd
dust                dust2               endin               endop
envlpx              envlpxr             ephasor             eqfil
evalstr             event               event_i             exciter
exitnow             exp                 expcurve            expon
exprand             exprandi            expseg              expsega
expsegb             expsegba            expsegr             fareylen
fareyleni           faustaudio          faustcompile        faustctl
faustgen            fft                 fftinv              ficlose
filebit             filelen             filenchnls          filepeak
filescal            filesr              filevalid           fillarray
filter2             fin                 fini                fink
fiopen              flanger             flashtxt            flooper
flooper2            floor               fmanal              fmax
fmb3                fmbell              fmin                fmmetal
fmod                fmpercfl            fmrhode             fmvoice
fmwurlie            fof                 fof2                fofilter
fog                 fold                follow              follow2
foscil              foscili             fout                fouti
foutir              foutk               fprintks            fprints
frac                fractalnoise        framebuffer         freeverb
ftchnls             ftconv              ftcps               ftfree
ftgen               ftgenonce           ftgentmp            ftlen
ftload              ftloadk             ftlptim             ftmorf
ftom                ftresize            ftresizei           ftsamplebank
ftsave              ftsavek             ftsr                gain
gainslider          gauss               gaussi              gausstrig
gbuzz               genarray            genarray_i          getcfg
getcol              getftargs           getrow              getseed
gogobel             goto                grain               grain2
grain3              granule             guiro               harmon
harmon2             harmon3             harmon4             hdf5read
hdf5write           hilbert             hilbert2            hrtfearly
hrtfmove            hrtfmove2           hrtfreverb          hrtfstat
hsboscil            hvs1                hvs2                hvs3
hypot               i                   igoto               ihold
imagecreate         imagefree           imagegetpixel       imageload
imagesave           imagesetpixel       imagesize           in
in32                inch                inh                 init
initc14             initc21             initc7              inleta
inletf              inletk              inletkid            inletv
ino                 inq                 inrg                ins
insglobal           insremot            instr               int
integ               interp              invalue             inx
inz                 jitter              jitter2             jspline
k                   kgoto               lenarray            lfo
limit               limit1              line                linen
linenr              lineto              linlin              linrand
linseg              linsegb             linsegr             liveconv
locsend             locsig              log                 log10
log2                logbtwo             logcurve            loop_ge
loop_gt             loop_le             loop_lt             loopseg
loopsegp            looptseg            loopxseg            lorenz
loscil              loscil3             loscil3phs          loscilphs
loscilx             lowpass2            lowres              lowresx
lpf18               lpform              lpfreson            lphasor
lpinterp            lposcil             lposcil3            lposcila
lposcilsa           lposcilsa2          lpread              lpreson
lpshold             lpsholdp            lpslot              mac
maca                madsr               mags                mandel
mandol              maparray            maparray_i          marimba
massign             max                 max_k               maxabs
maxabsaccum         maxaccum            maxalloc            maxarray
mclock              mdelay              median              mediank
metro               mfb                 midglobal           midiarp
midic14             midic21             midic7             
midichannelaftertouch
midichn             midicontrolchange   midictrl            mididefault
midifilestatus      midiin              midinoteoff         midinoteoncps
midinoteonkey       midinoteonoct       midinoteonpch       midion
midion2             midiout             midiout_i           midipgm
midipitchbend       midipolyaftertouch  midiprogramchange   miditempo
midremot            min                 minabs              minabsaccum
minaccum            minarray            mincer              mirror
mode                modmatrix           monitor             moog
moogladder          moogladder2         moogvcf             moogvcf2
moscil              mp3bitrate          mp3in               mp3len
mp3nchnls           mp3scal             mp3sr               mpulse
mrtmsg              mtof                mton                multitap
mute                mvchpf              mvclpf1             mvclpf2
mvclpf3             mvclpf4             mxadsr              nchnls_hw
nestedap            nlalp               nlfilt              nlfilt2
noise               noteoff             noteon              noteondur
noteondur2          notnum              nreverb             nrpn
nsamp               nstance             nstrnum             ntom
ntrpol              nxtpow2             octave              octcps
octmidi             octmidib            octmidinn           octpch
olabuffer           opcode              oscbnk              oscil
oscil1              oscil1i             oscil3              oscili
oscilikt            osciliktp           oscilikts           osciln
oscils              oscilx              out                 out32
outc                outch               outh                outiat
outic               outic14             outipat             outipb
outipc              outkat              outkc               outkc14
outkpat             outkpb              outkpc              outleta
outletf             outletk             outletkid           outletv
outo                outq                outq1               outq2
outq3               outq4               outrg               outs
outs1               outs2               outvalue            outx
outz                p                   pan                 pan2
pareq               part2txt            partials            partikkel
partikkelget        partikkelset        partikkelsync       passign
paulstretch         pcauchy             pchbend             pchmidi
pchmidib            pchmidinn           pchoct              pchtom
pconvolve           pcount              pdclip              pdhalf
pdhalfy             peak                pgmassign           pgmchn
phaser1             phaser2             phasor              phasorbnk
phs                 pindex              pinker              pinkish
pitch               pitchac             pitchamdf           planet
platerev            plltrack            pluck               poisson
pol2rect            polyaft             polynomial          port
portk               poscil              poscil3             pow
powershape          powoftwo            pows                prealloc
prepiano            print               print_type          printf
printf_i            printk              printk2             printks
printks2            prints              product             pset
ptable              ptable3             ptablei             ptableiw
ptablew             ptrack              puts                pvadd
pvbufread           pvcross             pvinterp            pvoc
pvread              pvs2array           pvs2tab             pvsadsyn
pvsanal             pvsarp              pvsbandp            pvsbandr
pvsbin              pvsblur             pvsbuffer           pvsbufread
pvsbufread2         pvscale             pvscent             pvsceps
pvscross            pvsdemix            pvsdiskin           pvsdisp
pvsenvftw           pvsfilter           pvsfread            pvsfreeze
pvsfromarray        pvsftr              pvsftw              pvsfwrite
pvsgain             pvshift             pvsifd              pvsin
pvsinfo             pvsinit             pvslock             pvsmaska
pvsmix              pvsmooth            pvsmorph            pvsosc
pvsout              pvspitch            pvstanal            pvstencil
pvstrace            pvsvoc              pvswarp             pvsynth
pwd                 pyassign            pyassigni           pyassignt
pycall              pycall1             pycall1i            pycall1t
pycall2             pycall2i            pycall2t            pycall3
pycall3i            pycall3t            pycall4             pycall4i
pycall4t            pycall5             pycall5i            pycall5t
pycall6             pycall6i            pycall6t            pycall7
pycall7i            pycall7t            pycall8             pycall8i
pycall8t            pycalli             pycalln             pycallni
pycallt             pyeval              pyevali             pyevalt
pyexec              pyexeci             pyexect             pyinit
pylassign           pylassigni          pylassignt          pylcall
pylcall1            pylcall1i           pylcall1t           pylcall2
pylcall2i           pylcall2t           pylcall3            pylcall3i
pylcall3t           pylcall4            pylcall4i           pylcall4t
pylcall5            pylcall5i           pylcall5t           pylcall6
pylcall6i           pylcall6t           pylcall7            pylcall7i
pylcall7t           pylcall8            pylcall8i           pylcall8t
pylcalli            pylcalln            pylcallni           pylcallt
pyleval             pylevali            pylevalt            pylexec
pylexeci            pylexect            pylrun              pylruni
pylrunt             pyrun               pyruni              pyrunt
qinf                qnan                r2c                 rand
randh               randi               random              randomh
randomi             rbjeq               readclock           readf
readfi              readk               readk2              readk3
readk4              readks              readscore           readscratch
rect2pol            reinit              release             remoteport
remove              repluck             reson               resonk
resonr              resonx              resonxk             resony
resonz              resyn               return              reverb
reverb2             reverbsc            rewindscore         rezzy
rfft                rifft               rigoto              rireturn
rms                 rnd                 rnd31               round
rspline             rtclock             s16b14              s32b14
samphold            sandpaper           sc_lag              sc_lagud
sc_phasor           sc_trig             scale               scalearray
scanhammer          scans               scantable           scanu
schedkwhen          schedkwhennamed     schedule            schedwhen
scoreline           scoreline_i         seed                sekere
select              semitone            sense               sensekey
seqtime             seqtime2            serialBegin         serialEnd
serialFlush         serialPrint         serialRead          serialWrite
serialWrite_i       setcol              setctrl             setksmps
setrow              setscorepos         sfilist             sfinstr
sfinstr3            sfinstr3m           sfinstrm            sfload
sflooper            sfpassign           sfplay              sfplay3
sfplay3m            sfplaym             sfplist             sfpreset
shaker              shiftin             shiftout            signalflowgraph
signum              sin                 sinh                sininv
sinsyn              sleighbells         slicearray          slider16
slider16f           slider16table       slider16tablef      slider32
slider32f           slider32table       slider32tablef      slider64
slider64f           slider64table       slider64tablef      slider8
slider8f            slider8table        slider8tablef       sliderKawai
sndloop             sndwarp             sndwarpst           sockrecv
sockrecvs           socksend            socksends           sorta
sortd               soundin             space               spat3d
spat3di             spat3dt             spdist              splitrig
sprintf             sprintfk            spsend              sqrt
squinewave          statevar            stix                strcat
strcatk             strchar             strchark            strcmp
strcmpk             strcpy              strcpyk             strecv
streson             strfromurl          strget              strindex
strindexk           strlen              strlenk             strlower
strlowerk           strrindex           strrindexk          strset
strsub              strsubk             strtod              strtodk
strtol              strtolk             strupper            strupperk
stsend              subinstr            subinstrinit        sum
sumarray            svfilter            syncgrain           syncloop
syncphasor          system              system_i            tab
tab2pvs             tab_i               tabifd              table
table3              table3kt            tablecopy           tablefilter
tablefilteri        tablegpw            tablei              tableicopy
tableigpw           tableikt            tableimix           tableiw
tablekt             tablemix            tableng             tablera
tableseg            tableshuffle        tableshufflei       tablew
tablewa             tablewkt            tablexkt            tablexseg
tabmorph            tabmorpha           tabmorphak          tabmorphi
tabplay             tabrec              tabsum              tabw
tabw_i              tambourine          tan                 tanh
taninv              taninv2             tbvcf               tempest
tempo               temposcal           tempoval            tigoto
timedseq            timeinstk           timeinsts           timek
times               timout              tival               tlineto
tone                tonek               tonex               tradsyn
trandom             transeg             transegb            transegr
trcross             trfilter            trhighest           trigger
trigseq             trirand             trlowest            trmix
trscale             trshift             trsplit             turnoff
turnoff2            turnon              tvconv              unirand
unwrap              upsamp              urandom             urd
vactrol             vadd                vadd_i              vaddv
vaddv_i             vaget               valpass             vaset
vbap                vbapg               vbapgmove           vbaplsinit
vbapmove            vbapz               vbapzmove           vcella
vco                 vco2                vco2ft              vco2ift
vco2init            vcomb               vcopy               vcopy_i
vdel_k              vdelay              vdelay3             vdelayk
vdelayx             vdelayxq            vdelayxs            vdelayxw
vdelayxwq           vdelayxws           vdivv               vdivv_i
vecdelay            veloc               vexp                vexp_i
vexpseg             vexpv               vexpv_i             vibes
vibr                vibrato             vincr               vlimit
vlinseg             vlowres             vmap                vmirror
vmult               vmult_i             vmultv              vmultv_i
voice               vosim               vphaseseg           vport
vpow                vpow_i              vpowv               vpowv_i
vpvoc               vrandh              vrandi              vsubv
vsubv_i             vtaba               vtabi               vtabk
vtable1k            vtablea             vtablei             vtablek
vtablewa            vtablewi            vtablewk            vtabwa
vtabwi              vtabwk              vwrap               waveset
websocket           weibull             wgbow               wgbowedbar
wgbrass             wgclar              wgflute             wgpluck
wgpluck2            wguide1             wguide2             wiiconnect
wiidata             wiirange            wiisend             window
wrap                writescratch        wterrain            xadsr
xin                 xout                xscanmap            xscans
xscansmap           xscanu              xtratim             xyscale
zacl                zakinit             zamod               zar
zarg                zaw                 zawm                zdf_1pole
zdf_1pole_mode      zdf_2pole           zdf_2pole_mode      zdf_ladder
zfilter2            zir                 ziw                 ziwm
zkcl                zkmod               zkr                 zkw
zkwm
WARNING: could not open library
'/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfluidOpcodes.dylib'
(-1)
WARNING: could not open library
'/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjacko.dylib'
(-1)
WARNING: could not open library
'/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjackTransport.dylib'
(-1)
WARNING: could not open library
'/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib'
(-1)
end of score.		   overall amps:      0.0
	   overall samples out of range:        0
0 errors in performance




--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-07-08 14:30
FromVictor Lazzarini
SubjectRe: [Csnd] Changing speed of sample relative to t statement
filescal & mp3scal are in the list, so they exist in your Csound installation. It all looks
OK to me.

The missing opcodes are due to Jack not being installed in your system (which
is fine, you don’t necessary need them).

========================
Prof. Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 8 Jul 2018, at 14:19, fauveboy  wrote:
> 
> Like so?
> 
> 0dBFS level = 32768.0
> --Csound version 6.11 (double samples) May 11 2018
> [commit: 25b2e8e53bc924526eaad34e0768a5e866638e94]
> libsndfile-1.0.28
> 1909 opcodes
> 
> ATSadd              ATSaddnz            ATSbufread          ATScross
> ATSinfo             ATSinterpread       ATSpartialtap       ATSread
> ATSreadnz           ATSsinnoi           FLbox               FLbutBank
> FLbutton            FLcloseButton       FLcolor             FLcolor2
> FLcount             FLexecButton        FLgetsnap           FLgroup
> FLgroupEnd          FLgroup_end         FLhide              FLhvsBox
> FLhvsBoxSetValue    FLjoy               FLkeyIn             FLknob
> FLlabel             FLloadsnap          FLmouse             FLpack
> FLpackEnd           FLpack_end          FLpanel             FLpanelEnd
> FLpanel_end         FLprintk            FLprintk2           FLroller
> FLrun               FLsavesnap          FLscroll            FLscrollEnd
> FLscroll_end        FLsetAlign          FLsetBox            FLsetColor
> FLsetColor2         FLsetFont           FLsetPosition       FLsetSize
> FLsetSnapGroup      FLsetText           FLsetTextColor      FLsetTextSize
> FLsetTextType       FLsetVal            FLsetVal_i          FLsetVali
> FLsetsnap           FLshow              FLslidBnk           FLslidBnk2
> FLslidBnk2Set       FLslidBnk2Setk      FLslidBnkGetHandle  FLslidBnkSet
> FLslidBnkSetk       FLslider            FLtabs              FLtabsEnd
> FLtabs_end          FLtext              FLupdate            FLvalue
> FLvkeybd            FLvslidBnk          FLvslidBnk2         FLxyin
> K35_hpf             K35_lpf             MixerClear          MixerGetLevel
> MixerReceive        MixerSend           MixerSetLevel       MixerSetLevel_i
> OSCinit             OSCinitM            OSClisten           OSCraw
> OSCsend             OSCsend_lo          S                   a
> abs                 active              adsr                adsyn
> adsynt              adsynt2             aftouch             alpass
> alwayson            ampdb               ampdbfs             ampmidi
> ampmidid            areson              aresonk             atone
> atonek              atonex              babo                balance
> balance2            bamboo              barmodel            bbcutm
> bbcuts              betarand            bexprnd             bformdec1
> bformenc1           binit               biquad              biquada
> birnd               bpf                 bqrez               buchla
> butbp               butbr               buthp               butlp
> butterbp            butterbr            butterhp            butterlp
> button              buzz                c2r                 cabasa
> cauchy              cauchyi             cbrt                ceil
> cell                cent                centroid            ceps
> cepsinv             cggoto              chanctrl            changed
> changed2            chani               chano               chebyshevpoly
> checkbox            chn_S               chn_a               chn_k
> chnclear            chnexport           chnget              chngetks
> chnmix              chnparams           chnset              chnsetks
> chuap               cigoto              cingoto             ckgoto
> clear               clfilt              clip                clockoff
> clockon             cmp                 cmplxprod           cngoto
> cnkgoto             comb                combinv             compilecsd
> compileorc          compilestr          compress            compress2
> connect             control             convle              convolve
> copya2ftab          copyf2array         cos                 cosh
> cosinv              cosseg              cossegb             cossegr
> cps2pch             cpsmidi             cpsmidib            cpsmidinn
> cpsoct              cpspch              cpstmid             cpstun
> cpstuni             cpsxpch             cpuprc              cross2
> crossfm             crossfmi            crossfmpm           crossfmpmi
> crosspm             crosspmi            crunch              ctlchn
> ctrl14              ctrl21              ctrl7               ctrlinit
> cuserrnd            dam                 date                dates
> db                  dbamp               dbfsamp             dcblock
> dcblock2            dconv               dct                 dctinv
> delay               delay1              delayk              delayr
> delayw              deltap              deltap3             deltapi
> deltapn             deltapx             deltapxw            denorm
> diff                diode_ladder        directory           diskgrain
> diskin              diskin2             dispfft             display
> distort             distort1            divz                doppler
> dot                 downsamp            dripwater           dumpk
> dumpk2              dumpk3              dumpk4              duserrnd
> dust                dust2               endin               endop
> envlpx              envlpxr             ephasor             eqfil
> evalstr             event               event_i             exciter
> exitnow             exp                 expcurve            expon
> exprand             exprandi            expseg              expsega
> expsegb             expsegba            expsegr             fareylen
> fareyleni           faustaudio          faustcompile        faustctl
> faustgen            fft                 fftinv              ficlose
> filebit             filelen             filenchnls          filepeak
> filescal            filesr              filevalid           fillarray
> filter2             fin                 fini                fink
> fiopen              flanger             flashtxt            flooper
> flooper2            floor               fmanal              fmax
> fmb3                fmbell              fmin                fmmetal
> fmod                fmpercfl            fmrhode             fmvoice
> fmwurlie            fof                 fof2                fofilter
> fog                 fold                follow              follow2
> foscil              foscili             fout                fouti
> foutir              foutk               fprintks            fprints
> frac                fractalnoise        framebuffer         freeverb
> ftchnls             ftconv              ftcps               ftfree
> ftgen               ftgenonce           ftgentmp            ftlen
> ftload              ftloadk             ftlptim             ftmorf
> ftom                ftresize            ftresizei           ftsamplebank
> ftsave              ftsavek             ftsr                gain
> gainslider          gauss               gaussi              gausstrig
> gbuzz               genarray            genarray_i          getcfg
> getcol              getftargs           getrow              getseed
> gogobel             goto                grain               grain2
> grain3              granule             guiro               harmon
> harmon2             harmon3             harmon4             hdf5read
> hdf5write           hilbert             hilbert2            hrtfearly
> hrtfmove            hrtfmove2           hrtfreverb          hrtfstat
> hsboscil            hvs1                hvs2                hvs3
> hypot               i                   igoto               ihold
> imagecreate         imagefree           imagegetpixel       imageload
> imagesave           imagesetpixel       imagesize           in
> in32                inch                inh                 init
> initc14             initc21             initc7              inleta
> inletf              inletk              inletkid            inletv
> ino                 inq                 inrg                ins
> insglobal           insremot            instr               int
> integ               interp              invalue             inx
> inz                 jitter              jitter2             jspline
> k                   kgoto               lenarray            lfo
> limit               limit1              line                linen
> linenr              lineto              linlin              linrand
> linseg              linsegb             linsegr             liveconv
> locsend             locsig              log                 log10
> log2                logbtwo             logcurve            loop_ge
> loop_gt             loop_le             loop_lt             loopseg
> loopsegp            looptseg            loopxseg            lorenz
> loscil              loscil3             loscil3phs          loscilphs
> loscilx             lowpass2            lowres              lowresx
> lpf18               lpform              lpfreson            lphasor
> lpinterp            lposcil             lposcil3            lposcila
> lposcilsa           lposcilsa2          lpread              lpreson
> lpshold             lpsholdp            lpslot              mac
> maca                madsr               mags                mandel
> mandol              maparray            maparray_i          marimba
> massign             max                 max_k               maxabs
> maxabsaccum         maxaccum            maxalloc            maxarray
> mclock              mdelay              median              mediank
> metro               mfb                 midglobal           midiarp
> midic14             midic21             midic7             
> midichannelaftertouch
> midichn             midicontrolchange   midictrl            mididefault
> midifilestatus      midiin              midinoteoff         midinoteoncps
> midinoteonkey       midinoteonoct       midinoteonpch       midion
> midion2             midiout             midiout_i           midipgm
> midipitchbend       midipolyaftertouch  midiprogramchange   miditempo
> midremot            min                 minabs              minabsaccum
> minaccum            minarray            mincer              mirror
> mode                modmatrix           monitor             moog
> moogladder          moogladder2         moogvcf             moogvcf2
> moscil              mp3bitrate          mp3in               mp3len
> mp3nchnls           mp3scal             mp3sr               mpulse
> mrtmsg              mtof                mton                multitap
> mute                mvchpf              mvclpf1             mvclpf2
> mvclpf3             mvclpf4             mxadsr              nchnls_hw
> nestedap            nlalp               nlfilt              nlfilt2
> noise               noteoff             noteon              noteondur
> noteondur2          notnum              nreverb             nrpn
> nsamp               nstance             nstrnum             ntom
> ntrpol              nxtpow2             octave              octcps
> octmidi             octmidib            octmidinn           octpch
> olabuffer           opcode              oscbnk              oscil
> oscil1              oscil1i             oscil3              oscili
> oscilikt            osciliktp           oscilikts           osciln
> oscils              oscilx              out                 out32
> outc                outch               outh                outiat
> outic               outic14             outipat             outipb
> outipc              outkat              outkc               outkc14
> outkpat             outkpb              outkpc              outleta
> outletf             outletk             outletkid           outletv
> outo                outq                outq1               outq2
> outq3               outq4               outrg               outs
> outs1               outs2               outvalue            outx
> outz                p                   pan                 pan2
> pareq               part2txt            partials            partikkel
> partikkelget        partikkelset        partikkelsync       passign
> paulstretch         pcauchy             pchbend             pchmidi
> pchmidib            pchmidinn           pchoct              pchtom
> pconvolve           pcount              pdclip              pdhalf
> pdhalfy             peak                pgmassign           pgmchn
> phaser1             phaser2             phasor              phasorbnk
> phs                 pindex              pinker              pinkish
> pitch               pitchac             pitchamdf           planet
> platerev            plltrack            pluck               poisson
> pol2rect            polyaft             polynomial          port
> portk               poscil              poscil3             pow
> powershape          powoftwo            pows                prealloc
> prepiano            print               print_type          printf
> printf_i            printk              printk2             printks
> printks2            prints              product             pset
> ptable              ptable3             ptablei             ptableiw
> ptablew             ptrack              puts                pvadd
> pvbufread           pvcross             pvinterp            pvoc
> pvread              pvs2array           pvs2tab             pvsadsyn
> pvsanal             pvsarp              pvsbandp            pvsbandr
> pvsbin              pvsblur             pvsbuffer           pvsbufread
> pvsbufread2         pvscale             pvscent             pvsceps
> pvscross            pvsdemix            pvsdiskin           pvsdisp
> pvsenvftw           pvsfilter           pvsfread            pvsfreeze
> pvsfromarray        pvsftr              pvsftw              pvsfwrite
> pvsgain             pvshift             pvsifd              pvsin
> pvsinfo             pvsinit             pvslock             pvsmaska
> pvsmix              pvsmooth            pvsmorph            pvsosc
> pvsout              pvspitch            pvstanal            pvstencil
> pvstrace            pvsvoc              pvswarp             pvsynth
> pwd                 pyassign            pyassigni           pyassignt
> pycall              pycall1             pycall1i            pycall1t
> pycall2             pycall2i            pycall2t            pycall3
> pycall3i            pycall3t            pycall4             pycall4i
> pycall4t            pycall5             pycall5i            pycall5t
> pycall6             pycall6i            pycall6t            pycall7
> pycall7i            pycall7t            pycall8             pycall8i
> pycall8t            pycalli             pycalln             pycallni
> pycallt             pyeval              pyevali             pyevalt
> pyexec              pyexeci             pyexect             pyinit
> pylassign           pylassigni          pylassignt          pylcall
> pylcall1            pylcall1i           pylcall1t           pylcall2
> pylcall2i           pylcall2t           pylcall3            pylcall3i
> pylcall3t           pylcall4            pylcall4i           pylcall4t
> pylcall5            pylcall5i           pylcall5t           pylcall6
> pylcall6i           pylcall6t           pylcall7            pylcall7i
> pylcall7t           pylcall8            pylcall8i           pylcall8t
> pylcalli            pylcalln            pylcallni           pylcallt
> pyleval             pylevali            pylevalt            pylexec
> pylexeci            pylexect            pylrun              pylruni
> pylrunt             pyrun               pyruni              pyrunt
> qinf                qnan                r2c                 rand
> randh               randi               random              randomh
> randomi             rbjeq               readclock           readf
> readfi              readk               readk2              readk3
> readk4              readks              readscore           readscratch
> rect2pol            reinit              release             remoteport
> remove              repluck             reson               resonk
> resonr              resonx              resonxk             resony
> resonz              resyn               return              reverb
> reverb2             reverbsc            rewindscore         rezzy
> rfft                rifft               rigoto              rireturn
> rms                 rnd                 rnd31               round
> rspline             rtclock             s16b14              s32b14
> samphold            sandpaper           sc_lag              sc_lagud
> sc_phasor           sc_trig             scale               scalearray
> scanhammer          scans               scantable           scanu
> schedkwhen          schedkwhennamed     schedule            schedwhen
> scoreline           scoreline_i         seed                sekere
> select              semitone            sense               sensekey
> seqtime             seqtime2            serialBegin         serialEnd
> serialFlush         serialPrint         serialRead          serialWrite
> serialWrite_i       setcol              setctrl             setksmps
> setrow              setscorepos         sfilist             sfinstr
> sfinstr3            sfinstr3m           sfinstrm            sfload
> sflooper            sfpassign           sfplay              sfplay3
> sfplay3m            sfplaym             sfplist             sfpreset
> shaker              shiftin             shiftout            signalflowgraph
> signum              sin                 sinh                sininv
> sinsyn              sleighbells         slicearray          slider16
> slider16f           slider16table       slider16tablef      slider32
> slider32f           slider32table       slider32tablef      slider64
> slider64f           slider64table       slider64tablef      slider8
> slider8f            slider8table        slider8tablef       sliderKawai
> sndloop             sndwarp             sndwarpst           sockrecv
> sockrecvs           socksend            socksends           sorta
> sortd               soundin             space               spat3d
> spat3di             spat3dt             spdist              splitrig
> sprintf             sprintfk            spsend              sqrt
> squinewave          statevar            stix                strcat
> strcatk             strchar             strchark            strcmp
> strcmpk             strcpy              strcpyk             strecv
> streson             strfromurl          strget              strindex
> strindexk           strlen              strlenk             strlower
> strlowerk           strrindex           strrindexk          strset
> strsub              strsubk             strtod              strtodk
> strtol              strtolk             strupper            strupperk
> stsend              subinstr            subinstrinit        sum
> sumarray            svfilter            syncgrain           syncloop
> syncphasor          system              system_i            tab
> tab2pvs             tab_i               tabifd              table
> table3              table3kt            tablecopy           tablefilter
> tablefilteri        tablegpw            tablei              tableicopy
> tableigpw           tableikt            tableimix           tableiw
> tablekt             tablemix            tableng             tablera
> tableseg            tableshuffle        tableshufflei       tablew
> tablewa             tablewkt            tablexkt            tablexseg
> tabmorph            tabmorpha           tabmorphak          tabmorphi
> tabplay             tabrec              tabsum              tabw
> tabw_i              tambourine          tan                 tanh
> taninv              taninv2             tbvcf               tempest
> tempo               temposcal           tempoval            tigoto
> timedseq            timeinstk           timeinsts           timek
> times               timout              tival               tlineto
> tone                tonek               tonex               tradsyn
> trandom             transeg             transegb            transegr
> trcross             trfilter            trhighest           trigger
> trigseq             trirand             trlowest            trmix
> trscale             trshift             trsplit             turnoff
> turnoff2            turnon              tvconv              unirand
> unwrap              upsamp              urandom             urd
> vactrol             vadd                vadd_i              vaddv
> vaddv_i             vaget               valpass             vaset
> vbap                vbapg               vbapgmove           vbaplsinit
> vbapmove            vbapz               vbapzmove           vcella
> vco                 vco2                vco2ft              vco2ift
> vco2init            vcomb               vcopy               vcopy_i
> vdel_k              vdelay              vdelay3             vdelayk
> vdelayx             vdelayxq            vdelayxs            vdelayxw
> vdelayxwq           vdelayxws           vdivv               vdivv_i
> vecdelay            veloc               vexp                vexp_i
> vexpseg             vexpv               vexpv_i             vibes
> vibr                vibrato             vincr               vlimit
> vlinseg             vlowres             vmap                vmirror
> vmult               vmult_i             vmultv              vmultv_i
> voice               vosim               vphaseseg           vport
> vpow                vpow_i              vpowv               vpowv_i
> vpvoc               vrandh              vrandi              vsubv
> vsubv_i             vtaba               vtabi               vtabk
> vtable1k            vtablea             vtablei             vtablek
> vtablewa            vtablewi            vtablewk            vtabwa
> vtabwi              vtabwk              vwrap               waveset
> websocket           weibull             wgbow               wgbowedbar
> wgbrass             wgclar              wgflute             wgpluck
> wgpluck2            wguide1             wguide2             wiiconnect
> wiidata             wiirange            wiisend             window
> wrap                writescratch        wterrain            xadsr
> xin                 xout                xscanmap            xscans
> xscansmap           xscanu              xtratim             xyscale
> zacl                zakinit             zamod               zar
> zarg                zaw                 zawm                zdf_1pole
> zdf_1pole_mode      zdf_2pole           zdf_2pole_mode      zdf_ladder
> zfilter2            zir                 ziw                 ziwm
> zkcl                zkmod               zkr                 zkw
> zkwm
> WARNING: could not open library
> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfluidOpcodes.dylib'
> (-1)
> WARNING: could not open library
> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjacko.dylib'
> (-1)
> WARNING: could not open library
> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjackTransport.dylib'
> (-1)
> WARNING: could not open library
> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib'
> (-1)
> end of score.		   overall amps:      0.0
> 	   overall samples out of range:        0
> 0 errors in performance
> 
> 
> 
> 
> --
> Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here


Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here