Use HTTPS links and also fix a few links.

This commit is contained in:
2020-08-25 22:28:02 +02:00
parent 2028b1ba7c
commit 8ef2a3ae2c
10 changed files with 31 additions and 31 deletions

View File

@@ -44,7 +44,7 @@ while (true) {
```
ChucK is an imperative language. Instructions on how to install and run
it can be found on its [website](http://chuck.cs.princeton.edu/), along
it can be found on its [website](https://chuck.cs.princeton.edu/), along
with other useful information. You can listen to the above sound
[here](square.flac).
@@ -76,7 +76,7 @@ bytes, Live-Sequencer generates so-called MIDI codes, which another
program converts to the actual audio. Live-Sequencer has a couple of
funky features such as highlighting which part of one's program is
played; read about it and how to install and run it at [this
wiki](http://www.haskell.org/haskellwiki/Live-Sequencer). You can listen
wiki](https://www.haskell.org/haskellwiki/Live-Sequencer). You can listen
to the above sound [here](squarewave.flac).
Something more advanced
@@ -294,9 +294,9 @@ And so on
Many abstractions in sound generation allow for fun sounds to happen.
Interested people might want to also take a look at e.g.
[Euterpea](http://haskell.cs.yale.edu/euterpea-2/), [Pure
Data](http://puredata.info/), or [Csound](http://csounds.com/).
[Euterpea](http://www.euterpea.com/), [Pure
Data](https://puredata.info/), or [Csound](http://csounds.com/).
Originally published
[here](http://dikutal.metanohi.name/artikler/sound-programming).
[here](https://dikutal.metanohi.name/artikler/sound-programming).