Re: [PD] [PD-announce] new Pd music release on GOSUB10

2011-04-08 Thread Billy Stiltner
On 4/7/11, Chun Lee  wrote:
> Hi there:
>
> Billy Stiltner said :
>> It is amazing.
>>
>
> Thanks!
>
>> Any chance you could explain how it was done? When it boils down to it
>> all the digital music can be reduced to  math and logic but just doing
>> that math and logic with audio signals in pd is something amazing.
>>
>
> Yeah, as these experiments with [expr~] goes, i have not yet documentated
> them at all, and it would certainly be nice to formalise them a bit in some
> way.
>
> For me, it all started by realising that a dsp step counter can simply be
> made with [phasor~ 1] -> [expr~ floor($v1*8,0)]. At the same time, by doing
> [expr~ fmod($v1*8,1)] on the same phasor signal results to "mini" phasors
> that are in sync with the counter.
>
> there are more to share and talk about, and I intent to document these
> experiments, there is a new 0xA wordpress (http://0xa.kuri.mu/) to help with
> this, but i am afraid it is still rater empty at the moment:(
>
> Hope this helps.
>
> Cheers
>
> Chun
>
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>


Thanks for the links. The nand gate sequencer and oscillators are
awesome. understand with this information I can maybe. What is the
expression for a latch? A flipflop? Are they used? There are some
things with pd control signals that are easy to implement as digital
logic counterparts like [f 0]X[+ 1] for counter and [f ] or [table]
for memory. I am still unclear how to do a  ~bang with vanilla pd.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] new Pd music release on GOSUB10

2011-04-08 Thread Matthew Logan
Totally inspired!

On Thu, Apr 7, 2011 at 2:55 PM, Mathieu Bouchard  wrote:

> On Thu, 7 Apr 2011, Chun Lee wrote:
>
> For me, it all started by realising that a dsp step counter can simply be
>> made with [phasor~ 1] -> [expr~ floor($v1*8,0)].
>>
>
> a signal can be floored by [-~] on its own [wrap~].
>
> you can do that to the output of [phasor~ 1] -> [*~ 8].
>
>
>  ___
> | Mathieu Bouchard  tél: +1.514.383.3801  Villeray, Montréal, QC
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] new Pd music release on GOSUB10

2011-04-07 Thread Mathieu Bouchard

On Thu, 7 Apr 2011, Chun Lee wrote:

For me, it all started by realising that a dsp step counter can simply 
be made with [phasor~ 1] -> [expr~ floor($v1*8,0)].


a signal can be floored by [-~] on its own [wrap~].

you can do that to the output of [phasor~ 1] -> [*~ 8].

 ___
| Mathieu Bouchard  tél: +1.514.383.3801  Villeray, Montréal, QC
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] new Pd music release on GOSUB10

2011-04-07 Thread Chun Lee
Hi there:

Billy Stiltner said :
> It is amazing.
> 

Thanks!

> Any chance you could explain how it was done? When it boils down to it
> all the digital music can be reduced to  math and logic but just doing
> that math and logic with audio signals in pd is something amazing.
> 

Yeah, as these experiments with [expr~] goes, i have not yet documentated them 
at all, and it would certainly be nice to formalise them a bit in some way. 

For me, it all started by realising that a dsp step counter can simply be made 
with [phasor~ 1] -> [expr~ floor($v1*8,0)]. At the same time, by doing [expr~ 
fmod($v1*8,1)] on the same phasor signal results to "mini" phasors that are in 
sync with the counter. 

there are more to share and talk about, and I intent to document these 
experiments, there is a new 0xA wordpress (http://0xa.kuri.mu/) to help with 
this, but i am afraid it is still rater empty at the moment:( 

Hope this helps.

Cheers

Chun

> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] new Pd music release on GOSUB10

2011-04-07 Thread Chun Lee
Hi there:

Richie Cyngler said :
> I didn't DL audio files, I loaded your patches. Amazing, you are the [expr~]
> master! I really like the sound too.
> 

Thanks for the feedback! and yes, that was one of the main idea i tried to 
experiment with in this project - making a pd patch that simply plays a track 
from start to finish. as for the "sound", I got quite into making DIY mini 
synths with CMOS 
chips(http://www.flickr.com/photos//sets/72157623980143743/) at one 
point, and was totally inspired by PWM... So I tried to apply them(at least to 
the best that I can understand it) in these patches. 

> Thanks for sharing.

always a pleasure:)

Cheers

Chun

> 
> On Thu, Apr 7, 2011 at 7:33 AM, Hans-Christoph Steiner wrote:
> 
> >
> > Great music.  Plus I've never seen so many [expr~]s in one patch ;)
> >
> > .hc
> >
> >
> > On Apr 4, 2011, at 4:12 PM, Chun Lee wrote:
> >
> >
> >> Hi there:
> >>
> >> Thanks for the comments and am glad that you enjoyed it. It was a lot of
> >> fun making them:)
> >>
> >> Cheers
> >>
> >> Chun
> >>
> >> J bz said :
> >>
> >>> Yes indeed,
> >>>
> >>> Lovely, like this a lot.
> >>>
> >>> Jb
> >>>
> >>> On 4 April 2011 10:23, Philip Cunningham  >>> >wrote:
> >>>
> >>>  Chun,
> 
>  This is awesome. I've never heard PD used in this way. Sounds like PD
>  micro/chipmusic. Very enjoyable.
> 
>  Philip
> 
>  On Sun, Apr 3, 2011 at 9:32 PM, Chun Lee  wrote:
> 
> > Dear all:
> >
> > Its been a long time since I last wrote on the list, and I am happy to
> >
>  use this opportunity to annouce the new music release on GOSUB10 by 0xA.
>  More details below.
> 
> >
> > Release link: http://gosub10.org/GOSUB10-004.html
> >
> > Compute audio and enjoy:)
> >
> > Chun
> >
> > === GOSUB10-004 - expr~ ===
> >
> > expr~ from 0xA is GOSUB10's fourth release.
> >
> > 0xA is a band made not out of people, but objects and patches.
> >  Snippets
> > of codes that bleep and blink are added and modified in the online
> > repository, where it all began.  As the repository grows, 0xA evolves
> > with it.  Aymeric Mansoux, Chun Lee and Olivier Laruelle are the
> > current
> > active contributors.  They have performed 0xA across Europe, North
> > America and Asia in galleries, clubs and festivals.
> >
> > expr~ is the first music release of 0xA, consists of retro sounding
> > tracks made almost entirely with the [expr~] object in Pure Data.  No
> > tweaking of number boxes and sliders, no clever generative algorithms,
> > just switch the audio on and listen.
> >
> > The source code for this release (implemented in Pure-data) is free
> > software distributable under the terms of the GNU General Public
> > License
> > (version 3 or greater). For repository, see:  http://gitorious.org/0xa
> >
> > Copyleft: This is a free work, you can copy, distribute, and modify it
> > under the terms of the Free Art License.
> >
> > Released on 3rd April 2011.
> >
> > == TRACKLISTING ==
> >
> > 01 0xA - Winter_Solstice
> > 02 0xA - 0903-4
> > 03 0xA - Nandsynth
> > 04 0xA - Moving_Souf
> > 05 0xA - Cafe_Kuroshio
> > 06 0xA - Family_Mart
> >
> > == WHATIS GOSUB10 ==
> >
> > Dedicated to innovative music and audio/visuals, the GOSUB10 label
> > will feature an eclectic group of musicians drawn together by their
> > shared use of Free/Libre/Open Source Software (FLOSS).
> > Freely distributed by stream, download and special DVD releases, and
> > made available through an open license, GOSUB10 is run by the GOTO10
> > collective – an international group of artists, musicians and
> >
>  programmers,
> 
> > dedicated to FLOSS and digital arts. Brought to life in a intensive
> > four
> > day work sprint but years in the making, the GOSUB10 netlabel is a
> > natural extension of GOTO10's activities supporting and promoting
> > digital
> > art alongside FLOSS tools through workshops, festivals, exhibitions,
> > writing, and more.
> >
> > == URL ==
> >
> > http://gosub10.org
> >
> > :*
> > readme (END)
> >
> >
> > ___
> > Pd-announce mailing list
> > pd-annou...@iem.at
> > http://lists.puredata.info/listinfo/pd-announce
> > ___
> > Pd-list@iem.at mailing list
> > UNSUBSCRIBE and account-management ->
> >
>  http://lists.puredata.info/listinfo/pd-list
> 
> >
> >
> 
> 
>  --
>  Portfolio: http://philipcunningham.org
>  BrightonPD: http://unsymbol.users.anapnea.net/brightonpd/
>  Chipmusic: http://firebrandboy.org
> 
>  ___
>  Pd-list@iem.at mailing list
>  UNSUBSCRIBE and acc

Re: [PD] [PD-announce] new Pd music release on GOSUB10

2011-04-07 Thread Chun Lee
Hi there:

Hans-Christoph Steiner said :
> 
> Great music.  Plus I've never seen so many [expr~]s in one patch ;)
> 

Thanks, and yeah, this is the expression obsession that I have developed in the 
last few years, ever since Claude showed it to me;)

Cheers

Chun

> .hc
> 
> On Apr 4, 2011, at 4:12 PM, Chun Lee wrote:
> 
> >
> >Hi there:
> >
> >Thanks for the comments and am glad that you enjoyed it. It was a
> >lot of fun making them:)
> >
> >Cheers
> >
> >Chun
> >
> >J bz said :
> >>Yes indeed,
> >>
> >>Lovely, like this a lot.
> >>
> >>Jb
> >>
> >>On 4 April 2011 10:23, Philip Cunningham
> >>wrote:
> >>
> >>>Chun,
> >>>
> >>>This is awesome. I've never heard PD used in this way. Sounds
> >>>like PD
> >>>micro/chipmusic. Very enjoyable.
> >>>
> >>>Philip
> >>>
> >>>On Sun, Apr 3, 2011 at 9:32 PM, Chun Lee  wrote:
> Dear all:
> 
> Its been a long time since I last wrote on the list, and I
> am happy to
> >>>use this opportunity to annouce the new music release on
> >>>GOSUB10 by 0xA.
> >>>More details below.
> 
> Release link: http://gosub10.org/GOSUB10-004.html
> 
> Compute audio and enjoy:)
> 
> Chun
> 
> === GOSUB10-004 - expr~ ===
> 
> expr~ from 0xA is GOSUB10's fourth release.
> 
> 0xA is a band made not out of people, but objects and
> patches.  Snippets
> of codes that bleep and blink are added and modified in the online
> repository, where it all began.  As the repository grows,
> 0xA evolves
> with it.  Aymeric Mansoux, Chun Lee and Olivier Laruelle are
> the current
> active contributors.  They have performed 0xA across Europe, North
> America and Asia in galleries, clubs and festivals.
> 
> expr~ is the first music release of 0xA, consists of retro sounding
> tracks made almost entirely with the [expr~] object in Pure
> Data.  No
> tweaking of number boxes and sliders, no clever generative
> algorithms,
> just switch the audio on and listen.
> 
> The source code for this release (implemented in Pure-data) is free
> software distributable under the terms of the GNU General
> Public License
> (version 3 or greater). For repository, see:  http://gitorious.org/0xa
> 
> Copyleft: This is a free work, you can copy, distribute, and
> modify it
> under the terms of the Free Art License.
> 
> Released on 3rd April 2011.
> 
> == TRACKLISTING ==
> 
> 01 0xA - Winter_Solstice
> 02 0xA - 0903-4
> 03 0xA - Nandsynth
> 04 0xA - Moving_Souf
> 05 0xA - Cafe_Kuroshio
> 06 0xA - Family_Mart
> 
> == WHATIS GOSUB10 ==
> 
> Dedicated to innovative music and audio/visuals, the GOSUB10 label
> will feature an eclectic group of musicians drawn together by their
> shared use of Free/Libre/Open Source Software (FLOSS).
> Freely distributed by stream, download and special DVD
> releases, and
> made available through an open license, GOSUB10 is run by
> the GOTO10
> collective – an international group of artists, musicians and
> >>>programmers,
> dedicated to FLOSS and digital arts. Brought to life in a
> intensive four
> day work sprint but years in the making, the GOSUB10 netlabel is a
> natural extension of GOTO10's activities supporting and
> promoting digital
> art alongside FLOSS tools through workshops, festivals,
> exhibitions,
> writing, and more.
> 
> == URL ==
> 
> http://gosub10.org
> 
> :*
> readme (END)
> 
> 
> ___
> Pd-announce mailing list
> pd-annou...@iem.at
> http://lists.puredata.info/listinfo/pd-announce
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> >>>http://lists.puredata.info/listinfo/pd-list
> 
> >>>
> >>>
> >>>
> >>>--
> >>>Portfolio: http://philipcunningham.org
> >>>BrightonPD: http://unsymbol.users.anapnea.net/brightonpd/
> >>>Chipmusic: http://firebrandboy.org
> >>>
> >>>___
> >>>Pd-list@iem.at mailing list
> >>>UNSUBSCRIBE and account-management ->
> >>>http://lists.puredata.info/listinfo/pd-list
> >>>
> >
> >>___
> >>Pd-list@iem.at mailing list
> >>UNSUBSCRIBE and account-management -> 
> >>http://lists.puredata.info/listinfo/pd-list
> >
> >
> >___
> >Pd-list@iem.at mailing list
> >UNSUBSCRIBE and account-management -> 
> >http://lists.puredata.info/listinfo/pd-list
> 
> 
> 
> 
> 
> 
> 
> 
> 
> "It is convenient to imagine a power beyond us because that means we
> don't have to examine our own lives.", from "The Idols of
> Environmentalism", by Curtis White
> 
> 
> 
> 

___
Pd-list@ie

Re: [PD] [PD-announce] new Pd music release on GOSUB10

2011-04-06 Thread Jonathan Wilkes
 There are links to them in each relevant help patch (like expr-help.pd in this 
case).___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] new Pd music release on GOSUB10

2011-04-06 Thread Hans-Christoph Steiner


We really need to find a good way to highlight all those all_about  
patches you're doing.


.hc

On Apr 6, 2011, at 10:28 PM, Jonathan Wilkes wrote:

Also see the PDDP docs related to [expr] ( http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/doc/pddp/ 
 ):

expr-help.pd
all_about_expr_functions.pd
all_about_expr_and_value.pd
all_about_expr_if.pd
all_about_expr_multiline.pd

-Jonathan

From: Richie Cyngler ;
To: Billy Stiltner ;
Cc: pd-list ;
Subject: Re: [PD] [PD-announce] new Pd music release on GOSUB10
Sent: Thu, Apr 7, 2011 2:03:54 AM

Billy Stiltner to pd-list
show details 10:08 AM (1 hour ago)
It is amazing.

Any chance you could explain how it was done?
Yeh this thread made me go and look up help on all the arguments the  
[expr] objects can take. Here is the link from help: http://www.crca.ucsd.edu/~yadegari/expr.html


But I would be interested in a detailed description too.

On Thu, Apr 7, 2011 at 10:08 AM, Billy Stiltner > wrote:

It is amazing.

Any chance you could explain how it was done? When it boils down to it
all the digital music can be reduced to  math and logic but just doing
that math and logic with audio signals in pd is something amazing.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list



--
Richie
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list






I have the audacity to believe that peoples everywhere can have three  
meals a day for their bodies, education and culture for their minds,  
and dignity, equality and freedom for their spirits.  - Martin  
Luther King, Jr.



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] new Pd music release on GOSUB10

2011-04-06 Thread Jonathan Wilkes
 Also see the PDDP docs related to [expr] ( 
http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/doc/pddp/ ):
expr-help.pd
all_about_expr_functions.pd
all_about_expr_and_value.pd
all_about_expr_if.pd
all_about_expr_multiline.pd

-Jonathan___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] new Pd music release on GOSUB10

2011-04-06 Thread Richie Cyngler
*Billy Stiltner** **to **pd-list*
*show details** **10:08 AM (1 hour ago)***
*It is amazing.

Any chance you could explain how it was done*?
Yeh this thread made me go and look up help on all the arguments the [expr]
objects can take. Here is the link from help:
http://www.crca.ucsd.edu/~yadegari/expr.html

But I would be interested in a detailed description too.

On Thu, Apr 7, 2011 at 10:08 AM, Billy Stiltner wrote:

> It is amazing.
>
> Any chance you could explain how it was done? When it boils down to it
> all the digital music can be reduced to  math and logic but just doing
> that math and logic with audio signals in pd is something amazing.
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>



-- 
Richie
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] new Pd music release on GOSUB10

2011-04-06 Thread Billy Stiltner
It is amazing.

Any chance you could explain how it was done? When it boils down to it
all the digital music can be reduced to  math and logic but just doing
that math and logic with audio signals in pd is something amazing.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] new Pd music release on GOSUB10

2011-04-06 Thread Richie Cyngler
I didn't DL audio files, I loaded your patches. Amazing, you are the [expr~]
master! I really like the sound too.

Thanks for sharing.

On Thu, Apr 7, 2011 at 7:33 AM, Hans-Christoph Steiner wrote:

>
> Great music.  Plus I've never seen so many [expr~]s in one patch ;)
>
> .hc
>
>
> On Apr 4, 2011, at 4:12 PM, Chun Lee wrote:
>
>
>> Hi there:
>>
>> Thanks for the comments and am glad that you enjoyed it. It was a lot of
>> fun making them:)
>>
>> Cheers
>>
>> Chun
>>
>> J bz said :
>>
>>> Yes indeed,
>>>
>>> Lovely, like this a lot.
>>>
>>> Jb
>>>
>>> On 4 April 2011 10:23, Philip Cunningham >> >wrote:
>>>
>>>  Chun,

 This is awesome. I've never heard PD used in this way. Sounds like PD
 micro/chipmusic. Very enjoyable.

 Philip

 On Sun, Apr 3, 2011 at 9:32 PM, Chun Lee  wrote:

