You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
## **ABSTRACT**
8
8
9
9
<palign=justify>
10
-
This project is based on my interest in learning to play the piano in my spare time. As everyone knows, learning to play an instrument is difficult and requires a lot of time and dedication. In my case, I am a computer engineer and for lack of time I decided to start a project to start playing the piano using a software teacher implemented with LED lights on each piano key. My interest in this software has increased throughout the development and has ended up becoming a bot that plays the piano.
10
+
This project is based on my interest in learning to play the piano in my spare time. As everyone knows, learning to play an instrument is difficult and requires a lot of time and dedication. In my case, I am a computer engineer and for lack of time I decided to start a project to learn playing the piano using a software teacher implemented with LED lights on each piano key. My interest in this software has increased throughout the development and has ended up becoming a bot that plays the piano.
11
11
</p>
12
12
13
13
## **PROGRAMS AVAILABLE ON THIS PROJECT**
@@ -31,7 +31,10 @@ This project is based on my interest in learning to play the piano in my spare t
31
31
32
32
**GOOGLE ASSISTANT SUPPORT**
33
33
34
-
The bot can be executed from google assistant, creating commands from a google account and linking the controller device as a home IoT device to launch orders such as: "OK Google, play Bethoven's Fifth Symphony on the piano".
34
+
The bot can be executed from google assistant, creating commands from a google account and linking the controller device as a home IoT device to launch orders such as: "OK Google, play Bethoven's Fifth Symphony on the piano". Example:<br/>
35
+
[](https://www.youtube.com/watch?v=NDVJ9Sw2ylI)
36
+
37
+
35
38
36
39
## **DOCUMENTATION AND SET UP**
37
40
@@ -91,7 +94,7 @@ If you want to play *ledPi.py* program you need:
91
94
92
95
```./program.py partitures/partiture.txt```
93
96
94
-
**NOTE: Replace program with the name of the program you want to execute and partiture with the name of the song you want to play from the folder "partitures".**
97
+
**NOTE: Replace "program" with the name of the program you want to execute and "partiture" with the name of the song you want to play from the folder "partitures".**
95
98
96
99
- ONLY IN *pianoPlayPi.pay* FOR DUAL HAND EMULATION WITH THREADS:
97
100
@@ -101,7 +104,7 @@ If you want to play *ledPi.py* program you need:
**NOTE: Music sheets for dual hand as in real life shouldn't contains the same notes at the same time, there is no reason to play with two hands the same notes.**
107
+
**NOTE: Music sheets for dual hand simulated piano, as in real life, shouldn't contains the same notes (or piano key) at the same time, there is no reason to play with two hands the same notes.**
0 commit comments