由用户创建的信息 亚历山大·卡夫兰诺
08 December 2014 21:43
Understood.

The Web Audio API in IE is in their TODO list (however I cant say when they'll do it actually)

The Firefox looping issue is some kind of a bug, I'll check it later.

About "Or" function: is what you really need is randomization, or a boolean operation?
08 December 2014 11:43
Hi, this is really a nice idea.

Unfortunately, the NLA script is not the fastest solution to play on something with the minimal delays. Using low-level picking API should get you better results (see pick_object() from scenes module).

You may also consider using external keyboard together with the Web MIDI API. And finally, with midi.js, it's even possible to play midi files as shown in the demo here.
03 December 2014 00:01
Hi Shaba1 and welcome to our forum

It's seams you have got a somewhat old and poorly supported GPU (GMA 4500MHD or so). Try to update your driver and browser or just switch to more modern hardware which is always a good idea when working with real-time graphics .
17 October 2014 12:03
Hi

There is some issues with a baked animation, maybe incompatible keyframes or so. Need some more info, e.g blend file.
Two sided: disable Backface Culling property on material (docs).
IE11 is not fully WebGL-compatible yet, we are working on it but you know microsoft .
17 October 2014 09:24
16 October 2014 21:28
Yes, to do that load the scene with the "wait_complete_loading" param of the "data.load()" function set to true. For more info check our API doc here.
16 October 2014 11:26
Thanks we'll have a look at this.
16 October 2014 11:23
Hi trepaning and welcome to the Blend4Web forum!

You can definitely implement all the functionality you need by using Blend4Web. We also have a decent audio engine so you can place not just a single audio track but a whole bunch of positional sound sources near every instrument right in Blender and export all the composition at one click.

Just take a look at our game tutorials, also you may find some useful coding examples in our app.js addon.
14 October 2014 11:22
Hello

Currently to change the alpha parameter you need to write your own app. See method 3 in the corresponding tutorial.
12 October 2014 17:55
Sorry, but I don't undestand how such thing may be useful because as far as I know it's just a simple server-side Web framework