From 01f56276bf424232f85db2223cac8d3281b21d1e Mon Sep 17 00:00:00 2001 From: Raphael Forment Date: Thu, 31 Aug 2023 20:52:38 +0200 Subject: [PATCH] Fix about page --- src/documentation/about.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/documentation/about.ts b/src/documentation/about.ts index dfbc2b2..0a1b718 100644 --- a/src/documentation/about.ts +++ b/src/documentation/about.ts @@ -4,7 +4,7 @@ export const about = (): string => { ## The Topos Project -Topos is an experimental web based algorithmic sequencer programmed by **BuboBubo** ([Raphaël Forment](https://raphaelforment.fr) and **Amiika** ([Miika Alonen](https//github.com/amiika). It is written using [TypeScript](https://google.fr) and [Vite](https://google.fr). Many thanks to Felix Roos for making the [Superdough](https://www.npmjs.com/package/superdough) audio backend available for experimentation. This project is based on the [Monome Teletype](https://monome.org) by [Brian Crabtree](https://nnnnnnnn.co/) and [Kelli Cain](https://kellicain.com/). We hope to follow and honor the same spirit of sharing and experimentation. How much can the Teletype be extended while staying accessible and installation-free? +Topos is an experimental web based algorithmic sequencer programmed by **BuboBubo** ([Raphaël Forment](https://raphaelforment.fr)) and **Amiika** ([Miika Alonen](https//github.com/amiika)). It is written using [TypeScript](https://google.fr) and [Vite](https://google.fr). Many thanks to Felix Roos for making the [Superdough](https://www.npmjs.com/package/superdough) audio backend available for experimentation. This project is based on the [Monome Teletype](https://monome.org) by [Brian Crabtree](https://nnnnnnnn.co/) and [Kelli Cain](https://kellicain.com/). We hope to follow and honor the same spirit of sharing and experimentation. How much can the Teletype be extended while staying accessible and installation-free? ## About Live Coding @@ -14,6 +14,12 @@ Topos is an experimental web based algorithmic sequencer programmed by **BuboBub Topos is a free and open-source software distributed under [GPL-3.0](https://github.com/Bubobubobubobubo/Topos/blob/main/LICENSE) licence. We welcome all contributions and ideas. You can find the source code on [GitHub](https://github.com/Bubobubobubobubo/topos). You can also join us on [Discord](https://discord.gg/8Q2QV6Z6) to discuss about the project and live coding in general. +## Credits + +- Felix Roos for the [SuperDough](https://www.npmjs.com/package/superdough) audio engine. +- Frank Force for the [ZzFX](https://github.com/KilledByAPixel/ZzFX) synthesizer. +- All the [Topos](https//github.com/Bubobubobubobubo/Topos) contributors! + **Have fun!** `; };