Given a url to a webtranport server endpoint, returns a writer object
that has the functions 'note_on(ch,nte,vel)', 'note_off(ch,nte,vel)' and
'control_change(ch,id,val)'.
When these functions are called, the message is converted to midi byte format
and sent as a datagram over the webtranport connection
This assumes that you have a functioning webtransport server to connect to and which
parses and acts on these midi bytes.
Given a url to a webtranport server endpoint, returns a writer object that has the functions 'note_on(ch,nte,vel)', 'note_off(ch,nte,vel)' and 'control_change(ch,id,val)'. When these functions are called, the message is converted to midi byte format and sent as a datagram over the webtranport connection
This assumes that you have a functioning webtransport server to connect to and which parses and acts on these midi bytes.