Csound Csound-dev Csound-tekno Search About

[Csnd] Re: Re: -Ma option for Linux (OLPC)?

Date2009-04-02 21:44
From"Art Hunkins"
Subject[Csnd] Re: Re: -Ma option for Linux (OLPC)?
Thanks, Andres.

Please keep us informed of progress.

Art Hunkins

----- Original Message ----- 
From: "Andres Cabrera" 
To: 
Sent: Thursday, April 02, 2009 2:35 PM
Subject: [Csnd] Re: -Ma option for Linux (OLPC)?


Hi Art,

I've made some progress with this. I'll see if I can finish it soon.

Cheers,
Andrés

On Thu, Apr 2, 2009 at 11:33 AM, Art Hunkins  wrote:
> Andres,
>
> Have you made any progress on the Linux -Ma option?
>
> I'd sorely like it available for OLPCsound (as an update) for my current 
> XO
> project.
>
> -Ma would allow children to collaborate using up to three USB MIDI
> controllers on a single OLPC computer.
>
> I am not "holding my breath" for this development; I'd just like a status
> update.
>
> Art Hunkins
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>



-- 


Andrés


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe 
csound"= 


Date2009-04-07 20:58
FromAndres Cabrera
Subject[Csnd] Re: Re: Re: -Ma option for Linux (OLPC)?
Hi,

It's now working. I've committed the code as file InOut/rtalsa2-gpl.c,
since it is licensed under the GPL because it takes code from the alsa
examples (specifically the code for the amidi utility).
I haven't modified SConstruct for building this file as I'm not sure
how the licencing issue should be handled.
If you want to test, you need to build the module yourself and place
it in the OPCODEDIR directory.
To build this version instead of the original rtalsa module, change the line:
    util.makePlugin(alsaEnvironment, 'rtalsa', ['InOut/rtalsa.c'])

to:

    util.makePlugin(alsaEnvironment, 'rtalsa', ['InOut/rtalsa2-gpl.c'])

(be careful with indentation).

maybe someone who is set up to build for OLPCsound can try this?

Cheers,
Andrés


On Thu, Apr 2, 2009 at 3:44 PM, Art Hunkins  wrote:
> Thanks, Andres.
>
> Please keep us informed of progress.
>
> Art Hunkins
>
> ----- Original Message ----- From: "Andres Cabrera" 
> To: 
> Sent: Thursday, April 02, 2009 2:35 PM
> Subject: [Csnd] Re: -Ma option for Linux (OLPC)?
>
>
> Hi Art,
>
> I've made some progress with this. I'll see if I can finish it soon.
>
> Cheers,
> Andrés
>
> On Thu, Apr 2, 2009 at 11:33 AM, Art Hunkins  wrote:
>>
>> Andres,
>>
>> Have you made any progress on the Linux -Ma option?
>>
>> I'd sorely like it available for OLPCsound (as an update) for my current
>> XO
>> project.
>>
>> -Ma would allow children to collaborate using up to three USB MIDI
>> controllers on a single OLPC computer.
>>
>> I am not "holding my breath" for this development; I'd just like a status
>> update.
>>
>> Art Hunkins
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>
>
>
> --
>
>
> Andrés
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"=
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>



-- 


Andrés


Date2009-04-07 21:48
Fromvictor
Subject[Csnd] Re: Re: Re: Re: -Ma option for Linux (OLPC)?
Can't you modify the code so it is yours to license?

Victor
----- Original Message ----- 
From: "Andres Cabrera" 
To: 
Sent: Tuesday, April 07, 2009 8:58 PM
Subject: [Csnd] Re: Re: Re: -Ma option for Linux (OLPC)?


Hi,

It's now working. I've committed the code as file InOut/rtalsa2-gpl.c,
since it is licensed under the GPL because it takes code from the alsa
examples (specifically the code for the amidi utility).
I haven't modified SConstruct for building this file as I'm not sure
how the licencing issue should be handled.
If you want to test, you need to build the module yourself and place
it in the OPCODEDIR directory.
To build this version instead of the original rtalsa module, change the 
line:
    util.makePlugin(alsaEnvironment, 'rtalsa', ['InOut/rtalsa.c'])

to:

    util.makePlugin(alsaEnvironment, 'rtalsa', ['InOut/rtalsa2-gpl.c'])

(be careful with indentation).

maybe someone who is set up to build for OLPCsound can try this?

Cheers,
Andrés


On Thu, Apr 2, 2009 at 3:44 PM, Art Hunkins  wrote:
> Thanks, Andres.
>
> Please keep us informed of progress.
>
> Art Hunkins
>
> ----- Original Message ----- From: "Andres Cabrera" 
> 
> To: 
> Sent: Thursday, April 02, 2009 2:35 PM
> Subject: [Csnd] Re: -Ma option for Linux (OLPC)?
>
>
> Hi Art,
>
> I've made some progress with this. I'll see if I can finish it soon.
>
> Cheers,
> Andrés
>
> On Thu, Apr 2, 2009 at 11:33 AM, Art Hunkins  wrote:
>>
>> Andres,
>>
>> Have you made any progress on the Linux -Ma option?
>>
>> I'd sorely like it available for OLPCsound (as an update) for my current
>> XO
>> project.
>>
>> -Ma would allow children to collaborate using up to three USB MIDI
>> controllers on a single OLPC computer.
>>
>> I am not "holding my breath" for this development; I'd just like a status
>> update.
>>
>> Art Hunkins
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>
>
>
> --
>
>
> Andrés
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"=
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>



-- 


Andrés


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe 
csound"= 


Date2009-04-07 22:34
FromAndres Cabrera
Subject[Csnd] Re: Re: Re: Re: Re: -Ma option for Linux (OLPC)?
Hi,

The piece of code I took is trivial (but it would be hard to think of
another way to do it...), so I just asked the author if he would agree
to allow that bit of code under the LGPL licence.

Cheers,
Andrés

On Tue, Apr 7, 2009 at 3:48 PM, victor  wrote:
> Can't you modify the code so it is yours to license?
>
> Victor
> ----- Original Message ----- From: "Andres Cabrera" 
> To: 
> Sent: Tuesday, April 07, 2009 8:58 PM
> Subject: [Csnd] Re: Re: Re: -Ma option for Linux (OLPC)?
>
>
> Hi,
>
> It's now working. I've committed the code as file InOut/rtalsa2-gpl.c,
> since it is licensed under the GPL because it takes code from the alsa
> examples (specifically the code for the amidi utility).
> I haven't modified SConstruct for building this file as I'm not sure
> how the licencing issue should be handled.
> If you want to test, you need to build the module yourself and place
> it in the OPCODEDIR directory.
> To build this version instead of the original rtalsa module, change the
> line:
>   util.makePlugin(alsaEnvironment, 'rtalsa', ['InOut/rtalsa.c'])
>
> to:
>
>   util.makePlugin(alsaEnvironment, 'rtalsa', ['InOut/rtalsa2-gpl.c'])
>
> (be careful with indentation).
>
> maybe someone who is set up to build for OLPCsound can try this?
>
> Cheers,
> Andrés
>
>
> On Thu, Apr 2, 2009 at 3:44 PM, Art Hunkins  wrote:
>>
>> Thanks, Andres.
>>
>> Please keep us informed of progress.
>>
>> Art Hunkins
>>
>> ----- Original Message ----- From: "Andres Cabrera"
>> 
>> To: 
>> Sent: Thursday, April 02, 2009 2:35 PM
>> Subject: [Csnd] Re: -Ma option for Linux (OLPC)?
>>
>>
>> Hi Art,
>>
>> I've made some progress with this. I'll see if I can finish it soon.
>>
>> Cheers,
>> Andrés
>>
>> On Thu, Apr 2, 2009 at 11:33 AM, Art Hunkins  wrote:
>>>
>>> Andres,
>>>
>>> Have you made any progress on the Linux -Ma option?
>>>
>>> I'd sorely like it available for OLPCsound (as an update) for my current
>>> XO
>>> project.
>>>
>>> -Ma would allow children to collaborate using up to three USB MIDI
>>> controllers on a single OLPC computer.
>>>
>>> I am not "holding my breath" for this development; I'd just like a status
>>> update.
>>>
>>> Art Hunkins
>>>
>>>
>>> Send bugs reports to this list.
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>>
>>
>>
>>
>> --
>>
>>
>> Andrés
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"=
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>
>
>
> --
>
>
> Andrés
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"=
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>



