Socket
Book a DemoInstallSign in
Socket

typed-bitwig-api

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typed-bitwig-api

TypeScript definition file for the Bitwig Studio Control Surface Scripting API.

latest
Source
npmnpm
Version
25.0.0
Version published
Weekly downloads
36
56.52%
Maintainers
1
Weekly downloads
 
Created
Source

typed-bitwig-api

Typescript types definition file for Bitwig Control Surface API.

Installation

$ npm install typed-bitwig-api

In 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
}

FAQs

Package last updated on 21 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts