Csound Csound-dev Csound-tekno Search About

[Csnd] Stockhausen's "Studie II" generated in Csound

Date2009-11-24 22:13
Fromjoachim heintz
Subject[Csnd] Stockhausen's "Studie II" generated in Csound
AttachmentsStockhausen-Studie_II_engl.csd  
Hi all -

I've made a generation of Karlheinz Stockhausen's "Studie II" in  
Csound. It tries to re-program the process of evolving the musical  
material itself, from the first series of five numbers up to the high- 
level musical structures.

In the hope that John can like it too, this version is completely  
without widgets. :-)
We'll include a version in the next QuteCsound release, but with  
widgets. :-(

Thanks in advance for any comments and corrections -

	joachim

ps: a german version can be found on http://www.joachimheintz.de/soft/popsoft.html


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

Date2009-11-25 21:17
FromEnrico Francioni
Subject[Csnd] Re: Stockhausen's "Studie II" generated in Csound

…congratulations for the csd!

... I too have written something for Stockhausen.
This is an algorithm dedicated to running only [n.19].

The code was compiled with MacCsound 1.3, but could easily be re-written to
QuteCsound ...

An introductory note (pdf) to work, but ... in Italian, can be found at the
link:
http://www.aimi-musica.org/files/XVII%20CIM%20Proceedings.pdf

best!

e




joachim heintz wrote:
> 
> Hi all -
> 
> I've made a generation of Karlheinz Stockhausen's "Studie II" in  
> Csound. It tries to re-program the process of evolving the musical  
> material itself, from the first series of five numbers up to the high- 
> level musical structures.
> 
> In the hope that John can like it too, this version is completely  
> without widgets. :-)
> We'll include a version in the next QuteCsound release, but with  
> widgets. :-(
> 
> Thanks in advance for any comments and corrections -
> 
> 	joachim
> 
> ps: a german version can be found on
> http://www.joachimheintz.de/soft/popsoft.html
> 
> 
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>  
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/Stockhausen%27s-%22Studie-II%22-generated-in-Csound-tp26504214p26520433.html
Sent from the Csound - General mailing list archive at Nabble.com.



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

Date2009-11-25 21:56
FromAndres Cabrera
Subject[Csnd] Re: Re: Stockhausen's "Studie II" generated in Csound
HI Enrico,

Can you share it?

Cheers,
Andrés

On Wed, Nov 25, 2009 at 9:17 PM, Enrico Francioni
 wrote:
>
>
> …congratulations for the csd!
>
> ... I too have written something for Stockhausen.
> This is an algorithm dedicated to running only [n.19].
>
> The code was compiled with MacCsound 1.3, but could easily be re-written to
> QuteCsound ...
>
> An introductory note (pdf) to work, but ... in Italian, can be found at the
> link:
> http://www.aimi-musica.org/files/XVII%20CIM%20Proceedings.pdf
>
> best!
>
> e
>
>
>
>
> joachim heintz wrote:
>>
>> Hi all -
>>
>> I've made a generation of Karlheinz Stockhausen's "Studie II" in
>> Csound. It tries to re-program the process of evolving the musical
>> material itself, from the first series of five numbers up to the high-
>> level musical structures.
>>
>> In the hope that John can like it too, this version is completely
>> without widgets. :-)
>> We'll include a version in the next QuteCsound release, but with
>> widgets. :-(
>>
>> Thanks in advance for any comments and corrections -
>>
>>       joachim
>>
>> ps: a german version can be found on
>> http://www.joachimheintz.de/soft/popsoft.html
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>>
>>
>
> --
> View this message in context: http://old.nabble.com/Stockhausen%27s-%22Studie-II%22-generated-in-Csound-tp26504214p26520433.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
>
> 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-11-26 13:31
FromEnrico Francioni
Subject[Csnd] Re: Re: Stockhausen's "Studie II" generated in Csound

... I wrote the algorithms for the implementation of "SOLO" have been
compiled with MacCsound 1.3, but I would like to rewrite QuteCsound when I
have solved my problem with Xcode for a re-compile  QuteCsound for PPC.

I enclose a simple algorithm (CSD) for the implementation of Version I of
SOLO (written with MacCsound 1.3).
They tell me that works with QuteCsound, but I'd like to know from you all
how it goes ...
Probably there are adjustments to be done in code.

http://old.nabble.com/file/p26529473/SOLO_v2.csd SOLO_v2.csd 

;=====================

Instead I'm currently working on an algorithm (in MacCsound 1.3) to perform
all six Versions of SOLO, which I called SOLO_MULTIVERSION.

In the latter code is more complex, because there is provision for:
- To select the effects for the TIMBRO;
- Have the PERFORATIONS (random);
- Check the speed of BEATS of PERIODS (into CYCLE);
- Choose which to start the test CYCLEof execution;
- etc ...


bye!



Andres Cabrera wrote:
> 
> HI Enrico,
> 
> Can you share it?
> 
> Cheers,
> Andrés
> 
> 

-- 
View this message in context: http://old.nabble.com/Stockhausen%27s-%22Studie-II%22-generated-in-Csound-tp26504214p26529473.html
Sent from the Csound - General mailing list archive at Nabble.com.



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

Date2009-11-26 13:54
FromAndres Cabrera
Subject[Csnd] Re: Re: Re: Stockhausen's "Studie II" generated in Csound
AttachmentsScreen shot 2009-11-26 at 13.50.56.png  
Hi Enrico,

It does run, and things move, but no sound is produced... Is that expected?

Cheers,
Andrés

On Thu, Nov 26, 2009 at 1:31 PM, Enrico Francioni
 wrote:
>
>
> ... I wrote the algorithms for the implementation of "SOLO" have been
> compiled with MacCsound 1.3, but I would like to rewrite QuteCsound when I
> have solved my problem with Xcode for a re-compile  QuteCsound for PPC.
>
> I enclose a simple algorithm (CSD) for the implementation of Version I of
> SOLO (written with MacCsound 1.3).
> They tell me that works with QuteCsound, but I'd like to know from you all
> how it goes ...
> Probably there are adjustments to be done in code.
>
> http://old.nabble.com/file/p26529473/SOLO_v2.csd SOLO_v2.csd
>
> ;=====================
>
> Instead I'm currently working on an algorithm (in MacCsound 1.3) to perform
> all six Versions of SOLO, which I called SOLO_MULTIVERSION.
>
> In the latter code is more complex, because there is provision for:
> - To select the effects for the TIMBRO;
> - Have the PERFORATIONS (random);
> - Check the speed of BEATS of PERIODS (into CYCLE);
> - Choose which to start the test CYCLEof execution;
> - etc ...
>
>
> bye!
>
>
>
> Andres Cabrera wrote:
>>
>> HI Enrico,
>>
>> Can you share it?
>>
>> Cheers,
>> Andrés
>>
>>
>
> --
> View this message in context: http://old.nabble.com/Stockhausen%27s-%22Studie-II%22-generated-in-Csound-tp26504214p26529473.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
>
> 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-11-26 14:36
FromDavid
Subject[Csnd] Re: Re: Re: Re: Stockhausen's "Studie II" generated in Csound
Sounds like a John Cage composition to me, not Karlheinz Stockhausen! ;-)

David.

On Thu, Nov 26, 2009 at 8:54 AM, Andres Cabrera  wrote:
> Hi Enrico,
>
> It does run, and things move, but no sound is produced... Is that expected?
>
> Cheers,
> Andrés
>
> On Thu, Nov 26, 2009 at 1:31 PM, Enrico Francioni
>  wrote:
>>
>>
>> ... I wrote the algorithms for the implementation of "SOLO" have been
>> compiled with MacCsound 1.3, but I would like to rewrite QuteCsound when I
>> have solved my problem with Xcode for a re-compile  QuteCsound for PPC.
>>
>> I enclose a simple algorithm (CSD) for the implementation of Version I of
>> SOLO (written with MacCsound 1.3).
>> They tell me that works with QuteCsound, but I'd like to know from you all
>> how it goes ...
>> Probably there are adjustments to be done in code.
>>
>> http://old.nabble.com/file/p26529473/SOLO_v2.csd SOLO_v2.csd
>>
>> ;=====================
>>
>> Instead I'm currently working on an algorithm (in MacCsound 1.3) to perform
>> all six Versions of SOLO, which I called SOLO_MULTIVERSION.
>>
>> In the latter code is more complex, because there is provision for:
>> - To select the effects for the TIMBRO;
>> - Have the PERFORATIONS (random);
>> - Check the speed of BEATS of PERIODS (into CYCLE);
>> - Choose which to start the test CYCLEof execution;
>> - etc ...
>>
>>
>> bye!
>>
>>
>>
>> Andres Cabrera wrote:
>>>
>>> HI Enrico,
>>>
>>> Can you share it?
>>>
>>> Cheers,
>>> Andrés
>>>
>>>
>>
>> --
>> View this message in context: http://old.nabble.com/Stockhausen%27s-%22Studie-II%22-generated-in-Csound-tp26504214p26529473.html
>> Sent from the Csound - General mailing list archive at Nabble.com.
>>
>>
>>
>> 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"

