mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
WebSockets: remove test code from ardour.js
This commit is contained in:
parent
089a4958ca
commit
7aca159017
1 changed files with 0 additions and 9 deletions
|
|
@ -139,12 +139,3 @@ export class Ardour {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
async function test() {
|
||||
const ardour = new Ardour();
|
||||
await ardour.open();
|
||||
const bpm = await ardour.setTempo(80);
|
||||
console.log(bpm);
|
||||
}
|
||||
|
||||
test();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue