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

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