Csound Csound-dev Csound-tekno Search About

[Csnd] Loris and Loris csound opcodes on Linux

Date2009-12-04 14:42
FromRene Djack
Subject[Csnd] Loris and Loris csound opcodes on Linux
Attachmentsmorphdemo.py  trymorph.csd  None  None  
Hi list,

I have tested two examples files in csound/Opcodes/Loris:

With morphdemo.py files outputs are ok

With trymorph.csd, the audio outputs asig1 and asig2 are ok, but asig3 is always zero.

........
........
    lorisread    ktcl, ".../clarinet.dilated.sdif", 1, ipshift, 2, 1, .001
    lorisread    ktfl, ".../flute.dilated.sdif", 2, 1, 1, 1, .001

    lorismorph    1, 2, 3, kmurph, kmurph, kmurph

asig1    lorisplay    1, 1, 1, 1    ;clarinet
asig2    lorisplay    2, 1, 1, 1    ;flute
asig3    lorisplay    3, 1, 1, 1    ;morph
........
........

Morphing between files 1 and 2 is not performed.
Is somebody success with Loris on Ubuntu9.10?


Cheers,
René