Csound Csound-dev Csound-tekno Search About

[Csnd] Csound and Phaser3

Date2018-12-07 20:06
FromRory Walsh
Subject[Csnd] Csound and Phaser3
Iain and I just gave a workshop on creating online games using Phaser3 and CsoundWASM. It was obviously amazing(;)), but for those of you who couldn't make it, or more likely didn't know about it, I've put the up info and examples here. Iain showed some really great procedural instruments which I blatantly robbed and also pushed to the github repo.  If any of you make new levels with this simple framework, please make a pull request so that we can host it in the same place. 

Rory.

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

Date2018-12-07 23:00
FromOeyvind Brandtsegg
SubjectRe: [Csnd] Csound and Phaser3
Fantastic. Good job guys. Interesting to read and watch. And great fun!

Den fre. 7. des. 2018 kl. 21:06 skrev Rory Walsh <rorywalsh@ear.ie>:
Iain and I just gave a workshop on creating online games using Phaser3 and CsoundWASM. It was obviously amazing(;)), but for those of you who couldn't make it, or more likely didn't know about it, I've put the up info and examples here. Iain showed some really great procedural instruments which I blatantly robbed and also pushed to the github repo.  If any of you make new levels with this simple framework, please make a pull request so that we can host it in the same place. 

Rory.

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


--
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

Date2018-12-08 14:51
FromSteven Yi
SubjectRe: [Csnd] Csound and Phaser3
Great to see Csound in Web games and this article, I've been thinking
lately a common Csound orc library for games would be great (one that
would work on desktop too!).  I tried the article in Edge and Chrome
on Win 10 and did not hear any sound though.  I do see Csound output
in the JS Console.  I didn't see any thing in the code to start the
context on user interaction, but I didn't go through thoroughly. Is
anyone else getting sound?
On Fri, Dec 7, 2018 at 3:06 PM Rory Walsh  wrote:
>
> Iain and I just gave a workshop on creating online games using Phaser3 and CsoundWASM. It was obviously amazing(;)), but for those of you who couldn't make it, or more likely didn't know about it, I've put the up info and examples here. Iain showed some really great procedural instruments which I blatantly robbed and also pushed to the github repo.  If any of you make new levels with this simple framework, please make a pull request so that we can host it in the same place.
>
> Rory.
>
> 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

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

Date2018-12-08 17:20
FromHlöðver Sigurðsson
SubjectRe: [Csnd] Csound and Phaser3
I can confirm that there's no audio being sent trough the game itself, from the examples there's audio. Looking at the source code, it seems as if keyDown is sending data to channel "xPos" which is not declared in js/csd.js, I guess Rory needs to confirm :)

Since Rory is using my cljs made csound-wasm compilation, I got bit worried, but it should work on all browsers (and fallback automatically when AudioWorklet is not present).

On Sat, 8 Dec 2018 at 15:51, Steven Yi <stevenyi@gmail.com> wrote:
Great to see Csound in Web games and this article, I've been thinking
lately a common Csound orc library for games would be great (one that
would work on desktop too!).  I tried the article in Edge and Chrome
on Win 10 and did not hear any sound though.  I do see Csound output
in the JS Console.  I didn't see any thing in the code to start the
context on user interaction, but I didn't go through thoroughly. Is
anyone else getting sound?
On Fri, Dec 7, 2018 at 3:06 PM Rory Walsh <rorywalsh@ear.ie> wrote:
>
> Iain and I just gave a workshop on creating online games using Phaser3 and CsoundWASM. It was obviously amazing(;)), but for those of you who couldn't make it, or more likely didn't know about it, I've put the up info and examples here. Iain showed some really great procedural instruments which I blatantly robbed and also pushed to the github repo.  If any of you make new levels with this simple framework, please make a pull request so that we can host it in the same place.
>
> Rory.
>
> 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

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
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

Date2018-12-08 17:22
FromRory Walsh
SubjectRe: [Csnd] Csound and Phaser3
There is no sound in the demo game, although I think Iain is adding some. If you click on the various examples you'll hear Csound. 

