[Csnd] live music coding on the web
Date | 2014-06-18 16:39 |
From | stagas |
Subject | [Csnd] live music coding on the web |
Hi everyone, I've made this: http://wavepot.com It's a live dsp editor, I'm sure some of you will enjoy playing with it :) still early stage but with lots planned ahead cheers! - stagas edit: this is the 3rd time I'm trying to post this, I've been getting some warnings that it hadn't been posted to the mailing list, but I saw that it had some views, so sorry for repeating, I think I've subscribed right now -- View this message in context: http://csound.1045644.n5.nabble.com/live-music-coding-on-the-web-tp5735898.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2014-06-18 16:46 |
From | Michael Gogins |
Subject | Re: [Csnd] live music coding on the web |
Cool! Will take a closer look. ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Wed, Jun 18, 2014 at 11:39 AM, stagas <gstagas@gmail.com> wrote: Hi everyone, |
Date | 2014-06-18 16:48 |
From | alfonso santimone |
Subject | Re: [Csnd] live music coding on the web |
Nice! a.On Wed, Jun 18, 2014 at 5:46 PM, Michael Gogins <michael.gogins@gmail.com> wrote:
|
Date | 2014-06-18 16:48 |
From | Hlöðver Sigurðsson |
Subject | Re: [Csnd] live music coding on the web |
Very very cool, what is this programming language, some supercollider/C fusion? 2014-06-18 15:46 GMT+00:00 Michael Gogins <michael.gogins@gmail.com>:
|
Date | 2014-06-18 16:50 | ||
From | Justin Smith | ||
Subject | Re: [Csnd] live music coding on the web | ||
On Wed, Jun 18, 2014 at 8:48 AM, alfonso santimone <alfonso.santimone@gmail.com> wrote:
|
Date | 2014-06-18 16:55 | ||
From | Justin Smith | ||
Subject | Re: [Csnd] live music coding on the web | ||
Also, stagas, this is pretty great, thanks for sharing. On Wed, Jun 18, 2014 at 8:50 AM, Justin Smith <noisesmith@gmail.com> wrote:
|
Date | 2014-06-18 16:55 |
From | stagas |
Subject | [Csnd] Re: live music coding on the web |
It's plain JavaScript utilizing the browser WebAudio API. -- View this message in context: http://csound.1045644.n5.nabble.com/live-music-coding-on-the-web-tp5735898p5735903.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2014-06-18 18:01 |
From | Tarmo Johannes |
Subject | Re: [Csnd] Re: live music coding on the web |
Great! 2014 6 18 18:56 kirjutas kuupäeval "stagas" <gstagas@gmail.com>:
It's plain JavaScript utilizing the browser WebAudio API. |
Date | 2014-06-18 20:31 |
From | Andres Cabrera |
Subject | Re: [Csnd] Re: live music coding on the web |
Cheers, Andrés On Wed, Jun 18, 2014 at 12:01 PM, Tarmo Johannes <tarmo.johannes@otsakool.edu.ee> wrote:
|
Date | 2014-06-19 14:00 |
From | Michael Gogins |
Subject | Re: [Csnd] Re: live music coding on the web |
I have played around with wavepot and gibber. I am impressed. One lesson I draw is that progress in dynamic languages has been very good because of the Web browser. The functional programming features of JavaScript make this kind of thing easier, also, but the raw power of the machinery and of the JavaScript runtime have improved over the past few years to the point where this kind of thing is pretty easy. I wonder how easy something like this would be with Web-based Csound, which in theory is much more powerful but might be more difficult to use. We can now do the "recompile on the fly" part of live coding. and I think that an editable page of code is no big deal either. But I wonder if things wold be so clear with Csound due to its greater power and complexity.
Regards, Mike ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Wed, Jun 18, 2014 at 3:31 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
|
Date | 2014-06-19 15:02 |
From | Richard Dobson |
Subject | Re: [Csnd] live music coding on the web |
This is just the sort of thing I want to see available to schools, with a range of simple (and not too long) educational examples and documentation to get kids (and teachers) started. Unfortunately Internet Explorer does not yet support the Web Audio API (though they say they are working on it). This makes it unavailable for most UK schools (computing departments), which in most cases are stuck with Windows, and which in many cases cannot even get Firefox (or at least a sufficiently recent version) installed. Richard Dobson On 18/06/2014 16:39, stagas wrote: > Hi everyone, > > I've made this: http://wavepot.com > > It's a live dsp editor, I'm sure some of you will enjoy playing with it :) > still early stage but with lots planned ahead > |
Date | 2014-06-20 02:13 |
From | Michael Gogins |
Subject | Re: [Csnd] live music coding on the web |
Tried both Wavepot and gibber on my Samsung Galaxy 4S. Wavepot worked but with dropouts, gibber did nothing. On Jun 19, 2014 10:02 AM, "Richard Dobson" <richarddobson@blueyonder.co.uk> wrote:
This is just the sort of thing I want to see available to schools, with a range of simple (and not too long) educational examples and documentation to get kids (and teachers) started. |