Jump to content

Opusmodus 1.2.20589


opmo

Recommended Posts

POSITION-FILTER works with OMN-Form (events) now:

OMN events:

(position-filter '(1 3 3 1 2 1 0 1 2)
                 '(q c4 p e d4 e e4 q f4 s g4 a4 bb4 b4))
=> (e d4 p q f4 f4 e d4 e4 d4 q c4 e d4 e4)

(position-filter '((1 3 3 1 2 5) (1 0 1 2 7 3))
                 '(q c4 p e d4 e e4 q f4 s g4 a4 bb4 b4))
=> ((e d4 p q f4 f4 e d4 e4 s a4)
    (e d4 p q c4 e d4 e4 s b4 q f4))

(position-filter '(1 0)
                 '((q c4 p e d4 e e4) (s f4 mf s g4 e a4)
                   (q b4 p s c5 s d5) (e e5 mp s. f5 t g5)))
=> ((s f4 mf s g4 e a4) (q c4 p e d4 e e4))

(position-filter '((1 0) (0 2))
                 '((q c4 p e d4 e e4) (s f4 mf s g4 e a4)
                   (q b4 p s c5 s d5) (e e5 mp s. f5 t g5)))
=> ((e d4 p q c4) (s f4 mf e a4) (s c5 p q b4) (e e5 mp t g5))

(position-filter '((1 0) (0 2) (0 2) (0 2) (0 1) (0 2))
                 '((q c4 p e d4 e e4) (s f4 mf s g4 e a4)
                   (q b4 p s c5 s d5) (e e5 mp s. f5 t g5)))
=> ((e d4 p q c4) (s f4 mf e a4) (q b4 p s d5)
    (e e5 mp t g5) (q c4 p e d4) (s f4 mf e a4))

 

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy