Live impro with Csound (video)
Date | 2017-04-23 15:45 |
From | Anton Kholomiov |
Subject | Live impro with Csound (video) |
Dear Csounders,
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
I'd like to share with you a video of life improvization with Csound based electronics. It's my band called Kailash Project. https://www.youtube.com/watch?v=8mYWtPnObbM All electronics (except bass) is made and triggered live with Csound. The Csound is for electronic Cello sound recorded on loop, drone, glitch sound and triggering of the voice samples.The bass was made by my friend in Ableton I have to admit. :) The Csound flows with the help of jack through the bitwig where it's mixed and recordered. Thanks for watching! Anton |
Date | 2017-04-23 16:10 |
From | Steven Yi |
Subject | Re: Live impro with Csound (video) |
Hi Anton, Thanks for sharing such a nicely produced video of the performance. I've enjoyed following your band's work online and it's very nice to hear your Csound work in practice. Very inspiring! All best, steven On Sun, Apr 23, 2017 at 10:45 AM, Anton Kholomiov |
Date | 2017-04-23 17:19 |
From | Richard |
Subject | Re: Live impro with Csound (video) |
Very nice, Anton! On 23/04/17 16:45, Anton Kholomiov
wrote:
|
Date | 2017-04-23 20:34 |
From | Anton Kholomiov |
Subject | Re: Live impro with Csound (video) |
Thanks, Steven and Richard. I'm glad that you find it inspiring. I hope to be able to continue my Csound studies further :)2017-04-23 19:19 GMT+03:00 Richard <zappfinger@gmail.com>:
|
Date | 2017-04-24 17:22 |
From | Oeyvind Brandtsegg |
Subject | Re: Live impro with Csound (video) |
+1 Nice work, Anton. 2017-04-23 8:10 GMT-07:00 Steven Yi <stevenyi@gmail.com>: Hi Anton, Oeyvind Brandtsegg Professor of Music Technology NTNU 7491 Trondheim Norway Cell: +47 92 203 205 http://www.partikkelaudio.com/ http://crossadaptive.hf.ntnu.no http://gdsp.hf.ntnu.no/ http://soundcloud.com/brandtsegg http://flyndresang.no/ http://soundcloud.com/t-emp |
Date | 2017-04-24 18:40 |
From | Guillermo Senna |
Subject | Re: Live impro with Csound (video) |
It's a nice fusion! On an unrelated note, Anton, I've recently watched the talk you gave at the ICSC 2015 that's on youtube. I think you have a very good point about the need for creating more higher-level abstractions. Csound should have something like functions natively built-in. I know about UDOs, but in my experience with Cabbage/Csound, there is always something about working with them that ends up with me coding a new instrument and using "event" and "turnoff" instead of an UDO. The mix of k-rate and i-rate only opcodes is sometimes a curse when you need Csound to behave like a traditional programming language, and you usually need that for creating not-so-simple, interactive GUIs in Cabbage. Anyway, congratulations to you and your band! On 24/04/17 13:22, Oeyvind Brandtsegg wrote: > +1 > Nice work, Anton. > > 2017-04-23 8:10 GMT-07:00 Steven Yi |
Date | 2017-04-24 20:30 |
From | Anton Kholomiov |
Subject | Re: Live impro with Csound (video) |
Thanks Oeyvind and Guillermo! Yes, we have also talked about it at round table.the works of others into our own code. something like npm for csound. But I don't want to push it in any ways on developers since the task is really hard. And it can be non-trivial process for the novice though it contains many usefull components. I have to admit that many examples are redesigned as UDOs for ease of reuse. But it's still copy and paste or #include process which is fragile. the expirience of it's community. and it's hard to start from scratch my lib solves this task, but it's limited in the way that I don't have that much of history and community behind it and it's closed in itself (I mean it's hard or impossible to interoperate with the rest of Csound ecosystem). If I want to use the Csound code I use jack and route audio signals. Actualy this happens in my setup. The launcher of audio clips is written in pure Csound but the source matereial for clips is created with my lib and rendered to audio files. Though for the next setup I'd like to move as much as possible to the pure synthesis. I like the idea of computor generating timbres out of thin text-file descriptions. 2017-04-24 20:40 GMT+03:00 Guillermo Senna <gsenna@gmail.com>: It's a nice fusion! |