forresto / dataflow-webaudio

Dataflow graph editor + Web Audio API
http://forresto.github.io/dataflow-webaudio/
55 stars 13 forks source link

DOM GUI not work in FF, so looking to bring latets dataflow lib across #1

Open ghost opened 11 years ago

ghost commented 11 years ago

nice project !!

The dataflow-webaudio project's GUI based on dataflow does not work on FF nightly.

So i checked the latest data flow lib from the Data Flow Repo. But its pretty clear the Libraries API has changed allot.

Does anyone know if and when the dataflow-webaudio project will be upgraded with latest dataflow lib ?

i would give it a go, but i only have 1 week to get this done.

forresto commented 11 years ago

I probably have some webkit-only stuff in there. Will look into it today.

ghost commented 11 years ago

I am testing for now in Chrome with latest lib from dataflow build

Initially am getting same errors (5)

ncaught TypeError: Object function (){ parent.apply(this, arguments); } has no method 'node'

var Base = Dataflow.node("base");

Gerard

On 8 August 2013 14:38, Forrest Oliphant notifications@github.com wrote:

I probably have some webkit-only stuff in there. Will look into it today.

— Reply to this email directly or view it on GitHubhttps://github.com/forresto/dataflow-webaudio/issues/1#issuecomment-22320419 .

Contact details: +49 1573 693 8595 (germany) +46 73 364 67 96 (sweden) skype: gedw99

forresto commented 11 years ago

Yeah, there are some breaking changes. I think that should be:

var Base = Dataflow.prototype.node("base");

forresto commented 10 years ago

Dragging seems to be broken now...