-- 


Andrés


Date2009-04-08 13:25
FromAndres Cabrera
Subject[Csnd] Re: Re: Re: Re: Re: -Ma option for Linux (OLPC)?
I just got approval from Clemens Ladisch to relicense his bit of code
as LGPL, so I'll replace the current rtalsa module with the new one.

Cheers,
Andrés

On Tue, Apr 7, 2009 at 4:34 PM, Andres Cabrera  wrote:
> Hi,
>
> The piece of code I took is trivial (but it would be hard to think of
> another way to do it...), so I just asked the author if he would agree
> to allow that bit of code under the LGPL licence.
>
> Cheers,
> Andrés
>
> On Tue, Apr 7, 2009 at 3:48 PM, victor  wrote:
>> Can't you modify the code so it is yours to license?
>>
>> Victor
>> ----- Original Message ----- From: "Andres Cabrera" 
>> To: 
>> Sent: Tuesday, April 07, 2009 8:58 PM
>> Subject: [Csnd] Re: Re: Re: -Ma option for Linux (OLPC)?
>>
>>
>> Hi,
>>
>> It's now working. I've committed the code as file InOut/rtalsa2-gpl.c,
>> since it is licensed under the GPL because it takes code from the alsa
>> examples (specifically the code for the amidi utility).
>> I haven't modified SConstruct for building this file as I'm not sure
>> how the licencing issue should be handled.
>> If you want to test, you need to build the module yourself and place
>> it in the OPCODEDIR directory.
>> To build this version instead of the original rtalsa module, change the
>> line:
>>   util.makePlugin(alsaEnvironment, 'rtalsa', ['InOut/rtalsa.c'])
>>
>> to:
>>
>>   util.makePlugin(alsaEnvironment, 'rtalsa', ['InOut/rtalsa2-gpl.c'])
>>
>> (be careful with indentation).
>>
>> maybe someone who is set up to build for OLPCsound can try this?
>>
>> Cheers,
>> Andrés
>>
>>
>> On Thu, Apr 2, 2009 at 3:44 PM, Art Hunkins  wrote:
>>>
>>> Thanks, Andres.
>>>
>>> Please keep us informed of progress.
>>>
>>> Art Hunkins
>>>
>>> ----- Original Message ----- From: "Andres Cabrera"
>>> 
>>> To: 
>>> Sent: Thursday, April 02, 2009 2:35 PM
>>> Subject: [Csnd] Re: -Ma option for Linux (OLPC)?
>>>
>>>
>>> Hi Art,
>>>
>>> I've made some progress with this. I'll see if I can finish it soon.
>>>
>>> Cheers,
>>> Andrés
>>>
>>> On Thu, Apr 2, 2009 at 11:33 AM, Art Hunkins  wrote:
>>>>
>>>> Andres,
>>>>
>>>> Have you made any progress on the Linux -Ma option?
>>>>
>>>> I'd sorely like it available for OLPCsound (as an update) for my current
>>>> XO
>>>> project.
>>>>
>>>> -Ma would allow children to collaborate using up to three USB MIDI
>>>> controllers on a single OLPC computer.
>>>>
>>>> I am not "holding my breath" for this development; I'd just like a status
>>>> update.
>>>>
>>>> Art Hunkins
>>>>
>>>>
>>>> Send bugs reports to this list.
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>> csound"
>>>>
>>>
>>>
>>>
>>> --
>>>
>>>
>>> Andrés
>>>
>>>
>>> Send bugs reports to this list.
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"=
>>>
>>>
>>> Send bugs reports to this list.
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>>
>>
>>
>>
>> --
>>
>>
>> Andrés
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"=
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>
>
>
> --
>
>
> Andrés
>



-- 


Andrés


Date2009-04-08 13:28
FromMichael Gogins
Subject[Csnd] Re: Re: Re: Re: Re: Re: -Ma option for Linux (OLPC)?
Thanks,
Mike

