-
Notifications
You must be signed in to change notification settings - Fork 0
Project Diary
alkerr edited this page Jul 5, 2019
·
50 revisions
This is the project diary, all important updates, meetings and progress will be posted here.
Date | Notes | Links |
---|---|---|
14/9/2018 | Finished writing the core of the music player | |
19/9/2018 | Met with mentor Dan, talked about capturing mouse and keyboard input and how to turn it into a signal | |
21/9/2018 | Initialized github repository with project diary, project board and more | commit |
28/9/2018 | Finished the market research document | |
5/10/2018 | Finished writing the requirements table | |
20/10/2018 | Fixed the remove track button bug | commit |
29/10/2018 | Finished required project documentation in hebrew | |
4/11/2018 | Finished capturing mouse and keyboard data globally | commit |
1/12/2018 | Finished required documentation for project proposal | |
12/12/2018 | Finished converting keyboard input data to signal data | commit |
19/12/2018 | Finished converting mouse input data to signal data | commit |
26/12/2018 | Finished implementing beat detection algorithm | commit |
5/1/2019 | Fixed few errors and bugs with mouse signal data to make it work with the BPM algorithm | commit |
15/1/2019 | Meeting with mentor Dan about project progress and alpha release with demo | |
23/1/2019 | Finished implementing a song matching feature for alpha demo | commit |
30/1/2019 | Finished implementing voice prioritization feature for alpha demo | commit |
6/2/2019 | Met with mentor Dan, talked about alpha demo and documentation | |
15/2/2019 | Finished alpha documentation with demo video | video |
19/2/2019 | Met with mentor Dan, reviewed my alpha documentation and future plans | |
22/2/2019 | Fixed alpha documentation according to plan | |
8/3/2019 | Began implementing timbre values algorithm | commit |
15/3/2019 | Implemented database to hold the values computed | commit |
17/3/2019 | Met with mentor Dan, reviewed database and timbre values, talked about fixing and future work to improve song matching | |
20/3/2019 | Fixed mouse+keyboard processors | commit |
2/4/2019 | Added timbre values into song matcher | commit |
8/4/2019 | Met with mentor Dan, talked about improving song matching and GUI updates | |
19/4/2019 | Implemented History queue in song matching feature | |
26/4/2019 | Implemented overlay and saving settings | commit |
30/4/2019 | Met with mentor Dan, talked about testing song matching and keyboard/mouse analysis | |
14/5/2019 | Met with mentor Dan, talked about results of song matching tests and possible new approach | |
17/5/2019 | Finished testing new approach and decided to add a machine learning model | |
20/5/2019 | Implemented learning model on python and began testing model | |
22/5/2019 | Finished beta report and sent to Dan to sign | |
5/6/2019 | Implemented search mechanism for database view, search results grouped by album metadata | |
10/6/2019 | GUI updates and improvements- added graphical settings button, added graphical feature toggle buttons | commit |
17/6/2019 | Hooked python learning module to C# application | |
18/6/2019 | Met with Mentor Dan, reviewed the final project report | |
25/6/2019 | Finished fixing final project report and the video | |
30/6/2019 | Few fixes on report and video and submission | |
4/7/2019 | Finished preparing the presentation and sent to mentor Dan | |
5/7/2019 | Few version control fixes and released the application | commit |
5/7/2019 | Found and fixed small bug in VolumeMixer | commit |