mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-23 11:38:37 +00:00
41 lines
2.6 KiB
Plaintext
41 lines
2.6 KiB
Plaintext
---
|
|
title: 'Release Notes v0.0.2 Schwindlig'
|
|
description: ''
|
|
date: '2022-03-28'
|
|
tags: ['meta']
|
|
author: froos
|
|
---
|
|
|
|
## What's Changed
|
|
|
|
- Most work done as [commits to main](https://github.com/tidalcycles/strudel/commits/2a0d8c3f77ff7b34e82602e2d02400707f367316)
|
|
- repl + reify functions by @felixroos in https://github.com/tidalcycles/strudel/pull/2
|
|
- Fix path by @yaxu in https://github.com/tidalcycles/strudel/pull/3
|
|
- update readme for local dev by @kindohm in https://github.com/tidalcycles/strudel/pull/4
|
|
- Patternify all the things by @yaxu in https://github.com/tidalcycles/strudel/pull/5
|
|
- krill parser + improved repl by @felixroos in https://github.com/tidalcycles/strudel/pull/6
|
|
- fixed editor crash by @felixroos in https://github.com/tidalcycles/strudel/pull/7
|
|
- timeCat by @yaxu in https://github.com/tidalcycles/strudel/pull/8
|
|
- Bugfix every, and create more top level functions by @yaxu in https://github.com/tidalcycles/strudel/pull/9
|
|
- Failing test for `when` WIP by @yaxu in https://github.com/tidalcycles/strudel/pull/10
|
|
- Added mask() and struct() by @yaxu in https://github.com/tidalcycles/strudel/pull/11
|
|
- Add continuous signals (sine, cosine, saw, etc) by @yaxu in https://github.com/tidalcycles/strudel/pull/13
|
|
- add apply and layer, and missing div/mul methods by @yaxu in https://github.com/tidalcycles/strudel/pull/15
|
|
- higher latencyHint by @felixroos in https://github.com/tidalcycles/strudel/pull/16
|
|
- test: 📦 Add missing dependency and a CI check, to prevent oversights ;p by @puria in https://github.com/tidalcycles/strudel/pull/17
|
|
- fix: 💄 Enhance visualisation of the Tutorial on mobile by @puria in https://github.com/tidalcycles/strudel/pull/19
|
|
- Stateful queries and events (WIP) by @yaxu in https://github.com/tidalcycles/strudel/pull/14
|
|
- Fix resolveState by @yaxu in https://github.com/tidalcycles/strudel/pull/22
|
|
- added \_asNumber + interprete numbers as midi by @felixroos in https://github.com/tidalcycles/strudel/pull/21
|
|
- Update package.json by @ChiakiUehira in https://github.com/tidalcycles/strudel/pull/23
|
|
- packaging by @felixroos in https://github.com/tidalcycles/strudel/pull/24
|
|
|
|
## New Contributors
|
|
|
|
- @felixroos made their first contribution in https://github.com/tidalcycles/strudel/pull/2
|
|
- @kindohm made their first contribution in https://github.com/tidalcycles/strudel/pull/4
|
|
- @puria made their first contribution in https://github.com/tidalcycles/strudel/pull/17
|
|
- @ChiakiUehira made their first contribution in https://github.com/tidalcycles/strudel/pull/23
|
|
|
|
**Full Changelog**: https://github.com/tidalcycles/strudel/commits/2a0d8c3f77ff7b34e82602e2d02400707f367316
|