On Sat, 8 Dec 2018 at 14:52, Steven Yi <stevenyi@gmail.com> wrote:
Great to see Csound in Web games and this article, I've been thinking
lately a common Csound orc library for games would be great (one that
would work on desktop too!).  I tried the article in Edge and Chrome
on Win 10 and did not hear any sound though.  I do see Csound output
in the JS Console.  I didn't see any thing in the code to start the
context on user interaction, but I didn't go through thoroughly. Is
anyone else getting sound?
On Fri, Dec 7, 2018 at 3:06 PM Rory Walsh <rorywalsh@ear.ie> wrote:
>
> Iain and I just gave a workshop on creating online games using Phaser3 and CsoundWASM. It was obviously amazing(;)), but for those of you who couldn't make it, or more likely didn't know about it, I've put the up info and examples here. Iain showed some really great procedural instruments which I blatantly robbed and also pushed to the github repo.  If any of you make new levels with this simple framework, please make a pull request so that we can host it in the same place.
>
> Rory.
>
> 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

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
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

Date2018-12-08 17:31
FromRory Walsh
SubjectRe: [Csnd] Csound and Phaser3
Btw, if anyone makes some sounds for the game, and builds their own level send me it to me I will add it to the github page. Don't forget to put a yellow door somewhere in your scene so the player can exit. 

On Sat, 8 Dec 2018 at 17:22, Rory Walsh <rorywalsh@ear.ie> wrote:
There is no sound in the demo game, although I think Iain is adding some. If you click on the various examples you'll hear Csound. 

On Sat, 8 Dec 2018 at 14:52, Steven Yi <stevenyi@gmail.com> wrote:
Great to see Csound in Web games and this article, I've been thinking
lately a common Csound orc library for games would be great (one that
would work on desktop too!).  I tried the article in Edge and Chrome
on Win 10 and did not hear any sound though.  I do see Csound output
in the JS Console.  I didn't see any thing in the code to start the
context on user interaction, but I didn't go through thoroughly. Is
anyone else getting sound?
On Fri, Dec 7, 2018 at 3:06 PM Rory Walsh <rorywalsh@ear.ie> wrote:
>
> Iain and I just gave a workshop on creating online games using Phaser3 and CsoundWASM. It was obviously amazing(;)), but for those of you who couldn't make it, or more likely didn't know about it, I've put the up info and examples here. Iain showed some really great procedural instruments which I blatantly robbed and also pushed to the github repo.  If any of you make new levels with this simple framework, please make a pull request so that we can host it in the same place.
>
> Rory.
>
> 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

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
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

Date2018-12-08 20:28
FromHlöðver Sigurðsson
SubjectRe: [Csnd] Csound and Phaser3
I can confirm that the audio works now!
https://rorywalsh.github.io/CsoundPhaser3/game.html

But I can't win that level, that's another story :P

On Sat, 8 Dec 2018 at 18:31, Rory Walsh <rorywalsh@ear.ie> wrote:
Btw, if anyone makes some sounds for the game, and builds their own level send me it to me I will add it to the github page. Don't forget to put a yellow door somewhere in your scene so the player can exit. 

On Sat, 8 Dec 2018 at 17:22, Rory Walsh <rorywalsh@ear.ie> wrote:
There is no sound in the demo game, although I think Iain is adding some. If you click on the various examples you'll hear Csound. 

On Sat, 8 Dec 2018 at 14:52, Steven Yi <stevenyi@gmail.com> wrote:
Great to see Csound in Web games and this article, I've been thinking
lately a common Csound orc library for games would be great (one that
would work on desktop too!).  I tried the article in Edge and Chrome
on Win 10 and did not hear any sound though.  I do see Csound output
in the JS Console.  I didn't see any thing in the code to start the
context on user interaction, but I didn't go through thoroughly. Is
anyone else getting sound?
On Fri, Dec 7, 2018 at 3:06 PM Rory Walsh <rorywalsh@ear.ie> wrote:
>
> Iain and I just gave a workshop on creating online games using Phaser3 and CsoundWASM. It was obviously amazing(;)), but for those of you who couldn't make it, or more likely didn't know about it, I've put the up info and examples here. Iain showed some really great procedural instruments which I blatantly robbed and also pushed to the github repo.  If any of you make new levels with this simple framework, please make a pull request so that we can host it in the same place.
>
> Rory.
>
> 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

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
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
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

Date2018-12-09 00:17
FromRory Walsh
SubjectRe: [Csnd] Csound and Phaser3
Whoops, they were just rough sounds we put in yesterday. I've updated some of the examples, and I've added a listing at the top so you can just skip to the good stuff. The last example on the list will also run on mobiles. Just give Csound some time to load first. 

On Sat, 8 Dec 2018 at 20:28, Hlöðver Sigurðsson <hlolli@gmail.com> wrote:
I can confirm that the audio works now!
https://rorywalsh.github.io/CsoundPhaser3/game.html

But I can't win that level, that's another story :P

On Sat, 8 Dec 2018 at 18:31, Rory Walsh <rorywalsh@ear.ie> wrote:
Btw, if anyone makes some sounds for the game, and builds their own level send me it to me I will add it to the github page. Don't forget to put a yellow door somewhere in your scene so the player can exit. 

On Sat, 8 Dec 2018 at 17:22, Rory Walsh <rorywalsh@ear.ie> wrote:
There is no sound in the demo game, although I think Iain is adding some. If you click on the various examples you'll hear Csound. 

On Sat, 8 Dec 2018 at 14:52, Steven Yi <stevenyi@gmail.com> wrote:
Great to see Csound in Web games and this article, I've been thinking
lately a common Csound orc library for games would be great (one that
would work on desktop too!).  I tried the article in Edge and Chrome
on Win 10 and did not hear any sound though.  I do see Csound output
in the JS Console.  I didn't see any thing in the code to start the
context on user interaction, but I didn't go through thoroughly. Is
anyone else getting sound?
On Fri, Dec 7, 2018 at 3:06 PM Rory Walsh <rorywalsh@ear.ie> wrote:
>
> Iain and I just gave a workshop on creating online games using Phaser3 and CsoundWASM. It was obviously amazing(;)), but for those of you who couldn't make it, or more likely didn't know about it, I've put the up info and examples here. Iain showed some really great procedural instruments which I blatantly robbed and also pushed to the github repo.  If any of you make new levels with this simple framework, please make a pull request so that we can host it in the same place.
>
> Rory.
>
> 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

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
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
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
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

Date2018-12-09 05:40
FromSteven Yi
SubjectRe: [Csnd] Csound and Phaser3
I can hear sound now in the examples linked at the top. Lovely!  The
pushing sounds one was neat.  Great potential with all of this!
On Sat, Dec 8, 2018 at 7:17 PM Rory Walsh  wrote:
>
> Whoops, they were just rough sounds we put in yesterday. I've updated some of the examples, and I've added a listing at the top so you can just skip to the good stuff. The last example on the list will also run on mobiles. Just give Csound some time to load first.
> https://rorywalsh.github.io/CsoundPhaser3/
>
>
> On Sat, 8 Dec 2018 at 20:28, Hlöðver Sigurðsson  wrote:
>>
>> I can confirm that the audio works now!
>> https://rorywalsh.github.io/CsoundPhaser3/game.html
>>
>> But I can't win that level, that's another story :P
>>
>> On Sat, 8 Dec 2018 at 18:31, Rory Walsh  wrote:
>>>
>>> Btw, if anyone makes some sounds for the game, and builds their own level send me it to me I will add it to the github page. Don't forget to put a yellow door somewhere in your scene so the player can exit.
>>>
>>> On Sat, 8 Dec 2018 at 17:22, Rory Walsh  wrote:
>>>>
>>>> There is no sound in the demo game, although I think Iain is adding some. If you click on the various examples you'll hear Csound.
>>>>
>>>> On Sat, 8 Dec 2018 at 14:52, Steven Yi  wrote:
>>>>>
>>>>> Great to see Csound in Web games and this article, I've been thinking
>>>>> lately a common Csound orc library for games would be great (one that
>>>>> would work on desktop too!).  I tried the article in Edge and Chrome
>>>>> on Win 10 and did not hear any sound though.  I do see Csound output
>>>>> in the JS Console.  I didn't see any thing in the code to start the
>>>>> context on user interaction, but I didn't go through thoroughly. Is
>>>>> anyone else getting sound?
>>>>> On Fri, Dec 7, 2018 at 3:06 PM Rory Walsh  wrote:
>>>>> >
>>>>> > Iain and I just gave a workshop on creating online games using Phaser3 and CsoundWASM. It was obviously amazing(;)), but for those of you who couldn't make it, or more likely didn't know about it, I've put the up info and examples here. Iain showed some really great procedural instruments which I blatantly robbed and also pushed to the github repo.  If any of you make new levels with this simple framework, please make a pull request so that we can host it in the same place.
>>>>> >
>>>>> > Rory.
>>>>> >
>>>>> > 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
>>>>>
>>>>> 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
>>>
>>> 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
>>
>> 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
>
> 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

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

Date2018-12-14 15:07
FromGuillermo Senna
SubjectRe: [Csnd] Csound and Phaser3
Really cool stuff!

On 7/12/18 17:06, Rory Walsh wrote:
> Iain and I just gave a workshop on creating online games using Phaser3 and
> CsoundWASM. It was obviously amazing(;)), but for those of you who couldn't
> make it, or more likely didn't know about it, I've put the up info and
> examples here . Iain showed
> some really great procedural instruments which I blatantly robbed and also
> pushed to the github repo
> .  If
> any of you make new levels with this simple framework, please make a pull
> request so that we can host it in the same place.
>
> Rory.
>
> 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
>

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

Date2018-12-16 16:47
FromJulio César
SubjectRe: [Csnd] Csound and Phaser3
spike must have cabbage head!
Good Job guys
Csound is alive and kicking
Julio.

On Friday, December 7, 2018, 3:06:39 PM GMT-5, Rory Walsh <rorywalsh@EAR.IE> wrote:


Iain and I just gave a workshop on creating online games using Phaser3 and CsoundWASM. It was obviously amazing(;)), but for those of you who couldn't make it, or more likely didn't know about it, I've put the up info and examples here. Iain showed some really great procedural instruments which I blatantly robbed and also pushed to the github repo.  If any of you make new levels with this simple framework, please make a pull request so that we can host it in the same place. 

Rory.

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

Date2018-12-19 20:29
Fromjoachim heintz
SubjectRe: [Csnd] Csound and Phaser3
i have added now a post at csound.com about this ...



On 16/12/18 17:47, Julio César wrote:
> spike must have cabbage head!
> Good Job guys
> Csound is alive and kicking
> Julio.
>
> On Friday, December 7, 2018, 3:06:39 PM GMT-5, Rory Walsh
>  wrote:
>
>
> Iain and I just gave a workshop on creating online games using Phaser3
> and CsoundWASM. It was obviously amazing(;)), but for those of you who
> couldn't make it, or more likely didn't know about it, I've put the up
> info and examples here .
> Iain showed some really great procedural instruments which I blatantly
> robbed and also pushed to the github repo
> .
> If any of you make new levels with this simple framework, please make a
> pull request so that we can host it in the same place.
>
> Rory.
>
> 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
> 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

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

Date2018-12-19 20:46
FromRory Walsh
SubjectRe: [Csnd] Csound and Phaser3
Thanks Joachim. I had hoped to add more examples but time got the better of me. 

On Wed 19 Dec 2018, 20:29 joachim heintz <jh@joachimheintz.de wrote:
i have added now a post at csound.com about this ...



On 16/12/18 17:47, Julio César wrote:
> spike must have cabbage head!
> Good Job guys
> Csound is alive and kicking
> Julio.
>
> On Friday, December 7, 2018, 3:06:39 PM GMT-5, Rory Walsh
> <rorywalsh@EAR.IE> wrote:
>
>
> Iain and I just gave a workshop on creating online games using Phaser3
> and CsoundWASM. It was obviously amazing(;)), but for those of you who
> couldn't make it, or more likely didn't know about it, I've put the up
> info and examples here <https://rorywalsh.github.io/CsoundPhaser3/>.
> Iain showed some really great procedural instruments which I blatantly
> robbed and also pushed to the github repo
> <https://github.com/rorywalsh/CsoundPhaser3/tree/master/Instruments>.
> If any of you make new levels with this simple framework, please make a
> pull request so that we can host it in the same place.
>
> Rory.
>
> Csound mailing list Csound@listserv.heanet.ie
> <mailto: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
> Csound mailing list Csound@listserv.heanet.ie
> <mailto: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

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
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

Date2019-02-24 22:43
From"Dr. Richard Boulanger"
SubjectRe: [Csnd] Csound and Phaser3
Rory and Iain,

This CsoundPhaser3 work is super.  I have been having a ball with it all day!  Can't wait to share with my students.
- a few of the examples don't work on the Mac with Chrome or Safari, but most do and are inspiring enough.
- super appreciate the tutorial that accompanies them!

Hope you will continue to develop this.

Best,

-dB
_____________________________________________
Dr. Richard Boulanger
Professor of Electronic Production and Design
Professional Writing and Music Technology Division
Berklee College of Music
______________________________________________
OFFICE: 1126 Boylston St., Suite 201 (EPD), Suite 208 (Boulanger)
______________________________________________


On Fri, Dec 7, 2018 at 3:06 PM Rory Walsh <rorywalsh@ear.ie> wrote:
Iain and I just gave a workshop on creating online games using Phaser3 and CsoundWASM. It was obviously amazing(;)), but for those of you who couldn't make it, or more likely didn't know about it, I've put the up info and examples here. Iain showed some really great procedural instruments which I blatantly robbed and also pushed to the github repo.  If any of you make new levels with this simple framework, please make a pull request so that we can host it in the same place. 

Rory.

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
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