add video component
This commit is contained in:
parent
ceb4376eb8
commit
c02976782b
3 changed files with 11 additions and 2 deletions
5
website/src/components/BlogVideo.astro
Normal file
5
website/src/components/BlogVideo.astro
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
const { src } = Astro.props;
|
||||||
|
---
|
||||||
|
|
||||||
|
<video controls width="600" src={src}></video>
|
||||||
|
|
@ -6,6 +6,8 @@ tags: ['meta']
|
||||||
author: froos
|
author: froos
|
||||||
---
|
---
|
||||||
|
|
||||||
|
import BlogVideo from '../../components/BlogVideo.astro';
|
||||||
|
|
||||||
# Release Notes v0.8.0 Himbeermuffin
|
# Release Notes v0.8.0 Himbeermuffin
|
||||||
|
|
||||||
These are the release notes for Strudel 0.8.0 aka "Himbeermuffin"!
|
These are the release notes for Strudel 0.8.0 aka "Himbeermuffin"!
|
||||||
|
|
@ -43,7 +45,7 @@ I would be very happy to collect some feedback on how it works across different
|
||||||
|
|
||||||
Also still undocumented, but you can now visualize patterns as a spiral via `.spiral()`:
|
Also still undocumented, but you can now visualize patterns as a spiral via `.spiral()`:
|
||||||
|
|
||||||
https://github.com/tidalcycles/strudel/assets/12023032/05bc2dba-b304-4298-9465-a1a6fafe5ded
|
<BlogVideo src="https://github.com/tidalcycles/strudel/assets/12023032/05bc2dba-b304-4298-9465-a1a6fafe5ded" />
|
||||||
|
|
||||||
This is especially nice because strudel is not only the name of a dessert but also the german word for vortex! The spiral is very fitting to visualize cycles because you can align cycles vertically, while surfing along an infinite twisted timeline.
|
This is especially nice because strudel is not only the name of a dessert but also the german word for vortex! The spiral is very fitting to visualize cycles because you can align cycles vertically, while surfing along an infinite twisted timeline.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,8 @@ tags: ['meta']
|
||||||
author: froos
|
author: froos
|
||||||
---
|
---
|
||||||
|
|
||||||
|
import BlogVideo from '../../components/BlogVideo.astro';
|
||||||
|
|
||||||
# Release Notes v0.9.0 Bananenbrot
|
# Release Notes v0.9.0 Bananenbrot
|
||||||
|
|
||||||
These are the release notes for Strudel 0.9.0 aka "Bananenbrot"!
|
These are the release notes for Strudel 0.9.0 aka "Bananenbrot"!
|
||||||
|
|
@ -25,7 +27,7 @@ Main new features include:
|
||||||
- [vibrato](https://strudel.tidalcycles.org/learn/synths#vibrato)
|
- [vibrato](https://strudel.tidalcycles.org/learn/synths#vibrato)
|
||||||
- an integration of [ZZFX](https://strudel.tidalcycles.org/learn/synths#zzfx)
|
- an integration of [ZZFX](https://strudel.tidalcycles.org/learn/synths#zzfx)
|
||||||
|
|
||||||
https://github.com/tidalcycles/strudel/assets/12023032/652e7042-f296-496b-95cd-b2a4987fe238
|
<BlogVideo src="https://github.com/tidalcycles/strudel/assets/12023032/652e7042-f296-496b-95cd-b2a4987fe238" />
|
||||||
|
|
||||||
Related PRs:
|
Related PRs:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue