add swatch slide

This commit is contained in:
Felix Roos
2023-04-17 00:31:38 +02:00
parent d38a8ab1fa
commit 8a0f9c6e36
7 changed files with 13 additions and 7 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 244 KiB

+4 -3
View File
@@ -28,6 +28,7 @@ const order = [
'hs2js',
'usage',
'swatch',
'repl',
'repl-features',
'viz',
@@ -37,7 +38,7 @@ const order = [
// User Code
'transpilation',
'mininotation',
'mini-comparison',
'mini-comparison', // remove?
// Patterns
'patterns-events',
// scheduler?
@@ -47,13 +48,13 @@ const order = [
'csound',
//
// pattern alignment?
// flexible typing?
// future outlook?
'bad',
'good',
'future',
'end',
];
// examples swatch
// draw examples!!
const slideEntries = order.map((name) => loadedMDXFiles.find(([file]) => file === name));
+1 -1
View File
@@ -1,4 +1,4 @@
# Strudel REPL: Features
# REPL: Features
- Visual Feedback
- Examples to shuffle through
+1 -1
View File
@@ -1,4 +1,4 @@
# Strudel REPL
# REPL
[strudel.tidalcycles.org](https://strudel.tidalcycles.org/)
+1 -1
View File
@@ -1,4 +1,4 @@
# Strudel REPL: System Overview
# REPL: System Overview
<center>
<img src="./img/strudelflow.png" className="w-[900px]" />
+5
View File
@@ -0,0 +1,5 @@
# Pattern Swatches
fork strudel - publish your own patterns with a fixed version
![swatch](./img/swatch.png)
+1 -1
View File
@@ -1,6 +1,6 @@
import { SlideRepl } from '../SlideRepl.jsx';
# Visual Feedback
# REPL: Visual Feedback
Highlighting + Piano Roll