On 4/8/09, Andres Cabrera  wrote:
> I just got approval from Clemens Ladisch to relicense his bit of code
> as LGPL, so I'll replace the current rtalsa module with the new one.
>
> Cheers,
> Andrés
>
> On Tue, Apr 7, 2009 at 4:34 PM, Andres Cabrera 
> wrote:
>> Hi,
>>
>> The piece of code I took is trivial (but it would be hard to think of
>> another way to do it...), so I just asked the author if he would agree
>> to allow that bit of code under the LGPL licence.
>>
>> Cheers,
>> Andrés
>>
>> On Tue, Apr 7, 2009 at 3:48 PM, victor  wrote:
>>> Can't you modify the code so it is yours to license?
>>>
>>> Victor
>>> ----- Original Message ----- From: "Andres Cabrera"
>>> 
>>> To: 
>>> Sent: Tuesday, April 07, 2009 8:58 PM
>>> Subject: [Csnd] Re: Re: Re: -Ma option for Linux (OLPC)?
>>>
>>>
>>> Hi,
>>>
>>> It's now working. I've committed the code as file InOut/rtalsa2-gpl.c,
>>> since it is licensed under the GPL because it takes code from the alsa
>>> examples (specifically the code for the amidi utility).
>>> I haven't modified SConstruct for building this file as I'm not sure
>>> how the licencing issue should be handled.
>>> If you want to test, you need to build the module yourself and place
>>> it in the OPCODEDIR directory.
>>> To build this version instead of the original rtalsa module, change the
>>> line:
>>>   util.makePlugin(alsaEnvironment, 'rtalsa', ['InOut/rtalsa.c'])
>>>
>>> to:
>>>
>>>   util.makePlugin(alsaEnvironment, 'rtalsa', ['InOut/rtalsa2-gpl.c'])
>>>
>>> (be careful with indentation).
>>>
>>> maybe someone who is set up to build for OLPCsound can try this?
>>>
>>> Cheers,
>>> Andrés
>>>
>>>
>>> On Thu, Apr 2, 2009 at 3:44 PM, Art Hunkins  wrote:
>>>>
>>>> Thanks, Andres.
>>>>
>>>> Please keep us informed of progress.
>>>>
>>>> Art Hunkins
>>>>
>>>> ----- Original Message ----- From: "Andres Cabrera"
>>>> 
>>>> To: 
>>>> Sent: Thursday, April 02, 2009 2:35 PM
>>>> Subject: [Csnd] Re: -Ma option for Linux (OLPC)?
>>>>
>>>>
>>>> Hi Art,
>>>>
>>>> I've made some progress with this. I'll see if I can finish it soon.
>>>>
>>>> Cheers,
>>>> Andrés
>>>>
>>>> On Thu, Apr 2, 2009 at 11:33 AM, Art Hunkins  wrote:
>>>>>
>>>>> Andres,
>>>>>
>>>>> Have you made any progress on the Linux -Ma option?
>>>>>
>>>>> I'd sorely like it available for OLPCsound (as an update) for my
>>>>> current
>>>>> XO
>>>>> project.
>>>>>
>>>>> -Ma would allow children to collaborate using up to three USB MIDI
>>>>> controllers on a single OLPC computer.
>>>>>
>>>>> I am not "holding my breath" for this development; I'd just like a
>>>>> status
>>>>> update.
>>>>>
>>>>> Art Hunkins
>>>>>
>>>>>
>>>>> Send bugs reports to this list.
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>> "unsubscribe
>>>>> csound"
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>>
>>>> Andrés
>>>>
>>>>
>>>> Send bugs reports to this list.
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>> csound"=
>>>>
>>>>
>>>> Send bugs reports to this list.
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>> csound"
>>>>
>>>
>>>
>>>
>>> --
>>>
>>>
>>> Andrés
>>>
>>>
>>> Send bugs reports to this list.
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"=
>>>
>>>
>>> Send bugs reports to this list.
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>>
>>
>>
>>
>> --
>>
>>
>> Andrés
>>
>
>
>
> --
>
>
> Andrés
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"


-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com