Skip to content

OpenDAWN/SimpleMIDISynthHost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###Simple MIDI Synth Host A very simple demonstration of how to include a Web MIDI Synth [1] in a Web application.
It can be tried out at http://james-ingram-act-two.de/open-source/SimpleMIDISynthHost/host.html.

This and my WebMIDISynthHost projects are unofficial, but are aimed at furthering the discussion about software synths at Web MIDI API issue 124.

This demo uses a version of Chris Wilson's MIDI-synth from which I have removed the original GUI. Instead, I have provided it with an API that turns it into a Web MIDI Synth.
This is a non-standard MIDI Synth (it has non-standard controls), but MIDI can control anything so that is no problem.

The Sf2Synth1, included on the WebMIDISynthHost project, is a standard MIDI Synth, and is included in a separate simple demo project here.

November 2015, James Ingram

[1] A "Web MIDI Synth" is a software synth that uses the Web Audio API to implement the Output Device interface defined in the Web MIDI API. Web MIDI Synths can be used online independently of browser implementations of the Web MIDI API. Standard Web MIDI Synths can be used interchangeably with the hardware synths supplied by browser implementations of the Web MIDI API.

About

Simple demo of how to include a Web MIDI Synth in a new project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published