Date2009-11-26 15:10
FromEnrico Francioni
Subject[Csnd] Re: Re: Re: Stockhausen's "Studie II" generated in Csound

Hi Andrés,

yes
is how it should do ...

you will hear a sound if you import (with soundin or diskin) an audio file
or a signal with the microphone (with ins) - see options for Signal i/o; 
this is only the algorithm for signal routing for the SOLO by K.S.

bye!
e



Andres Cabrera wrote:
> 
> Hi Enrico,
> 
> It does run, and things move, but no sound is produced... Is that
> expected?
> 
> Cheers,
> Andrés
> 
> 

-- 
View this message in context: http://old.nabble.com/Stockhausen%27s-%22Studie-II%22-generated-in-Csound-tp26504214p26530758.html
Sent from the Csound - General mailing list archive at Nabble.com.



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

Date2009-11-26 15:14
FromAndres Cabrera
Subject[Csnd] Re: Re: Re: Re: Stockhausen's "Studie II" generated in Csound
OK, thanks.

Cheers,
Andrés

On Thu, Nov 26, 2009 at 3:10 PM, Enrico Francioni
 wrote:
>
>
> Hi Andrés,
>
> yes
> is how it should do ...
>
> you will hear a sound if you import (with soundin or diskin) an audio file
> or a signal with the microphone (with ins) - see options for Signal i/o;
> this is only the algorithm for signal routing for the SOLO by K.S.
>
> bye!
> e
>
>
>
> Andres Cabrera wrote:
>>
>> Hi Enrico,
>>
>> It does run, and things move, but no sound is produced... Is that
>> expected?
>>
>> Cheers,
>> Andrés
>>
>>
>
> --
> View this message in context: http://old.nabble.com/Stockhausen%27s-%22Studie-II%22-generated-in-Csound-tp26504214p26530758.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
>
> 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-11-26 15:14
FromEnrico Francioni
Subject[Csnd] Re: Re: Re: Re: Stockhausen's "Studie II" generated in Csound

hello!

I also wrote an algorithm for "Ryoanji" by Cage for 4 double-basses…
Curious to know?

e




dfkettle wrote:
> 
> Sounds like a John Cage composition to me, not Karlheinz Stockhausen! ;-)
> 
> David.
> 
> On Thu, Nov 26, 2009 at 8:54 AM, Andres Cabrera 
> wrote:
>> Hi Enrico,
>>
>> It does run, and things move, but no sound is produced... Is that
>> expected?
>>
>> Cheers,
>> Andrés
>>
>> On Thu, Nov 26, 2009 at 1:31 PM, Enrico Francioni
>>  wrote:
>>>
>>>
>>> ... I wrote the algorithms for the implementation of "SOLO" have been
>>> compiled with MacCsound 1.3, but I would like to rewrite QuteCsound when
>>> I
>>> have solved my problem with Xcode for a re-compile  QuteCsound for PPC.
>>>
>>> I enclose a simple algorithm (CSD) for the implementation of Version I
>>> of
>>> SOLO (written with MacCsound 1.3).
>>> They tell me that works with QuteCsound, but I'd like to know from you
>>> all
>>> how it goes ...
>>> Probably there are adjustments to be done in code.
>>>
>>> http://old.nabble.com/file/p26529473/SOLO_v2.csd SOLO_v2.csd
>>>
>>> ;=====================
>>>
>>> Instead I'm currently working on an algorithm (in MacCsound 1.3) to
>>> perform
>>> all six Versions of SOLO, which I called SOLO_MULTIVERSION.
>>>
>>> In the latter code is more complex, because there is provision for:
>>> - To select the effects for the TIMBRO;
>>> - Have the PERFORATIONS (random);
>>> - Check the speed of BEATS of PERIODS (into CYCLE);
>>> - Choose which to start the test CYCLEof execution;
>>> - etc ...
>>>
>>>
>>> bye!
>>>
>>>
>>>
>>> Andres Cabrera wrote:
>>>>
>>>> HI Enrico,
>>>>
>>>> Can you share it?
>>>>
>>>> Cheers,
>>>> Andrés
>>>>
>>>>
>>>
>>> --
>>> View this message in context:
>>> http://old.nabble.com/Stockhausen%27s-%22Studie-II%22-generated-in-Csound-tp26504214p26529473.html
>>> Sent from the Csound - General mailing list archive at Nabble.com.
>>>
>>>
>>>
>>> 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"
> 

-- 
View this message in context: http://old.nabble.com/Stockhausen%27s-%22Studie-II%22-generated-in-Csound-tp26504214p26530823.html
Sent from the Csound - General mailing list archive at Nabble.com.



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