Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
Build update
Browse files Browse the repository at this point in the history
  • Loading branch information
sksmatt committed Oct 4, 2016
1 parent 872a266 commit 4265263
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ app.on('ready', function(){
mainWindow.loadUrl('file://' + __dirname + '/index.html');

// Open the devtools.
mainWindow.openDevTools();
// mainWindow.openDevTools();

// Emitted when the window is closed.
mainWindow.on('closed', function() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"main": "main.js",
"scripts": {
"build": "electron-packager . KeyBro --platform=darwin --arch=x64 --icon=Icon.icns --overwrite | open .",
"build": "electron-packager . KeyBro --platform=darwin --arch=x64 --icon=Icon.icns --version=0.30.2 --overwrite | open .",
"start": "electron ."
}
}
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ Use your QWERTY keyboard as a MIDI controller.

![MIDI KeyBro - MIDI Keyboard](preview.png "MIDI KeyBro - MIDI Keyboard")

[Download App](https://github.com/sksmatt/MIDI-KeyBro/releases)

## Usage

### Download / Build

Download the latest build from the link above (or scroll down for notes on how to build yourself) unzip and place **KeyBro.app** on `~/Applications`.

### Enable Virtual MIDI Bus

A virtual MIDI is used to send MIDI messages between different applications. KeyBro needs one enabled on port 0.
Expand Down

0 comments on commit 4265263

Please sign in to comment.