Bfd3 Core - Library Updated

void parse_packet(uint8_t* raw_data, size_t len) bfd3_desc_t pkt; bfd3_desc_init(&pkt, raw_data, len); uint8_t cmd = bfd3_read_u8(&pkt); uint16_t payload_len = bfd3_read_u16(&pkt);

Troubleshooting Installer Crashes with BFD3.5 - inMusic Store Bfd3 core library

With the update to BFD 3.5 , the library underwent a migration from FXpansion to inMusic. BFD3 - BFD Drums void parse_packet(uint8_t* raw_data