diff --git a/src/data.ts b/src/data.ts index 69f0786..8f93062 100644 --- a/src/data.ts +++ b/src/data.ts @@ -1,6 +1,14 @@ 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',