mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-28 23:55:16 -04:00
add swatch slide
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 244 KiB |
@@ -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,4 +1,4 @@
|
||||
# Strudel REPL: Features
|
||||
# REPL: Features
|
||||
|
||||
- Visual Feedback
|
||||
- Examples to shuffle through
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Strudel REPL
|
||||
# REPL
|
||||
|
||||
[strudel.tidalcycles.org](https://strudel.tidalcycles.org/)
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Strudel REPL: System Overview
|
||||
# REPL: System Overview
|
||||
|
||||
<center>
|
||||
<img src="./img/strudelflow.png" className="w-[900px]" />
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
# Pattern Swatches
|
||||
|
||||
fork strudel - publish your own patterns with a fixed version
|
||||
|
||||

|
||||
@@ -1,6 +1,6 @@
|
||||
import { SlideRepl } from '../SlideRepl.jsx';
|
||||
|
||||
# Visual Feedback
|
||||
# REPL: Visual Feedback
|
||||
|
||||
Highlighting + Piano Roll
|
||||
|
||||
|
||||
Reference in New Issue
Block a user