Skip to content

Commit 472c175

Browse files
committed
Add music examples to docs
1 parent 18db3fb commit 472c175

1 file changed

Lines changed: 15 additions & 8 deletions

File tree

docs/guides/data/creative-coding.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,32 @@ internal:
99

1010
![](/assets/images/processing-flock.gif)
1111

12-
This page will run through some options on how you can make more creative things with your Smart Citizen Kit and data. We will focus primarily on processing, but you have plenty of options!
12+
This page will run through some options on how you can make more creative things with your Smart Citizen Kit and data. You have plenty of options!
1313

14-
!!! info " Make music or nice reactive p5js animation"
14+
!!! success "Doing something creative with the kit?"
15+
Make a [pull request]({{config.repo_url}}/pulls) on the github documentation repository or [edit this page]({{config.repo_url}}/edit/master/docs/guides/data/creative-coding.md).
1516

16-
These are some contributed examples:
17+
## Making music
1718

18-
- [Supercollider example](https://github.com/oscgonfer/a-que-suenan-las-nubes/tree/supercollider-patch)
19-
- [p5 example](https://github.com/antoine3000/inthisverymoment)
19+
You can make music with the SCK data! Below some examples following you can use:
2020

21-
!!! success "Doing something creative with the kit?"
22-
Make a [pull request]({{config.repo_url}}/pulls) on the github documentation repository or [edit this page]({{config.repo_url}}/edit/master/docs/guides/data/creative-coding.md).
21+
![](https://maxforlive.com/images/screenshots/?ss=EnviFXphoto.jpg&id=12022)
22+
_Image credit: jordanmalik, EnviFX 1.0_
2323

24-
## Processing
24+
- [**Supercollider** example](https://github.com/oscgonfer/a-que-suenan-las-nubes/tree/supercollider-patch)
25+
- [**Ableton** device](https://maxforlive.com/library/device/12022/envifx)
26+
27+
## Processing / p5
2528

2629
Sometimes, data can be better represented without numbers or graphs. This guide will help you use the famous [processing](https://processing.org) tools for making some creative coding. We will start by configuring a live demo using the **Serial port**, and then making a simple plot by interacting with **the API**.
2730

2831
!!! info "Requirements"
2932
For this guide, you will need to get _processing_ from their [downloads page](https://processing.org/download).
3033

34+
!!! info " Rather use p5js?"
35+
36+
Check this contributed example by [our friend `antoine3000`](https://github.com/antoine3000/inthisverymoment)
37+
3138
### Serial data example
3239

3340
For this example, we will plot data from the _Serial monitor_ (with USB) and use it to animate some _circles_ in processing.

0 commit comments

Comments
 (0)