mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-24 05:57:17 -04:00
cooler pattern
This commit is contained in:
+10
-1
@@ -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>
|
||||
|
||||
@@ -33,7 +33,7 @@ export const materialPalenightThemeLarge = EditorView.theme(
|
||||
// done
|
||||
'.cm-content': {
|
||||
caretColor: cursor,
|
||||
lineHeight: '36px',
|
||||
lineHeight: '40px',
|
||||
},
|
||||
'.cm-line': {
|
||||
background: '#2C323699',
|
||||
|
||||
Reference in New Issue
Block a user