How to use OP-Z with Hypno

Here is my little tutorial about sequencing Hypno visuals with the OP-Z using MIDI. I hope you enjoy it. Admittedly, I sold my OP-Z after filming this, but feel free to ask any questions and I will be happy to help as much as my recollection allows.

Here is the Rankie Micro USB (Male) to USB 2.0 (Female) Adapter from the above video.

In addition, below is the MIDI configuration discussed in the video. Please edit the midi.json file in the config folder of your OP-Z to match the below code if you would like your OP-Z to operate like the one in the video. I believe the only lines that will need editing are 23 and 25. See 22.2 Content Mode in the official OP-Z manual for more information about editing OP-Z configuration files.

{
	"alt_program_change" : true,
	"channel_one_to_active" : true,
	"enable_program_change" : true,
	"incoming_midi" : true,
	"midi_echo" : true,
	"outgoing_midi" : true,
	"parameter_cc_out" : 
	[
		[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ],
		[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ],
		[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ],
		[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ],
		[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ],
		[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ],
		[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ],
		[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ],
		[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ],
		[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ],
		[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ],
		[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ],
		[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ],
		[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ],
		[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ],
		[ 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31 ]
	],
	"timing_clock_in" : true,
	"timing_clock_out" : true,
	"track_channels" : [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 14, 15 ],
	"track_enable" : [ true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true ]
}

Lastly, here is the Hypno MIDI CC chart for reference –

5 Likes