Skip to content

Commit cee9384

Browse files
committed
fix &ast example
1 parent 90f08ab commit cee9384

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

parser/src/defs.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3905,16 +3905,17 @@ sys_op! {
39053905
/// ex: Sp ← 1.5
39063906
/// : Mod ← ∿×π× # Modulate ? Freq Time
39073907
/// : Note ← +110×20⌊÷4◿8
3908-
/// : Bass ← ×0.2Mod×⟜(
3909-
/// : ×2+1⌊◿2 # Volume modulation freq
3908+
/// : Bass ← ⟜(
3909+
/// : ×0.2Mod×
3910+
/// : | ×2+1⌊◿2 # Volume modulation freq
39103911
/// : | ±Mod÷Sp⟜Note # Note
39113912
/// : )
39123913
/// : Kick ← Mod80√√◿1
39133914
/// : Noise ← [⍥⚂10000]
39143915
/// : Noisy ← ×⊸(↯△⊙Noise)
39153916
/// : Hit ← Noisy /≠⊞<0.5_0.6 ÷⟜◿2
39163917
/// : Hat ← ×0.3 Noisy <0.1 ÷⟜◿0.25
3917-
/// : &ast(÷3/+[⊃(Hat|Kick|Hit|Bass)]×Sp)
3918+
/// : &ast(÷3/+⊃[Hat|Kick|Hit|Bass]×Sp)
39183919
/// On the web, this will simply use the function to generate a fixed amount of audio.
39193920
/// How long the audio is can be configured in the editor settings.
39203921
(0(0)[1], AudioStream, Media, "&ast", "audio - stream", Mutating),

0 commit comments

Comments
 (0)