different midi board #1

Open
opened 2022-01-14 01:20:54 -08:00 by Jafner · 0 comments
Jafner commented 2022-01-14 01:20:54 -08:00 (Migrated from gitlab.jafner.net)

Created by: miIktoast

How would I go about getting the "Note on or Control change signals"? I have a different midi board that Id like to get setup but have 0 programming experience.

edit: So far all Ive done is replace X-Touch Mini with my controllers name nanoKONTROL2 in the shell script and im not sure what else I need to change.

Ive tried running it to see what it spits out and the only errors its output are:
Failed to connect to bus: Permission denied
Failed to retrieve unit state: Transport endpoint is not connected
Im assuming these are because Im running it as a script from my home directory? I am getting a binding notification for only one of my knobs but it doesnt do anything and theres no change in the terminal.

Full terminal output
Initializing
Checking for xdotool
xdotool found
Waiting for pulseaudio service to start...
Failed to connect to bus: Permission denied
Failed to retrieve unit state: Transport endpoint is not connected
Waiting for nanoKONTROL2 to be connected...
Setting profile 1
Col 1: -1
Col 2: -1
Col 3: -1
Col 4: -1
Col 5: -1
Col 6: -1
Col 7: -1
Col 8: -1
Initialized pamidi

Not sure if thisll help but heres the control info for my board
aseqdump -p 28:0
Source Event Ch Data
28:0 Control change 0, controller 16, value 122
(controllers are from 16-22)

*Created by: miIktoast* <s>How would I go about getting the "Note on or Control change signals"?</s> I have a different midi board that Id like to get setup but have 0 programming experience. edit: So far all Ive done is replace `X-Touch Mini` with my controllers name `nanoKONTROL2` in the shell script and im not sure what else I need to change. Ive tried running it to see what it spits out and the only errors its output are: `Failed to connect to bus: Permission denied` `Failed to retrieve unit state: Transport endpoint is not connected` Im assuming these are because Im running it as a script from my home directory? I am getting a binding notification for only one of my knobs but it doesnt do anything and theres no change in the terminal. Full terminal output `Initializing` `Checking for xdotool` `xdotool found` `Waiting for pulseaudio service to start...` `Failed to connect to bus: Permission denied` `Failed to retrieve unit state: Transport endpoint is not connected` `Waiting for nanoKONTROL2 to be connected...` `Setting profile 1` `Col 1: -1` `Col 2: -1` `Col 3: -1` `Col 4: -1` `Col 5: -1` `Col 6: -1` `Col 7: -1` `Col 8: -1` `Initialized pamidi` Not sure if thisll help but heres the control info for my board `aseqdump -p 28:0 ` `Source Event Ch Data` `28:0 Control change 0, controller 16, value 122` (controllers are from 16-22)
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Jafner/pamidi#1
No description provided.