Trying a new approach to using recursion for composing. Here, each sound event triggers up to two additional sound events, each a function of the triggering event.
<iframe width="100%" height="166" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/1556381662&color=%23d22828&auto_play=false&hide_related=true&show_comments=false&show_user=true&show_reposts=false&show_teaser=false"></iframe><div style="font-size: 10px; color: #cccccc;line-break: anywhere;word-break: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;font-weight: 100;"><a href="https://soundcloud.com/matthew-m-conroy" title="Matthew M. Conroy" target="_blank" style="color: #cccccc; text-decoration: none;">Matthew M. Conroy</a> · <a href="https://soundcloud.com/matthew-m-conroy/new-recursion-1" title="new recursion 1" target="_blank" style="color: #cccccc; text-decoration: none;">new recursion 1</a></div>
#recursion #audio #sound #music #csound #cccccc
Version allégée de https://open-time.net/post/2023/01/09/Mastodon-web by @franckpaul dans mon Stylus pour Mastodon web :
```css
.status__wrapper-direct {
background: #ccccccb0 !important;
}
.status__wrapper-direct:before {
color: #000;
display: block;
font-weight: 700;
text-align: center;
background: #cccccc;
content: '—— ⛔️ ——';
}
```
(pour savoir quand un message est privé, ça devrait réjouir quelques nouveaux.)
Aujourd'hui sur Blog à part – Cosmic Rain: Heliopolis
Cosmic Rain est un groupe de rock progressif genevois et Heliopolis, leur nouvel EP, est l’occasion pour moi de lui donner plus d'amour que précédemment.
https://alias.erdorin.org/cosmic-rain-heliopolis/
#cccccc #CosmicRain #Genève #metalprogressif #rockprogressif #Suisse
#cccccc #CosmicRain #genève #metalprogressif #rockprogressif #suisse
@nolan I've found that I prefer dark mode on small screens and light mode on big screens. And I appreciate apps that are willing to just pick up the system setting for dark vs. light.
(Flashbacks to running Windows 95 with a slightly off-gray theme and seeing which apps hard-coded #cccccc for parts of their UI.)
master.cssでヒラギノ W0指定
@font-face {
font-family: "Hiragino Sans";
src: local(HiraginoSans-W0);
font-weight: 100;
}
body {
font-family: Hiragino Sans;
font-weight: 100;
}
themes.cssの任意のテーマで文字色指定
--color:#cccccc;