-
Posts
875 -
Joined
-
Last visited
Content Type
Forums
Events
Store
Video Gallery
Posts posted by JulioHerrlein
-
-
Send to your email.
Thanks
-
I experienced hanging notes with the midi player when clicking in a MIDI file to listen.
Could not stop the notes, even with all notes off command.
-
-
-
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.htmlREAPER
https://www.reaper.fm/MUSESCORE
https://musescore.orgLIBRE 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 -
-
Yes, I was thinking about this other day...
Best !
-
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) -
Thanks, Janusz ! Best !
-
Yes, but I really enjoy more the workflow of PS, because it´s quick and easy to evaluate.
So, a sort of "empty-layout" would solve my need.
Thanks a lot !
Best
-
(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
-
Thanks, Janusz
These keywords are already implemented in Opusmodus or will be implemented in the next release ?
Best,
Julio
-
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
-
Dear Tom,
You can go like this:
(load "/Users/osxname/Opusmodus/Quick Start/name_of_the_file.opmo")
Best,
Julio
-
Thank you !
Best !
-
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
-
Thanks ! The merit goes to Stéphane ! I was just trying to help a little.
Best !
Julio
-
Thanks a lot, Stéphane !
Great !
Best !
Julio
-
Congrats, Stéphane !!
Please, can you share the opmo file ?
All the best !
Julio
The link provided isn't working.
-
Thanks, Stéphane !
Best !
-
Yes. Thank you.
-
Thanks.
It have to be constrained in one octave.
I´ll remember to put modus before any octave independent use of tone-row.
-
Is this a wrong use ?
(twelve-tonep '(c3 eb3 d3 f3 e3 g3 fs3 a3 gs3 b3 bb3 cs4))
why ?
-
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...
Midi Player hanging notes
in MIDI Setup
Posted
Dear, Janusz
Unfortunately, It´s still hanging after the update.
I don´t know why...
It hangs even with the internal sounds.
Probably needs a command to reset all notes when "pause" is pressed in the player.
Try controller 123 (all notes off) and also individual note off as well (for more recent VST instruments) for sending individual "note off's" to all 127 notes on every MIDI track and channels.