> Dear all:
>
> Its been a long time since I last wrote on the list, and I am happy to
>
 use this opportunity to annouce the new music release on GOSUB10 by 0xA.
 More details below.

>
> Release link: http://gosub10.org/GOSUB10-004.html
>
> Compute audio and enjoy:)
>
> Chun
>
> === GOSUB10-004 - expr~ ===
>
> expr~ from 0xA is GOSUB10's fourth release.
>
> 0xA is a band made not out of people, but objects and patches.
>  Snippets
> of codes that bleep and blink are added and modified in the online
> repository, where it all began.  As the repository grows, 0xA evolves
> with it.  Aymeric Mansoux, Chun Lee and Olivier Laruelle are the
> current
> active contributors.  They have performed 0xA across Europe, North
> America and Asia in galleries, clubs and festivals.
>
> expr~ is the first music release of 0xA, consists of retro sounding
> tracks made almost entirely with the [expr~] object in Pure Data.  No
> tweaking of number boxes and sliders, no clever generative algorithms,
> just switch the audio on and listen.
>
> The source code for this release (implemented in Pure-data) is free
> software distributable under the terms of the GNU General Public
> License
> (version 3 or greater). For repository, see:  http://gitorious.org/0xa
>
> Copyleft: This is a free work, you can copy, distribute, and modify it
> under the terms of the Free Art License.
>
> Released on 3rd April 2011.
>
> == TRACKLISTING ==
>
> 01 0xA - Winter_Solstice
> 02 0xA - 0903-4
> 03 0xA - Nandsynth
> 04 0xA - Moving_Souf
> 05 0xA - Cafe_Kuroshio
> 06 0xA - Family_Mart
>
> == WHATIS GOSUB10 ==
>
> Dedicated to innovative music and audio/visuals, the GOSUB10 label
> will feature an eclectic group of musicians drawn together by their
> shared use of Free/Libre/Open Source Software (FLOSS).
> Freely distributed by stream, download and special DVD releases, and
> made available through an open license, GOSUB10 is run by the GOTO10
> collective – an international group of artists, musicians and
>
 programmers,

> dedicated to FLOSS and digital arts. Brought to life in a intensive
> four
> day work sprint but years in the making, the GOSUB10 netlabel is a
> natural extension of GOTO10's activities supporting and promoting
> digital
> art alongside FLOSS tools through workshops, festivals, exhibitions,
> writing, and more.
>
> == URL ==
>
> http://gosub10.org
>
> :*
> readme (END)
>
>
> ___
> Pd-announce mailing list
> pd-annou...@iem.at
> http://lists.puredata.info/listinfo/pd-announce
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
>
 http://lists.puredata.info/listinfo/pd-list

>
>


 --
 Portfolio: http://philipcunningham.org
 BrightonPD: http://unsymbol.users.anapnea.net/brightonpd/
 Chipmusic: http://firebrandboy.org

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management ->
 http://lists.puredata.info/listinfo/pd-list


>>  ___
>>> Pd-list@iem.at mailing list
>>> UNSUBSCRIBE and account-management ->
>>> http://lists.puredata.info/listinfo/pd-list
>>>
>>
>>
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>>
>
>
>
>
>
>
>
>
> 
>
> "It is convenient to imagine a power beyond us because that means we don't
> have to examine our own lives.", from "The Idols of Environmentalism", by
> Curtis White
>
>
>
>
>
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-man

Re: [PD] [PD-announce] new Pd music release on GOSUB10

2011-04-06 Thread Hans-Christoph Steiner


Great music.  Plus I've never seen so many [expr~]s in one patch ;)

.hc

On Apr 4, 2011, at 4:12 PM, Chun Lee wrote:



Hi there:

Thanks for the comments and am glad that you enjoyed it. It was a  
lot of fun making them:)


Cheers

Chun

J bz said :

Yes indeed,

Lovely, like this a lot.

Jb

On 4 April 2011 10:23, Philip Cunningham >wrote:



Chun,

This is awesome. I've never heard PD used in this way. Sounds like  
PD

micro/chipmusic. Very enjoyable.

Philip

On Sun, Apr 3, 2011 at 9:32 PM, Chun Lee  wrote:

Dear all:

Its been a long time since I last wrote on the list, and I am  
happy to
use this opportunity to annouce the new music release on GOSUB10  
by 0xA.

More details below.


Release link: http://gosub10.org/GOSUB10-004.html

Compute audio and enjoy:)

Chun

=== GOSUB10-004 - expr~ ===

expr~ from 0xA is GOSUB10's fourth release.

0xA is a band made not out of people, but objects and patches.   
Snippets

of codes that bleep and blink are added and modified in the online
repository, where it all began.  As the repository grows, 0xA  
evolves
with it.  Aymeric Mansoux, Chun Lee and Olivier Laruelle are the  
current

active contributors.  They have performed 0xA across Europe, North
America and Asia in galleries, clubs and festivals.

expr~ is the first music release of 0xA, consists of retro sounding
tracks made almost entirely with the [expr~] object in Pure  
Data.  No
tweaking of number boxes and sliders, no clever generative  
algorithms,

just switch the audio on and listen.

The source code for this release (implemented in Pure-data) is free
software distributable under the terms of the GNU General Public  
License

(version 3 or greater). For repository, see:  http://gitorious.org/0xa

Copyleft: This is a free work, you can copy, distribute, and  
modify it

under the terms of the Free Art License.

Released on 3rd April 2011.

== TRACKLISTING ==

01 0xA - Winter_Solstice
02 0xA - 0903-4
03 0xA - Nandsynth
04 0xA - Moving_Souf
05 0xA - Cafe_Kuroshio
06 0xA - Family_Mart

== WHATIS GOSUB10 ==

Dedicated to innovative music and audio/visuals, the GOSUB10 label
will feature an eclectic group of musicians drawn together by their
shared use of Free/Libre/Open Source Software (FLOSS).
Freely distributed by stream, download and special DVD releases,  
and
made available through an open license, GOSUB10 is run by the  
GOTO10

collective – an international group of artists, musicians and

programmers,
dedicated to FLOSS and digital arts. Brought to life in a  
intensive four

