Actualiser src/utils/midiHelper.js
Deploy to home / deploy (push) Successful in 11s

This commit is contained in:
cvancau
2026-08-09 19:30:59 +02:00
parent 15fd7e3645
commit db9a315ae9
+3
View File
@@ -19,6 +19,9 @@ export const registerMidiLogger = (callback) => { onLogCallback = callback; };
*/
export const registerPatchReceiver = (callback) => {
onPatchReceivedCallback = callback;
if (!parsedStoreData.patch.name.trim()) {
parsedStoreData.patch.name = '------------';
}
};
const bytesToHexStr = (bytes) => {