Spaces:
Runtime error
Runtime error
Alvaro del Castillo
commited on
Commit
·
c70fbf0
1
Parent(s):
488f338
Complete doc
Browse files
README.md
CHANGED
@@ -18,9 +18,9 @@ Audiveris MCP Server
|
|
18 |
In this space you can find the code which implements the Audiveris MCP Server which receives a
|
19 |
URL for a PDF music score and converts it to MusicXML format, which can be analyzed from LLL models.
|
20 |
|
21 |
-
If you want to use it from Cursor
|
|
|
22 |
|
23 |
-
```
|
24 |
{
|
25 |
"mcpServers": {
|
26 |
"audiveris": {
|
@@ -30,7 +30,26 @@ If you want to use it from Cursor for example, you just need to add to Cursor MC
|
|
30 |
}
|
31 |
```
|
32 |
|
33 |
-
and the you can ask Cursor to use it with a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
-
|
|
|
|
|
|
|
36 |
|
|
|
|
|
|
|
|
|
|
18 |
In this space you can find the code which implements the Audiveris MCP Server which receives a
|
19 |
URL for a PDF music score and converts it to MusicXML format, which can be analyzed from LLL models.
|
20 |
|
21 |
+
If you want to use it from Cursor, as an example, you just need to add to Cursor MCP Tools the server:
|
22 |
+
|
23 |
|
|
|
24 |
{
|
25 |
"mcpServers": {
|
26 |
"audiveris": {
|
|
|
30 |
}
|
31 |
```
|
32 |
|
33 |
+
and the you can ask Cursor to use it with a prompt like:
|
34 |
+
|
35 |
+
Given a PDF music score URL use MCP tool audiveris to convert it to a MusicXML file. Download the resulting MusicXML file, unzip the file and load the XML contents to be analyzed and complete a basic analysis. Use as URL https://www.mutopiaproject.org/ftp/BeethovenLv/WoO59/fur_Elise_WoO59/fur_Elise_WoO59-let.pdf
|
36 |
+
|
37 |
+
and you will get a basic analysis of the music score
|
38 |
+
|
39 |
+
```
|
40 |
+
Based on the MusicXML file analysis, I can provide you with a basic analysis of Beethoven's Für Elise:
|
41 |
+
|
42 |
+
Technical Details:
|
43 |
+
The piece was converted using Audiveris 5.6.1
|
44 |
+
It's written for Piano (Acoustic Grand Piano)
|
45 |
+
The MIDI channel is set to 1 with a volume of 78
|
46 |
|
47 |
+
Musical Structure:
|
48 |
+
Time Signature: 3/8 time
|
49 |
+
The piece begins with a pickup measure (anacrusis)
|
50 |
+
Initial dynamic marking: pp (pianissimo)
|
51 |
|
52 |
+
Opening Melody Analysis:
|
53 |
+
The piece begins with the famous E5-D♯5 motif
|
54 |
+
...
|
55 |
+
```
|