Use https instead of http

This commit is contained in:
Kazuhiro NISHIYAMA 2020-07-28 19:51:07 +09:00
parent f44114b502
commit 946cd6c534
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A
29 changed files with 46 additions and 46 deletions

View file

@ -27,7 +27,7 @@ In the piano roll, `#` represents a pin that hits a note, and `|` represents a s
The leftmost column corresponds 110Hz (low A).
Every column corresponds a semitone higher than the left one.
This program uses [the frequency modulation synthesis](http://en.wikipedia.org/wiki/Frequency_modulation_synthesis) to play the sound like a music-box.
This program uses [the frequency modulation synthesis](https://en.wikipedia.org/wiki/Frequency_modulation_synthesis) to play the sound like a music-box.
You can create a different-sounding tone by changing the parameter.
For example, the following will play the sound like a harpsichord.
@ -44,4 +44,4 @@ You have to use sox by replacing the following part:
with:
IO.popen("./pl","wb")
IO.popen("./pl","wb")