mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
WebSockets: rename ArdourMessageChannel to MessageChannel
This commit is contained in:
parent
198590bc94
commit
a51ce18334
3 changed files with 5 additions and 5 deletions
|
|
@ -16,12 +16,12 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
import { ArdourMessageChannel } from './channel.js';
|
||||
import { MessageChannel } from './channel.js';
|
||||
|
||||
export class Ardour {
|
||||
|
||||
constructor () {
|
||||
this.channel = new ArdourMessageChannel(location.host);
|
||||
this.channel = new MessageChannel(location.host);
|
||||
}
|
||||
|
||||
async open () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue