dataflow-webaudio icon indicating copy to clipboard operation
dataflow-webaudio copied to clipboard

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

Open ghost opened this issue 12 years ago • 4 comments

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.

ghost avatar Aug 08 '13 12:08 ghost

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

forresto avatar Aug 08 '13 12:08 forresto

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 [email protected] 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

ghost avatar Aug 08 '13 12:08 ghost

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

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

forresto avatar Aug 08 '13 13:08 forresto

Dragging seems to be broken now...

forresto avatar Aug 11 '14 06:08 forresto