mixer.py: set iPad flag = 0 (no need for periodic active_sense byte to keep TCP connection alive)
This commit is contained in:
parent
35bf8a4928
commit
9f33bf3d8f
1 changed files with 1 additions and 1 deletions
2
mixer.py
2
mixer.py
|
@ -89,7 +89,7 @@ class Mixer:
|
|||
|
||||
def get_system_state(self):
|
||||
msg_id = self.SysExMessageId.GET_SYSTEM_STATE_REQUEST.value
|
||||
i_pad_flag = 0x01
|
||||
i_pad_flag = 0x00
|
||||
|
||||
data = self.SYSEX_ALL_CALL + [msg_id, i_pad_flag]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue