JulioHerrlein Posted March 29 Share Posted March 29 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 Quote Link to comment Share on other sites More sharing options...
opmo Posted March 29 Share Posted March 29 This is not about layout, by default the PS display notation. This could be possible with an additional keyword. Quote Link to comment Share on other sites More sharing options...
opmo Posted March 29 Share Posted March 29 The def-instrument-set needs to be set correctly for each instrument. There are no empty layouts I addend a new keyword :audition into the PS function. When :output is set to :audition no midi player or notation viewer will display - just audio. Example: (ps 'gm :sq (list vn1 vn2 vla vlc) :tempo 68 :output :audition) def-score is more flexibile for it - no layout needed. JulioHerrlein 1 Quote Link to comment Share on other sites More sharing options...
JulioHerrlein Posted March 29 Author Share Posted March 29 Thanks, Janusz These keywords are already implemented in Opusmodus or will be implemented in the next release ? Best, Julio Quote Link to comment Share on other sites More sharing options...
JulioHerrlein Posted March 29 Author Share Posted March 29 (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 Quote Link to comment Share on other sites More sharing options...
opmo Posted March 29 Share Posted March 29 ps means Preview Score - predefined layouts and instruments for quick preview. If you are look for flexibility you need to use def-score. Quote Link to comment Share on other sites More sharing options...
JulioHerrlein Posted March 30 Author Share Posted March 30 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 Quote Link to comment Share on other sites More sharing options...
opmo Posted March 30 Share Posted March 30 You can set the instrument to NIL: (ps 'gm :sq (list vn1 vn2 nil nil) :tempo 68 :output :audition) only the vn1 and vn2 instrument will be audition. Quote Link to comment Share on other sites More sharing options...
opmo Posted March 30 Share Posted March 30 Update 3.0.28819 Quote Link to comment Share on other sites More sharing options...
JulioHerrlein Posted March 30 Author Share Posted March 30 Thanks, Janusz ! Best ! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.