Csound Csound-dev Csound-tekno Search About

[Csnd] "mincer" missing from QuteCsound

Date2011-03-03 04:13
From"Colman O'Reilly"
Subject[Csnd] "mincer" missing from QuteCsound
Hi all -

I just wanted to bring this to the developers' attention.  The opcode "mincer" seems to be missing from QuteCsound (both in the manual and as a recognized opcode in the interface).

The CSD example I have been working with runs fine from the terminal, so the opcode was included in the 5.13 release.  Hopefully this can be included in the next QuteCsound build!

Best,
Colman


For reference:

<CsoundSynthesizer>

<CsOptions>

-d

</CsOptions>

<CsInstruments>

0dbfs = 1

nchnls=1

ksmps =10

gaef init 0

instr 1

idur = p3

ilock = p4

itab = 1

ipitch = .9

itimescale = 1

iamp = 0.5

ifftsize = p5

idecimation = p6

atime line 0,idur,idur*itimescale

a1 mincer atime,iamp,ipitch,itab,ilock, ifftsize, idecimation

out a1

endin

</CsInstruments>

<CsScore>

f1 0 0 1 "sp_cage.aif" 0 0 1

i1 0 3 1 2048 4

s

f0 1

s

i1 0 3 0 2048 4

s

f0 1

i1 0 3 1 128 8

s

f0 1

s

i1 0 3 0 128 8

</CsScore>


Date2011-03-03 08:31
FromAndres Cabrera
SubjectRe: [Csnd] "mincer" missing from QuteCsound
Hi Colman,

QuteCsound doesn't use its own Csound, but the one installed on your
system (unless you are using the QuteCsound which includes Csound
inside, the -full version). Are you using the -full version?

Cheers,
Andres

On Thu, Mar 3, 2011 at 4:13 AM, Colman O'Reilly  wrote:
> Hi all -
> I just wanted to bring this to the developers' attention.  The opcode
> "mincer" seems to be missing from QuteCsound (both in the manual and as a
> recognized opcode in the interface).
> The CSD example I have been working with runs fine from the terminal, so the
> opcode was included in the 5.13 release.  Hopefully this can be included in
> the next QuteCsound build!
> Best,
> Colman
>
>
> For reference:
>
> 
>
> 
>
> -d
>
> 
>
> 
>
> 0dbfs = 1
>
> nchnls=1
>
> ksmps =10
>
> gaef init 0
>
> instr 1
>
> idur = p3
>
> ilock = p4
>
> itab = 1
>
> ipitch = .9
>
> itimescale = 1
>
> iamp = 0.5
>
> ifftsize = p5
>
> idecimation = p6
>
> atime line 0,idur,idur*itimescale
>
> a1 mincer atime,iamp,ipitch,itab,ilock, ifftsize, idecimation
>
> out a1
>
> endin
>
> 
>
> 
>
> f1 0 0 1 "sp_cage.aif" 0 0 1
>
> i1 0 3 1 2048 4
>
> s
>
> f0 1
>
> s
>
> i1 0 3 0 2048 4
>
> s
>
> f0 1
>
> i1 0 3 1 128 8
>
> s
>
> f0 1
>
> s
>
> i1 0 3 0 128 8
>
> 
>
> --
> Colman O'Reilly | colmanoreilly@gmail.com | www.colmanoreilly.com
>
>
>


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"