Jump to content

JulioHerrlein

Members
  • Posts

    875
  • Joined

  • Last visited

Posts posted by JulioHerrlein

  1.  

    Opusmodus 3.0 for Windows ( Basic Install and Workflow Setup )

    In this video there is a tutorial for the installation and setup of Opusmodus 3.0 for Windows computers. 

    It also shows the Loop Midi Setup and integration with Reaper, Musescore and Libre Office.

     

    LINKS

    OPUSMODUS 3.0 - Windows
    https://opusmodus.com/forums/downloads/

     

    LOOP MIDI - Virtual Midi ports - Tobias Erichsen
    https://www.tobias-erichsen.de/software/loopmidi.html

     

    REAPER
    https://www.reaper.fm/

     

    MUSESCORE
    https://musescore.org

     

    LIBRE OFFICE
    https://www.libreoffice.org/

     

    CHAPTERS

    00:00 - Intro
    00:59 - Install Opusmodus
    02:41 - First Look at Opusmodus Standalone
    04:25 - Midi Setup
    05:23 - Loop Midi Install
    05:53 - Virtual Ports Setup 
    06:30 - Selecting Midi Inputs and Midi Entry
    07:00 - DAW Midi Loop Setup (Reaper)
    09:19 - Def-Instrument-set creation and setup midi
    11:42 - Preview Score with def-instrument-set using VST and Reaper
    12:20 - OMN for creating musical ideas
    12:44 - Using the Preview Score with VST sounds in Reaper
    14:36 - Opusmodus and Notation Software - Musescore
    15:21 - Opusmodus and word processor software - Libre Office

  2. Dear All,

     

    What means multi layout ? For multiple instrument / voices ?

     

    :group Multi
       :multi (:layout multi-layout
               :port nil
               :channel 2
               :sound 'gm
               :program 0
               :controllers nil
               :pan (pan 0)
               :volume 92)

  3. (ps 'gm :sq (list vn1 vn2 vla vlc) :tempo 68 :output :audition)

    What is the solution if I need only the vn1 and vn2 with staves and vla and vlc just sounding without staves ?

    Can it be done in PS form ?

     

    Thanks a lot !

    Best,

    Julio

  4. Dear All, 

     

    Is there some way to make a ps score with drums (or other instrument) just for hearing but not appearing in the score ?

    In Def-Score is possible.

    Is there some kind of layout like "empty-layout" to be used in PS ?

    Something like

     

    (def-instrument-set vst-wind
                          :instruments
        (:group wind4tet ;optional
                :vst-flt (:layout empty-layout
                                :port "WIFmidi01" 
                                ;here is the midi port name of your system. You can get the name using the (midi-destinations) function
                                :channel 2
                                :pan (pan 40)
                                :volume 90
                                )

     

    Thanks a lot !

    Best,

    Julio

  5. Dear Janusz, 

     

    I´d like to have my (musicxml-to editor) function opening in Musescore 3, because I´m not yet using the version 4 because it´s not opening multiple scores at the same time. Each file is a new instance of musescore...

    please, can you help ?

    Best, 

    Julio

     

    I have a file called SourceCodeJulio.lisp containing the following lines inside the extensions folder, under user source of the Opusmodus main folder.

     

    (defparameter *snippet-clef-default* :treble-down8)
    
    (defun last-score-to-musescore ()
      (compile-score *last-score* :output :musicxml :file "temp-last-score")
      (musicxml-to-editor "temp-last-score" :application "/Applications/MuseScore3.app"))
    
    (defun last-midi-to-musescore ()
      (compile-score *last-score* :output :midi :file "temp-last-midi")
      (musicxml-to-editor "temp-last-midi" :application "/Applications/MuseScore3.app"))

     

    Also, the function now opens the Musescore 4 but not the temp files

  6. Dear Janusz,

     

    Just for testing. When the octave changes, the function give wrong result.

    I´m doing a workaround putting before an (ambitus-octave c4 1

     

    Best,

    Julio

    Maybe it´s better to embed the ambitus constraint in the function or something similar in order to get right results in any octave.

    Since the concept of "pitch class" is octave independent...

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy