Jump to content

Toy

Members
  • Posts

    51
  • Joined

  • Last visited

Posts posted by Toy

  1. Track manager, that's good.

    I have a request.
    When hiding a folder, the internal tracks also become hidden,
    but when re-showing a hidden folder, the tracks inside the folder remain hidden.
    I would like them to be re-shown together in sync.

    Since some users may prefer the current behavior, it would be even better if there was an option to enable or disable this synchronization.

  2. I use web translations, so this may not be what you are looking for.

    Is the purpose simply to double the specified range?
    If not from the menu process, but to be performed in CAL.

    (do
        (EditLength From Thru 0 200 1 1)
    )

    This should double the selected target.


    Note for CAL training only.
    Although CAL processes the data within the specified range sequentially, there are many cases where the data is not processed in order of event time.
    Therefore, CAL that simply uses the previously processed data may malfunction.
    *Confirmed by experimentation with a self-made CAL.

    CAL does not have an array, so there is no sort function. You must create your own arrays.

    If the theme is to process continuous data in CAL, I think the difficulty level is quite high.

    • Like 1
  3. I too have the shortcut randomization happen often.
    Sometimes a registered "CAL file" is executed, sometimes it is not found, sometimes a previously registered CAL is executed....
    I don't understand why.
    I have cleared all the shortcuts and imported them, but they are still randomized.

  4. I used only up to V12 of Waves, but when I changed it to V13 with CR8 this time, I got an error when scanning.
    I ignored the warning and chose to use it, but it worked without error ...
    With other software, there is no error in V13.

  5. The problem with this is that the events within the range are not acquired on time.
    For example, even if "CDEFGAB" is selected, CAL may process in the order like "ECDBGFA".

    Measures in my case.
    There is no array in CAL. Therefore, create the necessary variables, get the information within the range, and create an array.
    Variables can be easily understood by using "array.time00, array.time01, array.key00, array.key01, ..." and so on.
    Arrays can be sorted by performing the necessary comparison processing using "while, switch", etc.
    By executing (forEachEvent) again and comparing the event information with the array, legato processing etc. can be freely performed.

    As a premise, knowledge of programming that can create arrays and sorts is required at a minimum.
    It is quite difficult because it is necessary to customize the array processing, especially the comparison processing, for each Cal.
    Of course, once you make it, the rest will be easier.

    I haven't processed the chords correctly yet.
    I would like to know if there is an easier way.

  6. The "composite clip" of the folder cannot be labeled as'Articulation'.
    * Check from the version at that time by rollback.

    -Articulation is not correctly recognized as the start time in "Composite Clip".
    -The end time is also not recognized correctly.
    862647741_CompositeclipBug2.jpg.4c8732b243146b36e50bd3bff7df9ff6.jpg
    -"Composite clip" lost time when dragging Articulation by editing.
    -"Composite clip" cannot do anything if Articulation is deleted in this state.
    1047878377_CompositeclipBug.gif.e33d1e8d7fab40c7d400277005262b41.gif

    I thought it would be fixed soon, but I reported it because it hasn't been fixed yet.
    I'm sorry if anyone has already reported.

    • Thanks 1
  7. 2 hours ago, msmcleod said:

    Two things to check:
    1. The Playback Timing master in Preferences->Audio->Driver Settings is correctly set to your playback device

    2. Your ThreadSchedulingModel in Preferences->Audio->Configuration File ... if it's set to 3, set it to 2.  ThreadSchedulingModel 3 doesn't work for all users.

    A1
    No problem. With the previous version, VEP is normal.

    A2
    ThreadSchedulingModel3 did not work properly in my environment, so I set it to 2.
    If it is 3, the CPU load is too high and playback cannot be performed normally.
    Regarding ThreadSchedulingModel settings, is it a problem with dual Xeon workstations?


    As reported in 2020.08 Feedback, in the current version, when recording directly, the sound is delayed from the display on the piano roll screen. Also, the timing of the recorded MIDI input is very crazy. (*Single track playback)
    When playback was performed first and switching to recording, synchronization was successful.
    It is an amateur idea. Isn't the latency of VEP(plug-in) corrected when recording directly?
    I feel that the sound delay is about the same as the plug-in latency.


    The specific situation during playback.
    When 40 tracks are distributed by VEP and played from the beginning, there is a delay between tracks that was not available in previous versions.
    Also, when playing from the middle of the song, it does not sync at all.
    This is also a situation that was not in previous versions.

     

  8. The playback timing is not synchronized from "2020.07 Early Access".
    The sound source is "Vienna Ensemble Pro 7", and Kontakt is used.

    Moreover, even if "VEP7" is not used, it has been confirmed that the playback synchronization is lost if some VST3 (Mmelda Production products etc.) effects are used.

    I reported it in the Early Access feedback, but...


    Added.
    Synchronous effect shift when using VST3 of Mmelda Production has occurred in past versions.
    The same effect was synchronized in VST2.

     

  9. I think that "Cakewalk Application Language" is a very significant function not found in other software.
    However, updates and bugs have been neglected for a long time.

    Minimal additions and functions I want to improve.
    · Change the event so that it is executed by referring to the event sequentially from the beginning. (* It is currently irregularly referenced. Is this a bug?)
    · Correspond to tempo editing.  (* insert, delete, etc...)
    · The current variable corresponds to an array.

    I have various other ideas, but I'd like these three points to be improved for the time being.


    This sentence uses google translation.

×
×
  • Create New...