Skip to content

Commit 9a6cbb6

Browse files
committed
Added video demostration
1 parent 44eeb65 commit 9a6cbb6

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## **ABSTRACT**
88

99
<p align=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.
1111
</p>
1212

1313
## **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
3131

3232
**GOOGLE ASSISTANT SUPPORT**
3333

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+
[![IMAGE ALT TEXT HERE](http://img.youtube.com/vi/NDVJ9Sw2ylI/0.jpg)](https://www.youtube.com/watch?v=NDVJ9Sw2ylI)
36+
37+
3538

3639
## **DOCUMENTATION AND SET UP**
3740

@@ -91,7 +94,7 @@ If you want to play *ledPi.py* program you need:
9194

9295
```./program.py partitures/partiture.txt```
9396

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".**
9598

9699
- ONLY IN *pianoPlayPi.pay* FOR DUAL HAND EMULATION WITH THREADS:
97100

@@ -101,7 +104,7 @@ If you want to play *ledPi.py* program you need:
101104

102105
```./pianoPlayPi.py partitures/partiture_hand_1.txt partitures/partiture_hand_2.txt```
103106

104-
**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.**
105108

106109
### **MUSIC SHEETS**
107110

0 commit comments

Comments
 (0)