JZZ.js v.0.4.6 enables Web MIDI API in Node.js and browsers.
GitHub: https://github.com/jazz-soft/JZZ
npm: https://www.npmjs.com/package/jzz
Search found 358 matches
- Mon Apr 09, 2018 11:40 am
- Forum: Web MIDI API
- Topic: JZZ v.0.4.6 enables Web MIDI API
- Replies: 0
- Views: 124
- Mon Apr 09, 2018 11:38 am
- Forum: JZZ.js
- Topic: JZZ.js v.0.4.6 with Web MIDI API has been released!
- Replies: 0
- Views: 128
JZZ.js v.0.4.6 with Web MIDI API has been released!
JZZ.js v.0.4.6 enables Web MIDI API in Node.js and browsers.
GitHub: https://github.com/jazz-soft/JZZ
npm: https://www.npmjs.com/package/jzz
GitHub: https://github.com/jazz-soft/JZZ
npm: https://www.npmjs.com/package/jzz
- Sun Mar 25, 2018 3:41 pm
- Forum: JZZ.js
- Topic: JZZ.js v.0.4.5 with MPE support
- Replies: 0
- Views: 345
JZZ.js v.0.4.5 with MPE support
JZZ.js v.0.4.5 with MPE support has been released!
GitHub: https://github.com/jazz-soft/JZZ
npm: https://www.npmjs.com/package/jzz
GitHub: https://github.com/jazz-soft/JZZ
npm: https://www.npmjs.com/package/jzz
- Sat Mar 24, 2018 8:22 pm
- Forum: Web MIDI API
- Topic: Web MIDI API for Firefox
- Replies: 6
- Views: 1211
Re: Web MIDI API for Firefox
Unfortunately, I don't have the MC-8 device to debug the issue.
Perhaps it would be helpful to get in contact with the application developers.
Do you know them?
Perhaps it would be helpful to get in contact with the application developers.
Do you know them?
- Sat Mar 24, 2018 7:18 pm
- Forum: Web MIDI API
- Topic: Web MIDI API for Firefox
- Replies: 6
- Views: 1211
Re: Web MIDI API for Firefox
Ok, so when all 3 are enablled, there is a MIDI traffic, but something goes wrong.
How large is the volume of MIDI data transferred?
How large is the volume of MIDI data transferred?
- Sat Mar 24, 2018 8:28 am
- Forum: Web MIDI API
- Topic: Web MIDI API for Firefox
- Replies: 6
- Views: 1211
Re: Web MIDI API for Firefox
Does it produce any error output on the console?
- Tue Mar 13, 2018 12:19 pm
- Forum: Jazz-Plugin
- Topic: Jazz-Plugin in Windows 10
- Replies: 21
- Views: 23747
Re: Jazz-Plugin in Windows 10
Thank you for letting me know!
I think Livid can fix their new online version.
I think Livid can fix their new online version.
- Mon Mar 12, 2018 9:29 am
- Forum: JZZ.js
- Topic: MMA adopted MPE
- Replies: 1
- Views: 388
Re: MMA adopted MPE
MPE Specifications:
https://docs.google.com/document/d/1vpj ... 83NHD8edow
https://docs.google.com/document/d/1vpj ... 83NHD8edow
- Sat Mar 10, 2018 6:33 pm
- Forum: JZZ.js
- Topic: MMA adopted MPE
- Replies: 1
- Views: 388
MMA adopted MPE
On January 28th 2018 MIDI Manufacturers Association (MMA) adopted the new MIDI Polyphonic Expression (MPE) Enhancement to the MIDI Specification.
https://www.midi.org/articles/midi-poly ... ession-mpe
We will enable MPE features in JZZ.js in the next release.
https://www.midi.org/articles/midi-poly ... ession-mpe
We will enable MPE features in JZZ.js in the next release.
- Sat Mar 10, 2018 6:27 pm
- Forum: Jazz-Plugin
- Topic: Linux plugin only returns Virtual MIDI ports
- Replies: 8
- Views: 3280
Re: Linux plugin only returns Virtual MIDI ports
I got your email and will experiment with your suggestions.
Unfortunately, I don't have any devices that behave like yours - all instruments I tried were visible by ALSA's snd_rawmidi_*
Unfortunately, I don't have any devices that behave like yours - all instruments I tried were visible by ALSA's snd_rawmidi_*
- Sat Mar 10, 2018 6:19 pm
- Forum: Jazz-Plugin
- Topic: Jazz-Plugin in Windows 10
- Replies: 21
- Views: 23747
Re: Jazz-Plugin in Windows 10
The change will be a little more complicated than "find/replace", but still simple. Jazz.MidiOutList() / Jazz.MidiInList() => JZZ().and(function() { var info = this.info(); ... }); https://jazz-soft.net/doc/JZZ/jzz.html#info Jazz.MidiOutOpen(name) / Jazz.MidiInOpen(name, funct) => var midiout = JZZ(...
- Sun Mar 04, 2018 1:16 pm
- Forum: Jazz-Plugin
- Topic: Jazz-Plugin in Windows 10
- Replies: 21
- Views: 23747
Re: Jazz-Plugin in Windows 10
I've posted a message at http://forum.lividinstruments.com/discu ... server-com
- Sun Mar 04, 2018 8:18 am
- Forum: Jazz-Plugin
- Topic: Jazz-Plugin in Windows 10
- Replies: 21
- Views: 23747
Re: Jazz-Plugin in Windows 10
Oh I see... I thought you were that site developer...
Well, the only thing you can do then is to encourage the site owners to upgrade their technology...
Well, the only thing you can do then is to encourage the site owners to upgrade their technology...
- Fri Mar 02, 2018 7:06 pm
- Forum: JZZ.js
- Topic: MIDI onstatechange counterpart in JZZ.js
- Replies: 4
- Views: 1476
Re: MIDI onstatechange counterpart in JZZ.js
Newly released JZZ v0.4.4 has an onChange() function.
Please see the details at https://jazz-soft.net/doc/JZZ/jzz.html#onChange
Please see the details at https://jazz-soft.net/doc/JZZ/jzz.html#onChange
- Fri Mar 02, 2018 6:58 pm
- Forum: Jazz-Plugin
- Topic: Jazz-Plugin in Windows 10
- Replies: 21
- Views: 23747
Re: Jazz-Plugin in Windows 10
Why don't you check the examples at https://jazz-soft.net/demo ? One don't have to be a JavaScript guru to understand them. And they work in all browsers (except Edge, for which I'm planning to have a solution in near future) What you'll have to do with your website is basically to substitute direct...
- Fri Mar 02, 2018 10:27 am
- Forum: Jazz-Plugin
- Topic: Jazz-Plugin in Windows 10
- Replies: 21
- Views: 23747
Re: Jazz-Plugin in Windows 10
Firefox and Chrome extensions have API different from Jazz-Plugin.
Instead of directly using Jazz-Plugin API, please switch to JZZ.js library that is compatible with every implementation (Including Chrome native Web MIDI API)
Instead of directly using Jazz-Plugin API, please switch to JZZ.js library that is compatible with every implementation (Including Chrome native Web MIDI API)
- Sun Feb 18, 2018 8:15 pm
- Forum: JZZ.js
- Topic: MIDI onstatechange counterpart in JZZ.js
- Replies: 4
- Views: 1476
Re: MIDI onstatechange counterpart in JZZ.js
JZZ().onChange() will be available in the next release, probably within a week.
- Sun Feb 18, 2018 12:59 pm
- Forum: Third-party
- Topic: Play along Piano - Music XML Search engine and learning tool
- Replies: 1
- Views: 898
Re: Play along Piano - Music XML Search engine and learning tool
Wow! Looks impressive!
- Sat Feb 17, 2018 7:30 pm
- Forum: JZZ.js
- Topic: Playing a MIDI file
- Replies: 3
- Views: 876
Re: Playing a MIDI file
Still remember about it, but please be patient... 

- Fri Feb 16, 2018 7:15 pm
- Forum: Web MIDI API
- Topic: Web MIDI API for Firefox
- Replies: 6
- Views: 1211
Web MIDI API for Firefox
Web MIDI API for Firefox is available at https://addons.mozilla.org/en-US/firefo ... -midi-api/