Skip to content

Nodejs code program - to control grandMA2 via web remote - use Akai APC mini midi controller - free - led feedback

Notifications You must be signed in to change notification settings

ArtGateOne/ma2apcmini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

ma2apcmini

Nodejs code program - to control grandMA2 via web remote - use Akai APC mini midi controller - free - led feedback

HOW TO!

Download and install NodeJS version 14.17 from https://nodejs.org/dist/v14.17.0/node-v14.17.0-x64.msi or nodejs version 16.14 https://nodejs.org/dist/v16.14.0/node-v16.14.0-x64.msi

Download my code archive & unrar to c: (or where U want)

Start grandMA2

Add user "apcmini" - password "remote"

Tunr on web remote.

Start my code from CMD

node ma2apcmini.js


If need config

Edit ma2apcmini.js (use notepad)

find this lines

//config

wing = 1; //set wing 1, 2 or 3 mode

page = 1; //set page select mode - 0-off, 1-only exec buttons(5), 2-exec buttons and faders together(5)

midi_in = 'APC MINI 0'; //set correct midi in device name

midi_out = 'APC MINI 1'; //set correct midi out device name


WING MODES

WING = 1

Executors (3 x 5 view)

101 - 108

116 - 123

131 - 138

...

176 - 183

faders

1 - 8 + grand master fader

WING = 2

Ececutors (3 x 5 view)

108 - 115

123 - 130

139 - 145

...

183 - 190

faders

8 - 15 + speed master 1 + lern (shift button)

WING = 3

Executors ( wing 1 - 2 x 5 view)

131 - 140

141 - 150

151 - 160

...

191 - 190

faders

16 - 23 + grand master fader


If U want connect to console:

find this line

var client = new W3CWebSocket('ws://localhost:80/');

and change localhost:80 to console IP Addres


AKAI APC CONTROL

Executors ( 6 x 8 )

Color Yellow - if programed

Color Green - if run

Faders ( 3 x 8 )

Color RED if programed

Color Green if run

SCENE LAUCH BUTTONS ON RIGHT SIDE

Select PAGE 1-5

last 4 buttons & last fader - not programed


U can use this code to control show only - not for programming

About

Nodejs code program - to control grandMA2 via web remote - use Akai APC mini midi controller - free - led feedback

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published