[elm-discuss] Re: Anyone working on audio stuff?

2016-10-10 Thread ratvis
Thanks, everyone! I also found "Nightingale.space - Elm and Crowd-Sourced Music Making" by Murphy Randle https://youtu.be/lPXVfqwYmEA from the recent elm-conf I'm trying to figure out a good thing to work on (maybe trying Francesco's library). Anything cool happening in any of the other transpil

[elm-discuss] Re: Anyone working on audio stuff?

2016-10-09 Thread Francesco Orsenigo
I did this https://github.com/xarvh/elm-audio On Sunday, October 9, 2016 at 11:24:10 AM UTC+11, ratvis wrote: > > Either just HTLM5 audio element or web-audio? I kind of thought after .17 > came out, some more stuff would come out. > Just a wrapper thing around html5 audio (onPause, onEnded,..

[elm-discuss] Re: Anyone working on audio stuff?

2016-10-09 Thread Josh Adams
I can second that newslandvalley's stuff is great. I used one of his projects to power https://github.com/knewter/colluder which is a real-time collaborative music tracker. It needs some more work to be full-featured, but all the hard stuff is covered and it works :) On Sunday, October 9, 201

[elm-discuss] Re: Anyone working on audio stuff?

2016-10-09 Thread John Watson
I've been working primarily on audio for the last 6 or 7 months. Some examples: A soundfont javascript wrapper that gives you a grand piano A MIDI parser A module that encapsulates a MIDI play

[elm-discuss] Re: Anyone working on audio stuff?

2016-10-08 Thread OvermindDL1
The HTML5 audio element you can already control easily. WebAudio would require some types that do not yet exist in Elm, but you could use ports for now. On Saturday, October 8, 2016 at 6:24:10 PM UTC-6, ratvis wrote: > > Either just HTLM5 audio element or web-audio? I kind of thought after .17