Hola, Qué quieres hacer exactamente? El csd que pones tiene un error de sintaxis porque no hay un "instr" antes del último "endin".
Saludos, Andrés On Thu, Nov 5, 2009 at 5:20 PM, Jose Ignacio Quevedo <[email protected]> wrote: > mira es que no se conectar un opcode con otro, ya se es refacil, pero no lo > puedo hacer,ok. > > > <CsoundSynthesizer> > > <CsOptions> > > ; Select audio/midi flags here according to platform > > ; Audio out Audio in No messages > > -odac -iadc -d ;;;RT audio I/O > > ; For Non-realtime ouput leave only the line below: > > ; -o diskin.wav -W ;;; for file output any platform > > </CsOptions> > > <CsInstruments> > > > > ; Initialize the global variables. > > sr = 44100 > > kr = 44100 > > ksmps = 1 > > nchnls = 1 > > > > ares = p4 > kamp = p5 > irise = p6 > idec = p7 > iatdec = p8 > > > instr 1 > > > > ; Play the audio file backwards. > > asig diskin "aha1.wav", +1 > asig linenr ares, kamp, irise, idec, iatdec > > out asig, out asig > > endin > > > > > > ; Play the audio file backwards. > > asig diskin "aha1.wav", +1.8 > > out asig > > endin > > > > </CsInstruments> > > <CsScore> > > > > ; Play Instrument #1, the audio file, for three seconds. > > p1 p2 p3 p4 p5 p6 p7 p8 > > i1 0 15 300 500 2.5 9 0.5 > > i2 10.3 10 > > > e > > > > > > </CsScore> > > </CsoundSynthesizer> > > ________________________________________ > De: [email protected] [[email protected]] En nombre > de Andres Cabrera [[email protected]] > Enviado el: miércoles, 04 de noviembre de 2009 03:08 a.m. > Para: [email protected] > Asunto: Re: [Expyezp] opcode diskin, y algunas preguntas. > > On Wed, Nov 4, 2009 at 12:17 AM, Jose Ignacio Quevedo > <[email protected]> wrote: >> diskin: >> >> Tengo ya el entendimiento de como alterar la frecuencia y duracion de >> sampleo de un archivo.wav,,, >> >> Ahora, necesito poder darle un envolvente dinamico y un valor de amplitud a >> cada instrumento: >> >> cuantos intrumentos puedo montar en el mismo archivo .csd?? >> > > Los que quieras. > >> Es decir, la interaccion pfields, y tables, mas interconeccion entre diskin >> y linen, y el uso correcto del glissando en diskin2. >> > > No entiendo la pregunta... > > Saludos, > Andrés > >> Agradesco mucho el ejemplo textual. >> >> Estuve interactuando con estos opcodes y ley el tut de Daniel pero tod no la >> cacho. >> >> Saludos! >> ________________________________________ >> De: [email protected] [[email protected]] En nombre >> de Paula Vélez [[email protected]] >> Enviado el: sábado, 31 de octubre de 2009 01:42 p.m. >> Para: [email protected] >> Asunto: Re: [Expyezp] Conversatorio de Compositores Electroacústicas >> Colombianos en México >> >> HOY, a las 3 pm en colombia 9 pm en berlin, performance en vivo, estaré >> transmitiendo... >> >> no se lo pierdan: >> OFFICIAL STATEMENT >> FOR IMMEDIATE RELEASE >> AETHER AGENTS in Berlin >> comming from Geneva, Rotterdam, New York, Brussels, Medellin, >> or streaming remotely from Sydney, Yorba Linda >> >> Scheduled for October 31st - 21:00 CET >> >> Aether9, an experiment in collaborative realtime storytelling >> is gathering souls in a dramatically online fashion. >> BERLIN hosts a physical reunion, >> a seance, >> workshop, >> conspiracy, residency, and eventually a performance. >> wtf >> >> ALL SOULS BERLIN >>> >> >> Tommorow night, Saturday, Halloween, >> as a culmination of a week long residencey @ _____-micro research >> aether9 will present a live online performance before an audience in the >> rupert goldsworthy gallery in Berlin. >> >> The wireless building of a mass mind, controlling aether9 agents ...amongst >> Berliners unaware. >> Aether9 presents an interpretation of Fritz Lang's Doktor Mabuse >> streaming from a taxi speeding through Berlin. >> >> Join us online at 21:00 CET --> http://1904.cc >> >> /// >> >> about aether9 >> Aether9 is a collaborative art project exploring the field of realtime video >> transmission. It was initiated in May 2007 during a workshop at the Mapping >> Festival in Geneva, Switzerland. Developed by an international group of >> visual artists and collectives working in different locations (Europe, North >> and South America) and communicating solely through the Internet, ther9 is a >> framework for networked video/audio performance, and the collaborative >> development of dramarturgical rules particular to Internet modes of >> communication. The system functions as an open platform for participants of >> any technical level to transmit imagery in real-time and interact through a >> structured narrative performance questioning the issues of presence/absence, >> remote/local, identity and intimacy in the context of the electronic space. >> >> http://1904.cc/aether/ >> >> /// >> >> residence @ _____-micro research [berlin] http://www.1010.co.uk/ >> >> /// PERFORMERS >> >> Judy Nylon/Audrey Samson/Paula Vélez/Chloé Cramer/Frauke Frech/Boris >> Kish/Laure Deselys/Cym/Manuel Schmalstieg/Christian Cruz/Vinny Bhagat >> _______________________________________________ >> >> Expyezp mailing list >> [email protected] >> http://lists.slow.tk/listinfo.cgi/expyezp-slow.tk >> >> Archivo de mensajes: >> http://lists.slow.tk/pipermail/expyezp-slow.tk/ >> > > > > -- > > > Andrés > _______________________________________________ > > Expyezp mailing list > [email protected] > http://lists.slow.tk/listinfo.cgi/expyezp-slow.tk > > Archivo de mensajes: > http://lists.slow.tk/pipermail/expyezp-slow.tk/ > _______________________________________________ > > Expyezp mailing list > [email protected] > http://lists.slow.tk/listinfo.cgi/expyezp-slow.tk > > Archivo de mensajes: > http://lists.slow.tk/pipermail/expyezp-slow.tk/ > -- Andrés _______________________________________________ Expyezp mailing list [email protected] http://lists.slow.tk/listinfo.cgi/expyezp-slow.tk Archivo de mensajes: http://lists.slow.tk/pipermail/expyezp-slow.tk/
