Socket
Socket
Sign inDemoInstall

aira

Package Overview
Dependencies
123
Maintainers
5
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    aira

aira runs loops on Roland AIRA series synthesizers.


Version published
Weekly downloads
5
Maintainers
5
Created
Weekly downloads
 

Readme

Source

aira

aira runs loops on Roland AIRA series synthesizers.

Status

CategoryStatus
Versionnpm
BuildGitHub Actions
LicenseGitHub

Installation

$ npm install aira

Quick Start

First you need to add a reference to aira to your application:

const { getNoteLengths, Tb3, Tr8, System8 } = require('aira');

If you use TypeScript, use the following code instead:

import { getNoteLengths, Tb3, Tr8, System8 } from 'aira';

For information on how to use these types, please refer to the demo mentioned below. Detailed documentation will be added once the API is a little bit more stable.

Running the demo

In the ./lib/bin/app.ts file you can see a demo of how to use this module. From the root level you can run it using:

$ npx ts-node lib/bin/app.ts

Please note that the demo expects the following set up:

  • Roland MX-1 as MIDI interface
  • Roland TR-8 connected to USB 1, using channel 10
  • Roland TB-3 connected to USB 2, using channel 2
  • Roland TB-3 connected to USB 3, using channel 2
  • Roland System 8 connected to USB 4, using channel 1

Running quality assurance

To run quality assurance for this module use roboter:

$ npx roboter

Keywords

FAQs

Last updated on 29 Jun 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc