[solved] What is this mysterious stamp all about?

• May 30, 2022 - 14:30

stamp.mscz stamp.mid Here I have a very simple musescore score created by transforming a simple midi into a musescore:
stamp.png
As it can be seen, the drum set beats were transformed into an instrument named as "stamp".
The problem is I couldn't find that instrument in the list of musescore standard instruments (the one that opens up by clicking on the "sound" button on the mixer)
Not only so, but I couldn't it even find such musical instrument called "stamp" on the Wikipedia.
Can anyone, please, explain what this instrument is all about and why musescore transforms percussion into that stamp instead of using other percussion instruments?


Comments

In reply to by Jojo-Schmitz

Thank you. My first language is Russian. But the MIDI file was created using a piece of software in English. And the Musescore that I am using (which, therefore, was used to transform that midi file into a score) is also in English. It is strange that it chose the word "Stamp" instead of "Stomp".

In reply to by innerthought

Hmm, no, it is actually "Stamp" in English too:

            <Instrument id="stamp">
                  <longName>Stamp</longName>
                  <shortName>Sta.</shortName>
                  <description>Stamp</description>
                  <musicXMLid>effect.stamp</musicXMLid>
                  <clef>PERC</clef>
                  <stafftype staffTypePreset="perc1Line">percussion</stafftype>
                  <barlineSpan>1</barlineSpan>
                  <drumset>1</drumset>
                  <singleNoteDynamics>0</singleNoteDynamics>
                  <Drum pitch="35"> <!--Acoustic Bass Drum-->
                        <head>normal</head>
                        <line>0</line>
                        <voice>0</voice>
                        <name>Stamp</name>
                        <stem>1</stem>
                        <shortcut>A</shortcut>
                  </Drum>
                  <Channel>
                        <!--MIDI: Bank 128, Prog 0; MS General: Standard-->
                        <controller ctrl="0" value="1"/> <!--Bank MSB-->
                        <program value="0"/> <!--Standard Kit-->
                  </Channel>
                  <genre>common</genre>
                  <genre>popular</genre>
                  <genre>choral</genre>
                  <genre>classroom</genre>
            </Instrument>

What is this mysterious stamp all about?

Popular technique in ragtime piano music.
First few bars of Joplin's "Stoptime Rag". Observe the instructions:
Stamp.png

Do you still have an unanswered question? Please log in first to post your question.