GOP abstraction form korg nanokontrol2 controller for plug and play use on Pure Data
A Pure Data abstraction that replicates the interface of the Korg Nanokontrol 2 MIDI controller using Graph-On-Parent (GOP) functionality. It allows intuitive, zero-patching control of elements in the parent patch, with instant visual feedback.
- Plug-and-play control directly within the parent patch via GOP.
- Visual feedback in real-time.
- Sends and receives MIDI messages to/from the parent patch.
- Built-in savestate system for multiple independent instances.
- Single argument (
port number
) that matches your Pure Data MIDI settings.
- Open Pure Data and configure your desired MIDI port number in
Media > MIDI settings
. - Create an instance of the abstraction using the port number:
- Send and receive data to/from parent patch. To receive data from the controller, just use its send outlet and filter with [route nºparam] to get the control value. To send data to the controller, use the receive inlet to send [param_set nºparam value( or [param_label nºparam name_param( messages to the controller. This is more explained in details on the help patch.
[korg.nanokontrol2 1]