User Tools

Site Tools


proj

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
proj [2022/01/11 17:15] bilproj [2022/03/07 22:19] (current) bil
Line 3: Line 3:
 ====== EECS 2311 Project ====== ====== EECS 2311 Project ======
  
-====== New requirements added on March 3! ====== 
  
-  - The system must allow the user to improve the MusicXML output **by editing the input text tab**For exampleif the output for measure 42 is not what the user was hoping for when they load your output onto a vieweryour system must present this measure (or a range of measures) so that the user can edit accordinglyThis includes metadata such as setting a different time signature for some of the measures+ 
-  - The system must allow the user to save any edits made to the input text tab by the user, including any metadata edits, e.g. song title, time signature etc+====== New requirements added on March 7! ====== 
-  - The system must support [[https://www.musicxml.com/tutorial/the-midi-compatible-part/repeats/|repeated measures]]. The drum example below contains many instances of repeats. See an example in the Useful Resources section below. + 
-  - The system must also support [[https://usermanuals.musicxml.com/MusicXML/Content/EL-MusicXML-grace.htm|grace notes]]. For guitar, any sequence of hammer-ons, pull-offs, or slides that is preceded by the character "g" should be treated as grace notes. For drums, flams (designated by the character "f" in the tabmust be implemented as grace notes. See an example in the Useful Resources section below+  - The system must allow the user to customize the visual output to improve it aesthetically and functionally. This definitely includes adjusting the spacing between notes in order to have both the left and right ends of the output align (similar to text justification in a word processor)It can also include customizing fonts, the spacing between the lines of the staffthe size of the notes etc. 
-  - The system must deal with errors in the input in a user-friendly way. Minor errors should be treated as warnings but should not stop the conversion process. Major errors in particular measures must be presented to the user to fix them+  - Repeats must be supported as well. Try {{:repeat.txt|this example}} input on MuseScore to see the expected output
-  The system must of course support all three instruments and as many as possible of the features shown in the two examples below.+  - The previewer should allow the user to see what measure number they are looking at, as well as support a Go To Measure function as in the text input
 +  - The play function must allow the user to change the tempo of the music, i.ehow fast or slow it is played back. This must be expressed in beats per minute (bpm). 60 bpm means that there are 60 quarter notes in a minute, i.e. each quarter note lasts one second
 +  - There must be a connection between the play function and the visual output as follows: The user must be able to select a measure (or a note) and start playback from that point. Also, when the music is playing, the visual output must highlight the note that is currently being played (similar to MuseScore)
 + 
 +<html><!-
 + 
 +  To be posted. 
 + 
 +--></html>
  
 <html><!--  <html><!-- 
 <hr/> <hr/>
 --></html> --></html>
 +
 +====== Original project description ======
  
 Anyone interested in learning how to play a particular piece of music can usually find help on doing that on the internet in a variety forms, such as videos or tutorials. A common way to convey the way to play a given song for instruments such guitar, bass, or drums is through the use of tablature or tab. These are often created in text as it is the easiest format to do that in. Anyone interested in learning how to play a particular piece of music can usually find help on doing that on the internet in a variety forms, such as videos or tutorials. A common way to convey the way to play a given song for instruments such guitar, bass, or drums is through the use of tablature or tab. These are often created in text as it is the easiest format to do that in.
  
-The starter code that you were provided with is a system that accepts text-based tablature and coverts it to a format called MusicXML. MusicXML can be visualized or printed as sheet music, or played by a virtual instrument. Our project this term will be to add this visualization / printing / playing functionality to the system you were provided.+The starter code that you were provided with is a system that accepts text-based tablature and converts it to a format called MusicXML. MusicXML can be visualized or printed as sheet music, or played by a virtual instrument. Our project this term will be to add this visualization / printing / playing functionality to the system you were provided.
  
 If you cannot read music, do not worry. There are existing programs/websites that implement this functionality, so you will know what the expected output is (see the Useful Resources below). However, no Java library exists for this purpose, hence our project. If you cannot read music, do not worry. There are existing programs/websites that implement this functionality, so you will know what the expected output is (see the Useful Resources below). However, no Java library exists for this purpose, hence our project.
Line 25: Line 34:
  
 Study the MusicXML documentation, so you can start understanding the format. Study the MusicXML documentation, so you can start understanding the format.
- 
-The music research community has developed a free format, called MusicXML, that can be used to precisely denote a piece of music. You can find everything about it [[https://www.musicxml.com/|here]]. This format is supported by many music apps, such as [[https://musescore.com/|MuseScore]], that can do all the things listed above, such as display the song in an easy to read fashion, transpose to another key, play the song etc.  
  
 Detailed requirements for our project will be developed during the term. Detailed requirements for our project will be developed during the term.
Line 36: Line 43:
   * [[https://en.wikipedia.org/wiki/Drum_tablature| Drum tablature explanation]]   * [[https://en.wikipedia.org/wiki/Drum_tablature| Drum tablature explanation]]
  
-  * [[https://www.musicxml.com/|MusicXML Documentation]]+  * [[https://www.musicxml.com/|MusicXML Documentation]]. Click on Tutorial for an introduction. When looking for information on a particular MusicXML element, it's usually best to google "musicxml element-name".
  
   * A starter example of a {{:exampleemajor.txt|guitar text tab}}.   * A starter example of a {{:exampleemajor.txt|guitar text tab}}.
Line 42: Line 49:
   * A starter example of a {{:drumexample.txt|drum text tab}}.   * A starter example of a {{:drumexample.txt|drum text tab}}.
  
-  * Existing MusicXML previewers+  * Existing MusicXML previewers
 +    - Desktop app: [[https://musescore.com/|MuseScore]] 
 +    - You can preview any MusicXML file by dragging and dropping it onto [[https://opensheetmusicdisplay.github.io/demo/|this page]]. 
 +    - [[https://www.soundslice.com/musicxml-viewer/|An online previewer with playing functionality]]
  
-  - Desktop app: [[https://musescore.com/|MuseScore]] 
  
-  - You can preview any MusicXML file by dragging and dropping it onto [[https://opensheetmusicdisplay.github.io/demo/|this page]]. 
  
-  - [[https://www.soundslice.com/musicxml-viewer/|An online previewer with playing functionality]] 
  
-<html><!-- 
- 
-  To be posted. 
- 
---></html> 
  
proj.1641921332.txt.gz · Last modified: 2022/01/11 17:15 by bil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki