• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MIDI Channel 0
#2
Channels can be represented with one-indexing (1-16) or zero-indexing (0-15). You should never see something that supports 0-16, because that would be impossible to support with the MIDI specification. When you select channel 1 in MobileSheets, it's actually using channel 0. This is the same for any device. It's the same with MSB/LSB/etc. You can either represent it as 0-127 or 1-128, but you should never see something that allows you to pick 0-128, because that can't be represented properly with how the data is transmitted/processed (I'm trying not to go into too much detail about how data is represented in terms of the bytes).

Mike
Reply


Messages In This Thread
MIDI Channel 0 - by giomas - 10-24-2023, 06:31 PM
RE: MIDI Channel 0 - by Zubersoft - 10-25-2023, 03:45 AM



Users browsing this thread:
1 Guest(s)


  Theme © 2014 iAndrew  
Powered By MyBB, © 2002-2024 MyBB Group.