Email or username:

Password:

Forgot your password?
Top-level
Devine Lu Linvega

@vacuumbeef yeah, personally I prefer that it is C1, so I've kept it like that for the orca version. A note without an octave value is kind of an undefined event, there probably should be a standard. For a while, I didn't do an event until ch/octave/pitch was non-null.

10 comments
vacuumbeef

@neauoire Yeah I like it better that way too, seems more logical.

vacuumbeef

@neauoire Also looks like different versions send different velocity value. In toy version it is much lower.

Devine Lu Linvega

@vacuumbeef Oh that's odd tho, I'll have a look, that COULD be a bug. I send the notes to my MPC and the velocity handling is a bit strange on it.

vacuumbeef

@neauoire Also something very odd in electron version, but if I got it right, it is obsolete anyway?

Devine Lu Linvega

@vacuumbeef I'm not sure what I should look for in the video, what's odd? the colorization?

vacuumbeef

@neauoire no no, sound.
3rd octave in electron orca = 5th octave in orca-c

Devine Lu Linvega

@vacuumbeef aah! yes. Orca-c starts at -1 octave, and OrcaJS starts at 1. There isn't really a concensus on what we should use. In orca.rom, it's easy to change, I can show you how if you like. OrcaJS is not deprecated but I've just fallen out of writing javascript.

wiki.xxiivv.com/site/midi.html

vacuumbeef

@neauoire Ah okay I got it. But it's okay, -1 fits me more, I just thought there is something wrong in OrcaJS.
It would be better to decide best defaults to make all versions equal sometime in the future. Personally, I feel like uxn version is the most sane.

vacuumbeef

@neauoire Looks like velocity in orca-toy is lower by two or three

Devine Lu Linvega

@vacuumbeef Oh it's because of how I round the velocity without decimal points.. I think I can fix this :)

Go Up