Jump to content

opmo

Administrators
  • Posts

    2,903
  • Joined

  • Last visited

Everything posted by opmo

  1. 2.1.25909 – Additions: :index in POLYPHONY function. – Fixed: missing list in the first voice in POLYPHONY function return.
  2. The MIDI player colours are fixed.
  3. A simple click (focus) on notation, midi player or graph display panel will make a copy (an image) to the clipboard of the selected panel which then can be pasted to any document.
  4. Set the same port in your score and in your virtual Instrument.
  5. Go to the Opusmodus/Extensions folder and remove the double name function form the user functions file. This function is already defined in Opusmodus - remains for version 1.0
  6. 2.1.25907 – Fixed: Prevent articulation on all but the first note of a tie. FIT-TO-SPAN with :extend 's option, stops flatten result.
  7. until
    Session 10 Invitation to a weekly livestream series with Stéphane Boussuge. It's free to all who wish to learn more about the OPUSMODUS Music Composition System, plus Q&A. On Sat, Jul 25, 2020, from 06:00 PM to 07:00 PM, Central European Summer Time (CEST). Link: https://us04web.zoom.us/j/4306063713?pwd=QmYyWlBNSGNXMkh3Yjd3aEwrWGFmdz09 Meeting ID: 430 606 3713
  8. There is nothing to do for ?alqsv-commands with a plot. It is for snippets. The command '? explain what each symbol do. Is OK. Have you try Emacs.
  9. I made small change to the function to preserve the bars if :extend 's (start). The :extend 'e (end) works fine. The fix will be part of the next release. (setf phrase '((h c4 q d4) (q e4 h f4))) (fit-to-span 5/4 phrase) => ((h c4 q d4) (q e4 f4)) (fit-to-span 5/4 phrase :extend 's) => ((q c4 d4) (q e4 h f4))
  10. The function FIT-TO-SPAN reduces or expands the total length of the sequence to a given span. If the sequence length is lower than the span value, additional rest values will be added at the end of the sequence by default. With the extend keyword set too 's the rest values will be inserted at the beginning of the sequence. (fit-to-span 5/4 phrase) => ((h c4 q d4) (q e4 c4))
  11. 2.1.25905 – New functions: DICTUM-TEMPO – Additions: COUNTERPOINT - optional :tempo PS - :output :display-midi – Documentation New documents, revised Counterpoint examples. Preview Score example with DICTUM-TEMPO function and :display-midi (ps 'gm :fl (list voice1) :cl (list voice2) :hn (list voice3) :vc (list voice4) :octave-shift t :flexible-clef t :tempo (dictum-tempo dictum-a dictum-b dictum-c dictum-d) :output :display-midi :display :window ) - Janusz
  12. To save the notation click on the xml file and go to the Menu and select Save. As you can see all bars are there repeat.xml
  13. The repeat is part of OMN: '((q c4 ds4 fs4 a4) (repeat (e c4 cs4 d4 cs4 d4 eb4 e4 f4)) (q a4 fs4 ds4 c4)) '((q c4 ds4 fs4 a4) (repeat (e c4 cs4 d4 cs4) (e d4 eb4 e4 f4)) (q a4 fs4 ds4 c4))
  14. I will add this option to the next release.
  15. I am please the fix did the job.
  16. Make sure the modulation wheel is set to off (0) after every modulation entry and the sustain pedal is down, one of them is the problem.
  17. Must be something to do with your M-Audio Keystation 88 Pro setup or the modulation wheel is no Off after any modulation entry. What ever the problem is, it is not related to MIDI Entry system. My keyboard is Roland A-49 with one wheel for modulation (vertical) and pitch bend (horizontal), after the release of the wheel the mod and pitch-bend automatically is set to Off.
  18. until
    Session 9 Invitation to a weekly livestream series with Stéphane Boussuge. It's free to all who wish to learn more about the OPUSMODUS Music Composition System, plus Q&A. On Sat, Jul 11, 2020, from 06:00 PM to 07:00 PM, Central European Summer Time (CEST). Link: https://us04web.zoom.us/j/4306063713?pwd=QmYyWlBNSGNXMkh3Yjd3aEwrWGFmdz09 Meeting ID: 430 606 3713
  19. 2.1.25893 – Addition: COUNTERPOINT - methods on bars and events.
×
×
  • Create New...

Important Information

Terms of Use Privacy Policy