typed-bitwig-api v19.0.0
typed-bitwig-api
Typescript types definition file for Bitwig Control Surface API.
Installation
$ npm install typed-bitwig-apiIn your tsconfig.json for your project add the following to the types list:
{
...
"types": [
...,
"typed-bitwig-api"
],
...
}Usage
With the above installation complete, the host variable should be seen as available globally (along with load, loadAPI, println, dump, etc). API interfaces are made available for reference through the globally accessible API namespace. So, for example, if you wrote a function that took an instance of the API's Transport object, you would reference it as follows:
function foo(transport: API.Transport) {
// ... do something
}1 year ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
9 years ago