You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Press "Shift + Note" on your synth1 or synth2 on the circuit to get 2 octaves
To make use of the Synth2, you also need to change some lines in the midi2vjoy python script, see #4
# Midi to vJoy translation# The format is one line for each control in the format of# m_type, m_control, v_id, v_number# m_type is the 176 (slider) or 144 (button).# m_control is the ID of the midi message.# The m_type and m_control value of each MIDI input can be found# when running the program in test mode. Just push/move the control# and watch the messages showing up on the screen.# v_id is the vJoystick ID where the MIDI message is translated to.# v_number is the axis or button number MIDI message is contolling.# The axis may be 'X', 'Y', 'Z', 'RX', 'RY', 'RZ', 'SL0', or 'SL1'.# Novation Circuit# 176 = Synth1 Instrument rotary knobs# 144 = Synth1 Instrument notes# 128 = Synth1 Instrument note offs# 177 = Synth2 Instrument rotary knobs# 145 = Synth2 Instrument notes# 129 = Synth2 Instrument note offs# Filter knob191741WHL# Synth 1176801X176811Y176821Z176831RX176841RY176851RZ176861SL0176871SL114429111443012144311314432141443315144341614435171443618144371914438110144391111444011214441113144421141444311514444116144451171444611814447119144481201444912114450122144511231445212414453125#Offs12829111283012128311312832141283315128341612835171283618128371912838110128391111284011212841113128421141284311512844116128451171284611812847119128481201284912112850122128511231285212412853125# Synth 2177802X177812Y177822Z177832RX177842RY177852RZ177862SL0177872SL114529211453022145312314532241453325145342614535271453628145372914538210145392111454021214541213145422141454321514544216145452171454621814547219145482201454922114550222145512231455222414553225#Offs12929211293022129312312932241293325129342612935271293628129372912938210129392111294021212941213129422141294321512944216129452171294621812947219129482201294922112950222129512231295222412953225
The text was updated successfully, but these errors were encountered:
Press "Shift + Note" on your synth1 or synth2 on the circuit to get 2 octaves
To make use of the Synth2, you also need to change some lines in the midi2vjoy python script, see #4
The text was updated successfully, but these errors were encountered: