cooler pattern

This commit is contained in:
Felix Roos
2022-06-02 22:48:18 +02:00
parent 1af10157d6
commit 98c131df9a
2 changed files with 11 additions and 2 deletions
+10 -1
View File
@@ -11,7 +11,16 @@ import { MaxiRepl } from './MaxiRepl';
asdfasdf
<MaxiRepl tune={'"c3"'} />
<MaxiRepl tune={`"0 4 <5 7> 2"
.off(1/16,add(5))
.echo(4,.125,.7)
.scale(cat(
'C hirajoshi',
slowcat('F hirajoshi','E pentatonic')
))
.slow(4)
.tone((await piano()).toDestination())
`} />
</Slide>
<Slide>
+1 -1
View File
@@ -33,7 +33,7 @@ export const materialPalenightThemeLarge = EditorView.theme(
// done
'.cm-content': {
caretColor: cursor,
lineHeight: '36px',
lineHeight: '40px',
},
'.cm-line': {
background: '#2C323699',