Skip to content

Commit

Permalink
doc: Updated BLE-MIDI spec links
Browse files Browse the repository at this point in the history
  • Loading branch information
happycodelucky committed Feb 18, 2019
1 parent 1afb902 commit 357ee79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Ortho Remote client package for Node.js for interacting with [Teenage Engineering](https://www.teenageengineering.com)'s BLE-MIDI [Ortho Remote](https://www.teenageengineering.com/products/orthoremote)

The `ortho-remote` package is designed to support multiple devices simultaneously, provide a high-level abstraction for interaction events, as well as provide access to the raw [BLE-MIDI](./specs/rp52public.pdf) data.
The `ortho-remote` package is designed to support multiple devices simultaneously, provide a high-level abstraction for interaction events, as well as provide access to the raw [BLE-MIDI](https://github.com/skratchdot/ble-midi/blob/master/pdf/Apple-Bluetooth-Low-Energy-MIDI-Specification.pdf) data.

For more information on BLE-MIDI see [midi.org](https://www.midi.org/midi/specifications/item/bluetooth-le-midi)

Expand Down Expand Up @@ -208,7 +208,7 @@ if (await device.connect(orthoConfig)) {
}
```

To access the [BLE-MIDI](./specs/rp52public.pdf) data in parsed or it's raw form, use the `midi` event
To access the [BLE-MIDI](https://github.com/skratchdot/ble-midi/blob/master/pdf/Apple-Bluetooth-Low-Energy-MIDI-Specification.pdf) data in parsed or it's raw form, use the `midi` event

```typescript
import { MidiData } from 'ortho-remote'
Expand Down

0 comments on commit 357ee79

Please sign in to comment.