aboutsummaryrefslogtreecommitdiffstats
path: root/docs/guide/getting-started-guide.md
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-06-03 10:50:20 +0000
committers-ol <s+removethis@s-ol.nu>2025-03-02 14:24:49 +0000
commit2a7d979226e98617623b550f207cec0e113ff04d (patch)
tree0e9f2d2c36897af3a2569f287296928ba3bb9cf3 /docs/guide/getting-started-guide.md
parentadd loop/recur (diff)
downloadalive-2a7d979226e98617623b550f207cec0e113ff04d.tar.gz
alive-2a7d979226e98617623b550f207cec0e113ff04d.zip
split guide into guide and reference
Diffstat (limited to 'docs/guide/getting-started-guide.md')
-rw-r--r--docs/guide/getting-started-guide.md25
1 files changed, 0 insertions, 25 deletions
diff --git a/docs/guide/getting-started-guide.md b/docs/guide/getting-started-guide.md
deleted file mode 100644
index 9ca2f63..0000000
--- a/docs/guide/getting-started-guide.md
+++ /dev/null
@@ -1,25 +0,0 @@
-`alv` ("alive") is a language for creating and changing realtime programs while
-they are running continuously. It can be used to create music, visuals or
-installations, but by itself creates neither sound nor video. Rather, `alv` is
-used together with other tools and synthesizers (for example
-[SuperCollider][supercollider] or [Pilot][pilot]). In such an ensemble of
-tools, `alive` takes the role of a 'conductor', telling the other tools what to
-play when by sending commands to them using a variety of protocols, such as OSC
-and MIDI.
-
-## contents
-
-1. [installation](installation.html)
-2. [hello world](hello-world.html)
-3. [working with the copilot](working-with-the-copilot.html)
-4. [syntax](syntax.html)
-5. [basic types](basic-types.html)
-6. [importing operators](importing-operators.html)
-7. [defining symbols](symbols.html)
-8. [scopes](scopes.html)
-9. [functions](functions.html)
-10. [evaltime and runtime](evaltime-and-runtime.html)
-11. [making sound](making-sound.html)
-
-[supercollider]: https://supercollider.github.io/
-[pilot]: https://github.com/hundredrabbits/Pilot