day work sprint but years in the making, the GOSUB10 netlabel is a
natural extension of GOTO10's activities supporting and promoting  
digital
art alongside FLOSS tools through workshops, festivals,  
exhibitions,

writing, and more.

== URL ==

http://gosub10.org

:*
readme (END)


___
Pd-announce mailing list
pd-annou...@iem.at
http://lists.puredata.info/listinfo/pd-announce
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management ->

http://lists.puredata.info/listinfo/pd-list






--
Portfolio: http://philipcunningham.org
BrightonPD: http://unsymbol.users.anapnea.net/brightonpd/
Chipmusic: http://firebrandboy.org

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list




___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list










"It is convenient to imagine a power beyond us because that means we  
don't have to examine our own lives.", from "The Idols of  
Environmentalism", by Curtis White






___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] new Pd music release on GOSUB10

2011-04-04 Thread Mathieu Bouchard

On Mon, 4 Apr 2011, Philip Cunningham wrote:


This is awesome. I've never heard PD used in this way. Sounds like PD
micro/chipmusic. Very enjoyable.


You may also enjoy this track :

  
http://artengine.ca/matju/musique/matju_-_i_am_just_a_simple_pole_in_a_complex_plane.mp3

I made this a year ago. All the synthesis is made using a single [cpole~] 
object. The patch is less than 2k.


 ___
| Mathieu Bouchard  tél: +1.514.383.3801  Villeray, Montréal, QC
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] new Pd music release on GOSUB10

2011-04-04 Thread Mathieu Bouchard

On Mon, 4 Apr 2011, Chun Lee wrote:

Mathieu Bouchard said :

« The specified item's metadata does not exist or is unparseable.
Feel free to report this so that we can fix the problem. » —
archive.org



weird, is it still the same? I just tried downloading the ogg and seems
fine, as well as the link above. I am not sure what it could be, but let
me know if it persists..


no, it works fine now.

 ___
| Mathieu Bouchard  tél: +1.514.383.3801  Villeray, Montréal, QC___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] new Pd music release on GOSUB10

2011-04-04 Thread Chun Lee
Hi all:

and, also be sure to check out the previous releases on GOSUB10! In addition, 
GOSUB10 is welcome for submissions, if any one of you would be interested:)

cheers

Chun

Chun Lee said :
> 
> Hi there:
> 
> Thanks for the comments and am glad that you enjoyed it. It was a lot of fun 
> making them:) 
> 
> Cheers
> 
> Chun
> 
> J bz said :
> > Yes indeed,
> > 
> > Lovely, like this a lot.
> > 
> > Jb
> > 
> > On 4 April 2011 10:23, Philip Cunningham 
> > wrote:
> > 
> > > Chun,
> > >
> > > This is awesome. I've never heard PD used in this way. Sounds like PD
> > > micro/chipmusic. Very enjoyable.
> > >
> > > Philip
> > >
> > > On Sun, Apr 3, 2011 at 9:32 PM, Chun Lee  wrote:
> > > > Dear all:
> > > >
> > > > Its been a long time since I last wrote on the list, and I am happy to
> > > use this opportunity to annouce the new music release on GOSUB10 by 0xA.
> > > More details below.
> > > >
> > > > Release link: http://gosub10.org/GOSUB10-004.html
> > > >
> > > > Compute audio and enjoy:)
> > > >
> > > > Chun
> > > >
> > > > === GOSUB10-004 - expr~ ===
> > > >
> > > > expr~ from 0xA is GOSUB10's fourth release.
> > > >
> > > > 0xA is a band made not out of people, but objects and patches.  Snippets
> > > > of codes that bleep and blink are added and modified in the online
> > > > repository, where it all began.  As the repository grows, 0xA evolves
> > > > with it.  Aymeric Mansoux, Chun Lee and Olivier Laruelle are the current
> > > > active contributors.  They have performed 0xA across Europe, North
> > > > America and Asia in galleries, clubs and festivals.
> > > >
> > > > expr~ is the first music release of 0xA, consists of retro sounding
> > > > tracks made almost entirely with the [expr~] object in Pure Data.  No
> > > > tweaking of number boxes and sliders, no clever generative algorithms,
> > > > just switch the audio on and listen.
> > > >
> > > > The source code for this release (implemented in Pure-data) is free
> > > > software distributable under the terms of the GNU General Public License
> > > > (version 3 or greater). For repository, see:  http://gitorious.org/0xa
> > > >
> > > > Copyleft: This is a free work, you can copy, distribute, and modify it
> > > > under the terms of the Free Art License.
> > > >
> > > > Released on 3rd April 2011.
> > > >
> > > > == TRACKLISTING ==
> > > >
> > > > 01 0xA - Winter_Solstice
> > > > 02 0xA - 0903-4
> > > > 03 0xA - Nandsynth
> > > > 04 0xA - Moving_Souf
> > > > 05 0xA - Cafe_Kuroshio
> > > > 06 0xA - Family_Mart
> > > >
> > > > == WHATIS GOSUB10 ==
> > > >
> > > > Dedicated to innovative music and audio/visuals, the GOSUB10 label
> > > > will feature an eclectic group of musicians drawn together by their
> > > > shared use of Free/Libre/Open Source Software (FLOSS).
> > > > Freely distributed by stream, download and special DVD releases, and
> > > > made available through an open license, GOSUB10 is run by the GOTO10
> > > > collective – an international group of artists, musicians and
> > > programmers,
> > > > dedicated to FLOSS and digital arts. Brought to life in a intensive four
> > > > day work sprint but years in the making, the GOSUB10 netlabel is a
> > > > natural extension of GOTO10's activities supporting and promoting 
> > > > digital
> > > > art alongside FLOSS tools through workshops, festivals, exhibitions,
> > > > writing, and more.
> > > >
> > > > == URL ==
> > > >
> > > > http://gosub10.org
> > > >
> > > > :*
> > > > readme (END)
> > > >
> > > >
> > > > ___
> > > > Pd-announce mailing list
> > > > pd-annou...@iem.at
> > > > http://lists.puredata.info/listinfo/pd-announce
> > > > ___
> > > > Pd-list@iem.at mailing list
> > > > UNSUBSCRIBE and account-management ->
> > > http://lists.puredata.info/listinfo/pd-list
> > > >
> > >
> > >
> > >
> > > --
> > > Portfolio: http://philipcunningham.org
> > > BrightonPD: http://unsymbol.users.anapnea.net/brightonpd/
> > > Chipmusic: http://firebrandboy.org
> > >
> > > ___
> > > Pd-list@iem.at mailing list
> > > UNSUBSCRIBE and account-management ->
> > > http://lists.puredata.info/listinfo/pd-list
> > >
> 
> > ___
> > Pd-list@iem.at mailing list
> > UNSUBSCRIBE and account-management -> 
> > http://lists.puredata.info/listinfo/pd-list
> 
> 
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] new Pd music release on GOSUB10

2011-04-04 Thread Chun Lee

Hi there:

Thanks for the comments and am glad that you enjoyed it. It was a lot of fun 
making them:) 

Cheers

Chun

J bz said :
> Yes indeed,
> 
> Lovely, like this a lot.
> 
> Jb
> 
> On 4 April 2011 10:23, Philip Cunningham wrote:
> 
> > Chun,
> >
> > This is awesome. I've never heard PD used in this way. Sounds like PD
> > micro/chipmusic. Very enjoyable.
> >
> > Philip
> >
> > On Sun, Apr 3, 2011 at 9:32 PM, Chun Lee  wrote:
> > > Dear all:
> > >
> > > Its been a long time since I last wrote on the list, and I am happy to
> > use this opportunity to annouce the new music release on GOSUB10 by 0xA.
> > More details below.
> > >
> > > Release link: http://gosub10.org/GOSUB10-004.html
> > >
> > > Compute audio and enjoy:)
> > >
> > > Chun
> > >
> > > === GOSUB10-004 - expr~ ===
> > >
> > > expr~ from 0xA is GOSUB10's fourth release.
> > >
> > > 0xA is a band made not out of people, but objects and patches.  Snippets
> > > of codes that bleep and blink are added and modified in the online
> > > repository, where it all began.  As the repository grows, 0xA evolves
> > > with it.  Aymeric Mansoux, Chun Lee and Olivier Laruelle are the current
> > > active contributors.  They have performed 0xA across Europe, North
> > > America and Asia in galleries, clubs and festivals.
> > >
> > > expr~ is the first music release of 0xA, consists of retro sounding
> > > tracks made almost entirely with the [expr~] object in Pure Data.  No
> > > tweaking of number boxes and sliders, no clever generative algorithms,
> > > just switch the audio on and listen.
> > >
> > > The source code for this release (implemented in Pure-data) is free
> > > software distributable under the terms of the GNU General Public License
> > > (version 3 or greater). For repository, see:  http://gitorious.org/0xa
> > >
> > > Copyleft: This is a free work, you can copy, distribute, and modify it
> > > under the terms of the Free Art License.
> > >
> > > Released on 3rd April 2011.
> > >
> > > == TRACKLISTING ==
> > >
> > > 01 0xA - Winter_Solstice
> > > 02 0xA - 0903-4
> > > 03 0xA - Nandsynth
> > > 04 0xA - Moving_Souf
> > > 05 0xA - Cafe_Kuroshio
> > > 06 0xA - Family_Mart
> > >
> > > == WHATIS GOSUB10 ==
> > >
> > > Dedicated to innovative music and audio/visuals, the GOSUB10 label
> > > will feature an eclectic group of musicians drawn together by their
> > > shared use of Free/Libre/Open Source Software (FLOSS).
> > > Freely distributed by stream, download and special DVD releases, and
> > > made available through an open license, GOSUB10 is run by the GOTO10
> > > collective – an international group of artists, musicians and
> > programmers,
> > > dedicated to FLOSS and digital arts. Brought to life in a intensive four
> > > day work sprint but years in the making, the GOSUB10 netlabel is a
> > > natural extension of GOTO10's activities supporting and promoting digital
> > > art alongside FLOSS tools through workshops, festivals, exhibitions,
> > > writing, and more.
> > >
> > > == URL ==
> > >
> > > http://gosub10.org
> > >
> > > :*
> > > readme (END)
> > >
> > >
> > > ___
> > > Pd-announce mailing list
> > > pd-annou...@iem.at
> > > http://lists.puredata.info/listinfo/pd-announce
> > > ___
> > > Pd-list@iem.at mailing list
> > > UNSUBSCRIBE and account-management ->
> > http://lists.puredata.info/listinfo/pd-list
> > >
> >
> >
> >
> > --
> > Portfolio: http://philipcunningham.org
> > BrightonPD: http://unsymbol.users.anapnea.net/brightonpd/
> > Chipmusic: http://firebrandboy.org
> >
> > ___
> > Pd-list@iem.at mailing list
> > UNSUBSCRIBE and account-management ->
> > http://lists.puredata.info/listinfo/pd-list
> >

> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] new Pd music release on GOSUB10

2011-04-04 Thread J bz
Yes indeed,

Lovely, like this a lot.

Jb

On 4 April 2011 10:23, Philip Cunningham wrote:

> Chun,
>
> This is awesome. I've never heard PD used in this way. Sounds like PD
> micro/chipmusic. Very enjoyable.
>
> Philip
>
> On Sun, Apr 3, 2011 at 9:32 PM, Chun Lee  wrote:
> > Dear all:
> >
> > Its been a long time since I last wrote on the list, and I am happy to
> use this opportunity to annouce the new music release on GOSUB10 by 0xA.
> More details below.
> >
> > Release link: http://gosub10.org/GOSUB10-004.html
> >
> > Compute audio and enjoy:)
> >
> > Chun
> >
> > === GOSUB10-004 - expr~ ===
> >
> > expr~ from 0xA is GOSUB10's fourth release.
> >
> > 0xA is a band made not out of people, but objects and patches.  Snippets
> > of codes that bleep and blink are added and modified in the online
> > repository, where it all began.  As the repository grows, 0xA evolves
> > with it.  Aymeric Mansoux, Chun Lee and Olivier Laruelle are the current
> > active contributors.  They have performed 0xA across Europe, North
> > America and Asia in galleries, clubs and festivals.
> >
> > expr~ is the first music release of 0xA, consists of retro sounding
> > tracks made almost entirely with the [expr~] object in Pure Data.  No
> > tweaking of number boxes and sliders, no clever generative algorithms,
> > just switch the audio on and listen.
> >
> > The source code for this release (implemented in Pure-data) is free
> > software distributable under the terms of the GNU General Public License
> > (version 3 or greater). For repository, see:  http://gitorious.org/0xa
> >
> > Copyleft: This is a free work, you can copy, distribute, and modify it
> > under the terms of the Free Art License.
> >
> > Released on 3rd April 2011.
> >
> > == TRACKLISTING ==
> >
> > 01 0xA - Winter_Solstice
> > 02 0xA - 0903-4
> > 03 0xA - Nandsynth
> > 04 0xA - Moving_Souf
> > 05 0xA - Cafe_Kuroshio
> > 06 0xA - Family_Mart
> >
> > == WHATIS GOSUB10 ==
> >
> > Dedicated to innovative music and audio/visuals, the GOSUB10 label
> > will feature an eclectic group of musicians drawn together by their
> > shared use of Free/Libre/Open Source Software (FLOSS).
> > Freely distributed by stream, download and special DVD releases, and
> > made available through an open license, GOSUB10 is run by the GOTO10
> > collective – an international group of artists, musicians and
> programmers,
> > dedicated to FLOSS and digital arts. Brought to life in a intensive four
> > day work sprint but years in the making, the GOSUB10 netlabel is a
> > natural extension of GOTO10's activities supporting and promoting digital
> > art alongside FLOSS tools through workshops, festivals, exhibitions,
> > writing, and more.
> >
> > == URL ==
> >
> > http://gosub10.org
> >
> > :*
> > readme (END)
> >
> >
> > ___
> > Pd-announce mailing list
> > pd-annou...@iem.at
> > http://lists.puredata.info/listinfo/pd-announce
> > ___
> > Pd-list@iem.at mailing list
> > UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
> >
>
>
>
> --
> Portfolio: http://philipcunningham.org
> BrightonPD: http://unsymbol.users.anapnea.net/brightonpd/
> Chipmusic: http://firebrandboy.org
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] new Pd music release on GOSUB10

2011-04-04 Thread Philip Cunningham
Chun,

This is awesome. I've never heard PD used in this way. Sounds like PD
micro/chipmusic. Very enjoyable.

Philip

On Sun, Apr 3, 2011 at 9:32 PM, Chun Lee  wrote:
> Dear all:
>
> Its been a long time since I last wrote on the list, and I am happy to use 
> this opportunity to annouce the new music release on GOSUB10 by 0xA. More 
> details below.
>
> Release link: http://gosub10.org/GOSUB10-004.html
>
> Compute audio and enjoy:)
>
> Chun
>
> === GOSUB10-004 - expr~ ===
>
> expr~ from 0xA is GOSUB10's fourth release.
>
> 0xA is a band made not out of people, but objects and patches.  Snippets
> of codes that bleep and blink are added and modified in the online
> repository, where it all began.  As the repository grows, 0xA evolves
> with it.  Aymeric Mansoux, Chun Lee and Olivier Laruelle are the current
> active contributors.  They have performed 0xA across Europe, North
> America and Asia in galleries, clubs and festivals.
>
> expr~ is the first music release of 0xA, consists of retro sounding
> tracks made almost entirely with the [expr~] object in Pure Data.  No
> tweaking of number boxes and sliders, no clever generative algorithms,
> just switch the audio on and listen.
>
> The source code for this release (implemented in Pure-data) is free
> software distributable under the terms of the GNU General Public License
> (version 3 or greater). For repository, see:  http://gitorious.org/0xa
>
> Copyleft: This is a free work, you can copy, distribute, and modify it
> under the terms of the Free Art License.
>
> Released on 3rd April 2011.
>
> == TRACKLISTING ==
>
> 01 0xA - Winter_Solstice
> 02 0xA - 0903-4
> 03 0xA - Nandsynth
> 04 0xA - Moving_Souf
> 05 0xA - Cafe_Kuroshio
> 06 0xA - Family_Mart
>
> == WHATIS GOSUB10 ==
>
> Dedicated to innovative music and audio/visuals, the GOSUB10 label
> will feature an eclectic group of musicians drawn together by their
> shared use of Free/Libre/Open Source Software (FLOSS).
> Freely distributed by stream, download and special DVD releases, and
> made available through an open license, GOSUB10 is run by the GOTO10
> collective – an international group of artists, musicians and programmers,
> dedicated to FLOSS and digital arts. Brought to life in a intensive four
> day work sprint but years in the making, the GOSUB10 netlabel is a
> natural extension of GOTO10's activities supporting and promoting digital
> art alongside FLOSS tools through workshops, festivals, exhibitions,
> writing, and more.
>
> == URL ==
>
> http://gosub10.org
>
> :*
> readme (END)
>
>
> ___
> Pd-announce mailing list
> pd-annou...@iem.at
> http://lists.puredata.info/listinfo/pd-announce
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
>



-- 
Portfolio: http://philipcunningham.org
BrightonPD: http://unsymbol.users.anapnea.net/brightonpd/
Chipmusic: http://firebrandboy.org

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] new Pd music release on GOSUB10

2011-04-04 Thread Chun Lee
Mathieu Bouchard said :
> On Sun, 3 Apr 2011, Chun Lee wrote:
> 
> >Dear all:
> >
> >Its been a long time since I last wrote on the list, and I am
> >happy to use this opportunity to annouce the new music release on
> >GOSUB10 by 0xA. More details below.
> >
> >Release link: http://gosub10.org/GOSUB10-004.html
> 
> The ogg links seem to have become broken just after I downloaded the
> first track... even the first link now doesn't work. I don't
> understand this.
> 

weird, is it still the same? I just tried downloading the ogg and seems 
fine, as well as the link above. I am not sure what it could be, but let 
me know if it persists..

Cheers

Chun

> « The specified item's metadata does not exist or is unparseable.
> Feel free to report this so that we can fix the problem. » —
> archive.org
> 
>  ___
> | Mathieu Bouchard  tél: +1.514.383.3801  Villeray, Montréal, QC

> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] new Pd music release on GOSUB10

2011-04-03 Thread Mathieu Bouchard

On Sun, 3 Apr 2011, Chun Lee wrote:


Dear all:

Its been a long time since I last wrote on the list, and I am happy to use this opportunity to annouce the new music release on GOSUB10 by 0xA. More details below. 


Release link: http://gosub10.org/GOSUB10-004.html


The ogg links seem to have become broken just after I downloaded the first 
track... even the first link now doesn't work. I don't understand this.


« The specified item's metadata does not exist or is unparseable. Feel 
free to report this so that we can fix the problem. » — archive.org


 ___
| Mathieu Bouchard  tél: +1.514.383.3801  Villeray, Montréal, QC
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] new Pd music release on GOSUB10

2011-04-03 Thread Hans-Christoph Steiner


Good to see you back in pd land, Chun!  Downloading now.

.hc

On Apr 3, 2011, at 4:32 PM, Chun Lee wrote:


Dear all:

Its been a long time since I last wrote on the list, and I am happy  
to use this opportunity to annouce the new music release on GOSUB10  
by 0xA. More details below.


Release link: http://gosub10.org/GOSUB10-004.html

Compute audio and enjoy:)

Chun

=== GOSUB10-004 - expr~ ===

expr~ from 0xA is GOSUB10's fourth release.

0xA is a band made not out of people, but objects and patches.   
Snippets

of codes that bleep and blink are added and modified in the online
repository, where it all began.  As the repository grows, 0xA evolves
with it.  Aymeric Mansoux, Chun Lee and Olivier Laruelle are the  
current

active contributors.  They have performed 0xA across Europe, North
America and Asia in galleries, clubs and festivals.

expr~ is the first music release of 0xA, consists of retro sounding
tracks made almost entirely with the [expr~] object in Pure Data.  No
tweaking of number boxes and sliders, no clever generative algorithms,
just switch the audio on and listen.

The source code for this release (implemented in Pure-data) is free
software distributable under the terms of the GNU General Public  
License

(version 3 or greater). For repository, see:  http://gitorious.org/0xa

Copyleft: This is a free work, you can copy, distribute, and modify it
under the terms of the Free Art License.

Released on 3rd April 2011.

== TRACKLISTING ==

01 0xA - Winter_Solstice
02 0xA - 0903-4
03 0xA - Nandsynth
04 0xA - Moving_Souf
05 0xA - Cafe_Kuroshio
06 0xA - Family_Mart

== WHATIS GOSUB10 ==

Dedicated to innovative music and audio/visuals, the GOSUB10 label
will feature an eclectic group of musicians drawn together by their
shared use of Free/Libre/Open Source Software (FLOSS).
Freely distributed by stream, download and special DVD releases, and
made available through an open license, GOSUB10 is run by the GOTO10
collective – an international group of artists, musicians and  
programmers,
dedicated to FLOSS and digital arts. Brought to life in a intensive  
four

day work sprint but years in the making, the GOSUB10 netlabel is a
natural extension of GOTO10's activities supporting and promoting  
digital

art alongside FLOSS tools through workshops, festivals, exhibitions,
writing, and more.

== URL ==

http://gosub10.org

:*
readme (END)


___
Pd-announce mailing list
pd-annou...@iem.at
http://lists.puredata.info/listinfo/pd-announce






Looking at things from a more basic level, you can come up with a more  
direct solution... It may sound small in theory, but it in practice,  
it can change entire economies. - Amy Smith




___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] [PD-announce] new Pd music release on GOSUB10

2011-04-03 Thread Chun Lee
Dear all:

Its been a long time since I last wrote on the list, and I am happy to use this 
opportunity to annouce the new music release on GOSUB10 by 0xA. More details 
below. 

Release link: http://gosub10.org/GOSUB10-004.html

Compute audio and enjoy:)

Chun

=== GOSUB10-004 - expr~ ===

expr~ from 0xA is GOSUB10's fourth release.

0xA is a band made not out of people, but objects and patches.  Snippets
of codes that bleep and blink are added and modified in the online
repository, where it all began.  As the repository grows, 0xA evolves
with it.  Aymeric Mansoux, Chun Lee and Olivier Laruelle are the current
active contributors.  They have performed 0xA across Europe, North
America and Asia in galleries, clubs and festivals.

expr~ is the first music release of 0xA, consists of retro sounding
tracks made almost entirely with the [expr~] object in Pure Data.  No
tweaking of number boxes and sliders, no clever generative algorithms,
just switch the audio on and listen.

The source code for this release (implemented in Pure-data) is free
software distributable under the terms of the GNU General Public License
(version 3 or greater). For repository, see:  http://gitorious.org/0xa

Copyleft: This is a free work, you can copy, distribute, and modify it
under the terms of the Free Art License.

Released on 3rd April 2011.

== TRACKLISTING ==

01 0xA - Winter_Solstice
02 0xA - 0903-4
03 0xA - Nandsynth
04 0xA - Moving_Souf
05 0xA - Cafe_Kuroshio
06 0xA - Family_Mart

== WHATIS GOSUB10 ==

Dedicated to innovative music and audio/visuals, the GOSUB10 label 
will feature an eclectic group of musicians drawn together by their 
shared use of Free/Libre/Open Source Software (FLOSS). 
Freely distributed by stream, download and special DVD releases, and 
made available through an open license, GOSUB10 is run by the GOTO10 
collective – an international group of artists, musicians and programmers, 
dedicated to FLOSS and digital arts. Brought to life in a intensive four 
day work sprint but years in the making, the GOSUB10 netlabel is a 
natural extension of GOTO10's activities supporting and promoting digital 
art alongside FLOSS tools through workshops, festivals, exhibitions, 
writing, and more. 

== URL ==

http://gosub10.org

:*
readme (END) 


___
Pd-announce mailing list
pd-annou...@iem.at
http://lists.puredata.info/listinfo/pd-announce
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list