erka Posted September 20 Share Posted September 20 (edited) Which of these are ( aren't) supported input forms for Opusmodus-functions and should be supported by selfmade functions: a: (s e5 q a3 s d4 e d2) b: ((s e5 q a3 ) (s d4 e d2)) c (s e5 q a3 (s d4 e d2)) d: ((s e5 q a3 s d4 e d2)) e: (((s e5 q a3 ) (s d4 e d2))) f: ((e5 a3) (s d4 e d2)) g: ((e5 a3) (s t q) (s d4 e d2)) h: (((s e5 q a3 ) (s d4 e d2)) ((s e5 q a3 ) (s d4 e d2))) Edited September 20 by erka Quote Link to comment Share on other sites More sharing options...
Stephane Boussuge Posted September 20 Share Posted September 20 A B D are correct. E and H could work under certain condition (pre-processing, flatten-sublist etc...) S. erka 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.