meta data for this page
  •  

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ssotc2009:group01 [2009/08/21 16:36]
japskua
ssotc2009:group01 [2009/08/22 16:31] (current)
japskua
Line 1: Line 1:
 ====== Group 1. Project Name here ====== ====== Group 1. Project Name here ======
-  * Janne Parkkila +  * Janne Parkkila, 0303159, , Lappeenranta University of Technology, Finland 
-  * Rostislav Malevich +  * Rostislav Malevich, 0312328, Lappeenranta University of Technology, Finland 
-  * Mahmut Akcin+  * Mahmut Akcin, Middle-East Technical University, Turkey.
      
  
 ===== Idea ===== ===== Idea =====
-What is the idea ? What are we doing ? Couple paragraps.+mChorder - Your Musical Instractor 
 + 
 +Trying to keep our project inside defined theme, we decided to make application that will be targeted to those people, who just started playing guitar and are needy of basic knowledge. 
 +Also, at the same time, while we were developing application, we were also paying attention to user state, and what experience user will get. One of main parts was to provide easy interface for user, taking in consideration that while playing on guitar, only one hand is free and it already limits features. Additionaly, information from screen have to be easily readable, and to provide that we were interviewing other student to make sure that GUI is best possible. 
 +As the project is aimed to people that just started to play, it includes only necessary amount of chords and scale. 
  
 ===== Result ===== ===== Result =====
-What did we end up with? Save codes here. 
  
 +Result of coding is application "mChorder"
 +
 +
 +The Chords in use:
 +        self.chords = ["A", "B", "C", "D", "E", "F", "G"]
 +        self.scales = ["Maj", "Min", "sMaj", "sMin"]
 +
 +
 +The current user interface of mChorder was a result of user interviews. At first we had few different models for the User Interface.
 +
 +{{:ssotc2009:achord.png|}}
 +A picture of one of the candidates before final User interface
 +
 +{{:ssotc2009:amaj.png|}}
 +The final version after user testing
  
 +{{:ssotc2009:ui1.jpg|}}
 +The start page of mChorder
  
 +{{:ssotc2009:ui2.jpg|}}
 +mChorder finally in action{{:ssotc2009:mchorder.py.tar.gz|}}