Gurigraphics

Results 20 comments of Gurigraphics

This warning may involve WebGL and Video Card Drive. The same I post here: https://github.com/photonstorm/phaser-ce/issues/221 It's not something specific with Phaser. Involves the implementation of any WebGL Framework In **melon...

@goldfire Yes. Texture bound to the unit 0,1,2... is just one type of .Offscreen-For-WebG warnings. This example that I showed no use texture: https://mdn.github.io/webgl-examples/tutorial/sample1/ **Warnings**: GL ERROR :GL_INVALID_ENUM : glTexImage2D:

@goldfire This is simple to understand. 1- This issue is to Chrome or Firefox Engines because it does not occur in all computers and video cards. 2- Phaser and others...

@goldfire Ok. I also think you is unique supposing things here. I have already shown that this warnings happens with any framework. In my case, just "canvas.getContext (" webgl ")"...

I replace notation to numbers to eliminate quotation marks.

This notation is more intuitive or logic and better to reason. It may be useful for procedural music. ``` // Equal Temperament Tuning // Source: http://www.phy.mtu.edu/~suits/notefreqs.html module.exports = { '01':...

Do Re Mi Fa example: ``` var conductor = new BandJS(); conductor.setTimeSignature(4,4); conductor.setTempo(120); conductor.constructor('equalProcedural', 'latino'); var piano = conductor.createInstrument(), p = piano.note, r = piano.rest; p('2', '41') p('2', '42') p('2',...

I'm a GitNoob. ^^ But I tried there: https://github.com/meenie/band.js/pull/31

Another integration that would be interesting is with EOS - Epic Online Services It hasn't been that long since it became free. And there aren't many tutorials on how to...