Csound Csound-dev Csound-tekno Search About

[Csnd] nacl - alwayson does not work

Date2013-11-28 17:58
FromTarmo Johannes
Subject[Csnd] nacl - alwayson does not work
Hi,

I started to learn how to write nacl-csound-apps and a small thing I 
discovered (that took me a lot of tme to figure out why my csd is not playing 
:) ) - 

if I had 'alwayson' in my orchestra, csound did not start the csd (just no 
output), If I substituted it with
schedule "readControllers",0,-1

everything was fine again.

The examples by Victor are great! Really good point for starting. 

best!
tarmo


Date2013-11-28 19:02
FromMichael Gogins
SubjectRe: [Csnd] nacl - alwayson does not work
I am going to see if I can change "alwayson" to behave like schedule.

Regards,
Mike


-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Thu, Nov 28, 2013 at 12:58 PM, Tarmo Johannes <tarmo.johannes@otsakool.edu.ee> wrote:
Hi,

I started to learn how to write nacl-csound-apps and a small thing I
discovered (that took me a lot of tme to figure out why my csd is not playing
:) ) -

if I had 'alwayson' in my orchestra, csound did not start the csd (just no
output), If I substituted it with
schedule "readControllers",0,-1

everything was fine again.

The examples by Victor are great! Really good point for starting.

best!
tarmo



Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Date2013-11-29 09:01
FromVictor Lazzarini
SubjectRe: [Csnd] nacl - alwayson does not work
Alwayson is a plugin, that’s why it doesn’t work. No plugins in this platform.

Victor
On 28 Nov 2013, at 17:58, Tarmo Johannes  wrote:

> Hi,
> 
> I started to learn how to write nacl-csound-apps and a small thing I 
> discovered (that took me a lot of tme to figure out why my csd is not playing 
> :) ) - 
> 
> if I had 'alwayson' in my orchestra, csound did not start the csd (just no 
> output), If I substituted it with
> schedule "readControllers",0,-1
> 
> everything was fine again.
> 
> The examples by Victor are great! Really good point for starting. 
> 
> best!
> tarmo
> 
> 
> 
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>            https://sourceforge.net/p/csound/tickets/
> csound5:
>            https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 



Date2013-11-29 09:23
FromTarmo Johannes
SubjectRe: [Csnd] nacl - alwayson does not work
Thanks for clarification,
it makes sense.
Could  not suspect being alwayson as plubin, not part of syntax, but it is 
clear now.

Is there a good way  to check, which opcode is plugin? Looking to the 
plugins64 dir did not reveal any libalwayson or something like that.

best!
tarmo

On Friday 29 November 2013 09:01:55 Victor Lazzarini wrote:
> Alwayson is a plugin, that’s why it doesn’t work. No plugins in this
> platform.
> 
> Victor
> 
> On 28 Nov 2013, at 17:58, Tarmo Johannes  
wrote:
> > Hi,
> > 
> > I started to learn how to write nacl-csound-apps and a small thing I
> > discovered (that took me a lot of tme to figure out why my csd is not
> > playing> 
> > :) ) -
> > 
> > if I had 'alwayson' in my orchestra, csound did not start the csd (just no
> > output), If I substituted it with
> > schedule "readControllers",0,-1
> > 
> > everything was fine again.
> > 
> > The examples by Victor are great! Really good point for starting.
> > 
> > best!
> > tarmo
> > 
> > 
> > 
> > Send bugs reports to the Sourceforge bug trackers
> > 
> > csound6:
> >            https://sourceforge.net/p/csound/tickets/
> > 
> > csound5:
> >            https://sourceforge.net/p/csound/bugs/
> > 
> > Discussions of bugs and features can be posted here
> > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> > csound"
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>             https://sourceforge.net/p/csound/tickets/
> csound5:
>             https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"