Jump to content

opmo

Administrators
  • Posts

    2,907
  • Joined

  • Last visited

Everything posted by opmo

  1. Please make documentation for it, then we can add the chord list into the system and not Libraries.
  2. 5, 7 min is not acceptable Please send me the entier file with all the chords (compressed by email) and I will have a look.
  3. If this library is quite big would be better to do that with table and not with functions - just with results (values). The values (chords) are fixed therefore: (setf c7mt7 '(c4 e4 g4 b4)) (setf c7mt5 '(b3 c4 e4 g4)) (setf c7mt3 '(g3 b3 c4 e4)) (setf c7mt1 '(e3 g3 b3 c4)) (setf db7mt7 '(cs4 f4 gs4 c5)) (setf db7mt5 '(c4 cs4 f4 gs4)) (setf db7mt3 '(gs3 c4 cs4 f4)) (setf db7mt1 '(f3 gs3 c4 cs4)) or (setf c7mt7 'c4e4g4b4) (setf c7mt5 'b3c4e4g4) (setf c7mt3 'g3b3c4e4) (setf c7mt1 'e3g3b3c4) (setf db7mt7 'cs4f4gs4c5) (setf db7mt5 'c4cs4f4gs4) (setf db7mt3 'gs3c4cs4f4) (setf db7mt1 'f3gs3c4cs4)
  4. Maybe you should compile the file first and place the .dx64fsl file into the Extensions folder - for faster load.
  5. 2.1.25909 – Additions: :index in POLYPHONY function. – Fixed: missing list in the first voice in POLYPHONY function return.
  6. The MIDI player colours are fixed.
  7. 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.
  8. Set the same port in your score and in your virtual Instrument.
  9. 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
  10. 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.
  11. 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
  12. 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.
  13. 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))
  14. 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))
  15. 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
  16. 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
  17. 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))
  18. I will add this option to the next release.
  19. I am please the fix did the job.
×
×
  • Create New...

Important Information

Terms of Use Privacy Policy