Jump to content

DocBob

Members
  • Posts

    70
  • Joined

  • Last visited

Posts posted by DocBob

  1. 21 hours ago, InstrEd said:

    Glad to hear it is working.  It is always a challenge to find the right virtual Orchestra for ones needs.  I really think Garritan should come out with a version 6 that has more articulations in them.  

    I'd love a GPO update. Their samples to my ear are gorgeous,  much better sounding than Mirosalv, and even I think, better than Spitfire's BBC Orchestra (I have the  Discover version.)   For the price, can't be beat!

  2. Thanks all..   I have SampleTank 4  which I got free with my midi keyboard. It comes with a number of Miroslav instruments including the woodwinds. I tried them - the articulations are OK; I don't especially like the samples - I find them artificial, especially as compared to the Garritan patches, but the deal breaker is that SampleTanlk4 is not stable in Cakewalk, at least as a multi-timbral instrument.  It works until I try to change anything within the plugin,  then I get clicks and stutters.  I'll try separate instances and see if it's any better.

     

    Addendum.  Re-booted and it seems to work just fine now as a multi-timbral . I still am not in love with the sampling, but it'll do for now.

  3. 1 hour ago, John Vere said:

    My approach would be insert a new midi track set the output to a desired VST, and record the mod wheel 

    Now simply duplicate that track as many times as needed and set each new tracks output to the other VST's. 

    Thanks.. . I was hoping more for a "select all tracks and draw" approach. If I have to treat each track individually I may as well and draw one,  then copy and past the CC events to each track. I CAN input cc data by selecting a number of tracks, arm then to record, make sure echo is on and record mod wheel movements.  I'd like a similar approach for DRAWING cc data.

  4. I have 2 takes  -  one with a chord progression and one with a melody. I'd like to edit the melody separately.

    Going to the piano roll view  shows both takes no matter how I open it.

    I can edit in-line but it is clumsy.

    I can't find a way to change a clip's color IN THE PIANO ROLL VIEW though I can in track view.

    I can' t selectively color notes like I could in Reaper.

    Any suggestions?

    Thanks in advance -  a ways good helpful ideas in this forum!

    • Like 1
  5. I didn't have any difficulty - it just installed.  Make sure your VST settings  (Preferences/File/VST Settings  include the folder you installed it to so Cakewalk knows to scan it.  You can add a scan path in the first box.

    If it is scanned you'll find it using the browser in  Instruments/VST2/OrchestralTools/ . 

     

    Sorry I took so long to answer -

  6. I couldn't find the link I got it from so here it is in text form....    Copy and paste into Notepad or other text editor,  save as "Invert.cal" and put it into the C:\Cakewalk Content\Cakewalk Core\CAL Scripts folder.

    ;  by MiRo

    ;  This program will reverse the intervals in the selection.


    (do
       (int Event 0)    ; Event counter for status line
       (int Hi 0)     ; Storage for highest note's pitch
       (int Lo 128)   ; Storage for lowest  note's pitch
    )


    (if (!= Event.Kind NOTE)
      NIL
      (do
        (message "Processing Note Event no. " (++ Event))
        (switch Note.Key
       
        Note.Key
         (do   
           (if (< Hi Note.Key)
             (do
               (= Hi Note.Key) ; new High Key 1
             )
           NIL
           )
     
           (if (> Lo Note.Key)
             (do
               (= Lo Note.Key) ; new Low Key 1
             )
           NIL
           )
        )
     )

     )
    )


    (forEachEvent
      (if (== Event.Kind NOTE)
        (= Note.Key (+ (+ (* 2 (- (+ Lo (/ (- Hi Lo) 2)) Note.Key)) (% (- Hi Lo) 2)) Note.Key))
      )
    )

     

    • Thanks 1
  7. Well...  did a bit of research and there is a CAL  "Invert_Retrograde.CAL"  In spite of its name it does NOT do retrograde,  just inverts.  I haven't looked at it detail but I did test it and it works, though I'm not sure how it chooses it's starting point relative to the key signature.  Good enough though. So now you can do retrograde as a built in function of Cakewalk and invert using the CAL and do both to produce a retrograde inversion.

    Why do all of this??   These are tricks for developing a motive or phrase used by many classical composers.

  8. I want to invert a melody.  The built-in function "Process/Retrograde" reverses a clip - plays it end to beginning. 

    What I want to do is invert the intervals. So C-> E becomes C->G#

     A major third up becomes a major third down,

    Is there a CAL script to do it?  Any other method other than grunt work?

    • Like 1
  9. On 4/26/2020 at 1:53 PM, Steve_B said:

    Alt Tab cycles through open windows on my Win 10 system. Always has as far as I can recall. Control Tab doesnt seem to do anything within Cakewalk. I'm on latest 2020-04 build.

    Alt Tab is a windows reserved key combo that cycles between open PROGRAMS.   Cntrl Tab cycles between open windows within one program

  10. Control Tab  opens the track inspector even though that key combination is unassigned in the Preferences/Keyboard Shortcuts.  It SHOULD be reserved as a standard Win 10 key combo to cycle through the open windows.

    Show/Hide Track inspector does not appear in the list of actions even though the "i" key is bound to it.

    Anyone else with this behaviour?

  11. Thanks Promidi.  As an experiment I loaded the Cakewalk TTS instrument and ALL the cc numbers are present in the dropdown list. So it is not an issue  with Cakewalk per se, but it is directly related to my orchestra instrument, in this case the Garritan (Plogue) Arial player.  Knowing this I'll just type in the cc numbers I need on the fly and be content that we've tied up the loose ends.

    Thanks all... Great place for expertise!

  12. I need to use cc 102 - The list of cc controllers in the piano roll view is limited to only the ones that are conventionally assigned. (1, 2, 4, 7, 8, 10, 11, 64, 65, 66, 67, 69, 91, 92, 93, 94 and 95)   My orchestra software uses 102 for legato.  Any way of get it to work?

  13. I installed Orchestral Tools SINE player and "Layers" and it works fine as a VST in Cakewalk. But when I add it as a synth the Cakewalk dialog does not give  an option for midi out.  Does anyone know if I can send the output as midi to a different instrument?  Why would I want to do that?  In order to create single instrument parts and scores eventually.

    Thanks

×
×
  • Create New...