mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Use https instead of http
This commit is contained in:
parent
f44114b502
commit
946cd6c534
29 changed files with 46 additions and 46 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue