Jump to content

born

Members
  • Posts

    82
  • Joined

  • Last visited

Everything posted by born

  1. Hi, is it possible to set a voice of staff to a specific colour in the midi display? Achim
  2. Is it possible to use display-midi in combination with? Achim
  3. It's actually (setf motifx12 (rnd-order (gen-repeat 12 (list motif)) :seed 3)) Achim
  4. Hello Torsten,I tried to install your CL version of cluster-engine from https://github.com/tanders/cluster-engine) to ~/Opusmodus/Extensions/When opening the program I get a lot of compiler warnings (see file attached).Can you give me a hint how to fix this?Many thanks in advance.Achim listener-output.txt
  5. Is there a function like group-list in PWGL: SYSTEM GROUP-LST (LIST GROUP-LENS): groups list into subsequnces, where group-lens indicates the length of each sublist. group-lens can be a number or a list of numbers. If list is not exhausted by group-lens, the last value of group-lens will be used as a constant until list has been exhausted. (group-lst lis '(1 2 3 4 5 6 7 8 9 10) '(2 3 5)) ; => ((1 2) (3 4 5) (6 7 8 9 10)) (group-lst lis '(1 2 3 4 5 6 7 8 9 10) '(2 3 4)) ; => ((1 2) (3 4 5) (6 7 8 9) (10))
  6. Hi, how can I convert binaries to intervals? (gen-binary-euclidean 1 14 8 8) => (1 0 1 1 0 1 0 1 0 1 1 0 1 0) Each set of (1 0) shoud be replaced by 2 resulting in '(2 1 2 2 2 1 2 2). Thanks for help. Achim
  7. I think it is not feasible to introduce too many new symbols. They are not practical because hard to remember and therefore not commonly used. Furthermore they will not be compatible with other notation software. Achim
  8. Yes. I am using 10.8.5 I tested it with Version 1.0.15794 and it's working. It is not working in the actual version 1.1.17708 Best, Achim
  9. Hi, after updating to Version 1.1.17676 the notation window ("Evaluate and Notation" and "Notation OMN" does not come up anymore (plot, midi are working fine). How can I reset the system ? Best, Achim
  10. Hi, I exported the score from the tutorial stage 30 via music-xml to Sibelius but the glissando lines were not displayed. Any help ? Achim
  11. Hi, is it possible to synchronise the folder/document structure between the Opusmodus Navigator and the OS Finder ? Achim
  12. Hi, is there a possibility to mark a function in the composer and look up it's description/documentation directly with a shortcut in the utilities panel (s. screenshot) ? Achim
  13. Hi, is there a shortcut for indentation of complete lisp code blocks in Opusmodus ? Achim
  14. Hi, is it possible to evaluate help files when opened in the assistant window ? Achim
  15. Hi, is there any way to avoid the assistant view to become cluttered (see attachment) after opening serveral files e.g. by just open one file at the time ? Achim
×
×
  • Create New...

Important Information

Terms of Use Privacy Policy