Jump to content

Chlipouni

Member
  • Posts

    909
  • Joined

  • Last visited

  • Days Won

    1
  • Country

    France
  • Donations

    0.00 USD 

Posts posted by Chlipouni

  1. @@firekorn,

     

      In my opinion, the phrase "R1" has 5 iterations, but the last one is only two beats length rather than the previous ones have a four beats length.

      So the last iteration of phrase "R1" has less notes than the previous ones.

     

      To correct this, you can either :

      - create only two beats length iterations for phrase "R1" (you will obtain 9 iterations with the same pattern of notes)

      - create a specific phrase for the last iteration (but it will evolve alone when DD will get up or down)

     

      I did not try to apply this fix myself, but for now, it is the only one inconsistency I have identified in your new CDLC.

  2. Update v3.3 : (12/02/2017)

     - Set the default value when an attribute is missing in the input XML file

     - Generation of transcriptionTrack tag without attributes that have the default value

     - Don't generate XML attributes with default value in the DDC output file (RSToolkit v2.8.1.0)

     - Fixed bug : High density status may be forced even if the chord contains any technics

     - Fixed bug : A value of 100 for the "minHighDensityMisused" configuration parameter doesn't deactivate the density correction process

     

    The big new feature of this release is the simplification of XML files generated by DDC (all attributes with a default value are not included).

    For this release you have to use RSToolkit v2.8.1.0-980b5022 or greater.

     

    A new option is going to be added in EOF to use the same XML file format ...

    • Like 1
  3. For now, each section and each phrase has to start on the first beat of a measure. The first note of a phrase is always used in the first level of difficulty whatever its position in the measure.

     

    The name of phrases doesn't matter because DDC identifies itself the similar phrases based on the sequence of notes they contain. That's why the result phrases are named like p1, p2, ...

    • Like 1
  4.  

    If I remember correctly, shift+p should add a new phrase on the selected measure

    Thank you,I'm gonna try this.Sorry if I was rude in the prev. post, but does defining phrases gonna solve the second problem that I mentioned?

     

     

    Yes, if you define your own phrase and then set the DDC phrase length parameter to a high value (16 for example), DDC should not add more phrases with a break in the middle of an handshape (for example)

  5. The link for DDC v3.2 is given in the following topic : DDC

     

    About the phrases you should create in EOF :

    - a phrase contains a pattern of notes that can be repeated many times in the arrangement

    - a phrase is now the shortest part of the song that you can select in the Riff Repeater

    - you can define long phrase length for easy parts of the song (8 measures for example) and short ones for the hard parts (2 measures for solos)

    - you can choose precisely the starting point of a phrase in order to protect a sequence of chords or the sustain of a note or an handshape ...

  6. @@ShrillBear52,

     

      Wich release of DDC are you using ?

     

      You should not have the first issue with DDC v3.2.

     

      I saw in your EOF project that you didn't define yourself the phrases (you have only created the sections and a phrase for each section).

      It is better to define the phrases you want in the final result rather than letting DDC arbitrarily choose which one to create ...

  7. @@Berneer,

     

      The <minHighDensityMisused pct="25"/> parameter defines the percentage level that triggers the new process of chord density correction.

      This process is designed only for old CDLCs.

      For the new CDLCs that use efficiently the chord density status in EOF, you can set this parameter with a higher value.

      

    @@mikejl46,

     

      If you need more explanations about DDC, feel free to ask about it in this topic.

      You can also ask for new features or more parameters. Their development will depend on the complexity of the task.

    • Like 1
  8. Update v3.2 (28/11/2016)

    • New process to force the density status of chords depending on their position in a sequence
    • New parameter in the configuration file to adjust or not the density status of chords
    • New process to add open notes in chord tags in order to remove display glitches
    • New message in the log if the time position of an anchor is adjusted
    • No more protection of adjacent measures that share the same handShape during the phrase creation process 
    • No more generation of linkedDiffs node (only newLinkedDiffs is usefull)
    • Fixed bug : Wrong time position used when generating a new anchor at the beginning of a phrase
    • Fixed bug : HandShapes and anchors may be splitted at the beginning of a new phrase
    • Fixed bug : Linked notes may never appear in any difficulty level
    • Like 3
  9. @@SkullRock,

     

      Can you check the "Advanced" tab properties of your Rocksmith Real Tone Cable ([sound][Recording] configuration panel.

     

      You should have :

      - 1 channel, 16 bit, 48000 Hz

      - Allow applications to take exclusive control of this device (checked)

      - Give exclusive mode applications priority (checked)

     

      An finally check in RS2014 game options : 

      - Audio Settings : Audio Exclusivity : On

  10. @@BoomSoMuch,

     

      You can also use the DDC tab of the RSToolkit to do this :

      - drag and drop all psarc files you want to fix

      - define the parameters and activate the needed check boxes

      - click on generate button

     

      Check if some of the fixed psarc files are not duplicated (some with DD in the name and others without)

      You have to keep only one file in the dlc folder of the game ...

  11. @@Azrael,

     

      If you import the psarc file in the first tab of the RSToolkit, you have to generate DD on each XML file before packing again the CDLC.

     

      Another way (and easier if you just want to correct the chord density status), is to use the DDC tab :

      - drag and drop the psarc files

      - set a high value for the "phrase length" parameter (8 or 16)

      - set the check boxes the way you want

      - click on "Generate DD" button

     

      If you choose to generate the DDC log files you can check if this process has been used or not :

      "==> WARNING : High density status is not correctly used (current : 0 / estimated : 504). The density correction process is activated for this arrangement (misused percentage 100 >= 25)."

     

      The last thing to know is that you can adjust the misused percentage (25% by default) that DDC uses to activate or not this new functionality :

      - open the file "ddc_default.cfg" with a text editor

      - change the value of the "minHighDensityMisused" parameter (value in range : [0-100])

      - save the file

      - generate DD again

     

    Enjoy ...

    • Like 1
  12. Is it really easier to program DDC to read and store an additional set of phrases rather than just make a copy of the one set of phrases it already reads in?

     

     In EOF, I can create 10 phrase iterations with the same name even if they don't contain the same pattern of notes.

     

     In order to generate DD, DDC needs to :

     - use the phrase iteration markers as defined in EOF by the user

     - divide the existing phrase iterations in respect with the "phrase length" parameter

     - identify the phrase iterations that contain the same pattern of notes and associate them with the same phrase

     - define DD levels for each phrase (and not for each phrase iteration)

     

     So, that's the reason why the result phrases and phrase iterations can't be the same as these defined in EOF.

     

     When I use DDC on a fresh EOF XML file, I know which phrase iteration markers has been defined by the user.

     The problem is when I use a file that has previously been modified by DDC, I have no way to identify which phrase iterations came from EOF.

     

      I think that DDC is the only tool that uses the "transcriptionTrack" XML tag (correct me if I am wrong about that).

      I can also copy the original phrase iteration markers in this tag or use another specific XML tag to do it.

     

    Thanks

×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. - Privacy Policy