From 4005834f4d313110ad03fbc1d3691c0d29ba8eed Mon Sep 17 00:00:00 2001 From: "H. R. Baer" Date: Sun, 24 May 2026 00:33:55 +0200 Subject: [PATCH 1/3] Update data.ts Added Espressivo to the list of WebMIDI apps. --- src/data.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/data.ts b/src/data.ts index 69f0786..f998131 100644 --- a/src/data.ts +++ b/src/data.ts @@ -1,6 +1,13 @@ import { Site } from './types'; export const initialSites: Site[] = [ + { + id: 'espressivo', + name: 'Espressivo', + url: 'https://music.ursamedia.ch/apps/espressivo/', + tags: ['webaudio', 'piano', 'interpret', 'score', 'gamepad'], + description: 'Control the performance of musical scores with the help of a gamepad' +} { id: 'sightread', name: 'SIGHTREAD', From eb587b5b41745bcab64b1940feb073472699c854 Mon Sep 17 00:00:00 2001 From: "H. R. Baer" Date: Sun, 24 May 2026 00:44:20 +0200 Subject: [PATCH 2/3] Update data.ts Format corrected --- src/data.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/data.ts b/src/data.ts index f998131..19ce915 100644 --- a/src/data.ts +++ b/src/data.ts @@ -2,12 +2,12 @@ import { Site } from './types'; export const initialSites: Site[] = [ { - id: 'espressivo', - name: 'Espressivo', - url: 'https://music.ursamedia.ch/apps/espressivo/', - tags: ['webaudio', 'piano', 'interpret', 'score', 'gamepad'], - description: 'Control the performance of musical scores with the help of a gamepad' -} + id: 'espressivo', + name: 'Espressivo', + url: 'https://music.ursamedia.ch/apps/espressivo/', + tags: ['webaudio', 'piano', 'interpret', 'score', 'gamepad'], + description: 'Control the performance of musical scores with the help of a gamepad' + }, { id: 'sightread', name: 'SIGHTREAD', From 5201ffc4ff76ebf84f5638e4e6ade0bcd340f174 Mon Sep 17 00:00:00 2001 From: Antony Nasce Date: Wed, 3 Jun 2026 07:59:46 +0100 Subject: [PATCH 3/3] Update data.ts --- src/data.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data.ts b/src/data.ts index 19ce915..8f93062 100644 --- a/src/data.ts +++ b/src/data.ts @@ -6,7 +6,8 @@ export const initialSites: Site[] = [ name: 'Espressivo', url: 'https://music.ursamedia.ch/apps/espressivo/', tags: ['webaudio', 'piano', 'interpret', 'score', 'gamepad'], - description: 'Control the performance of musical scores with the help of a gamepad' + description: + 'Control the performance of musical scores with the help of a gamepad', }, { id: 'sightread',