HISE Logo Forum
    • Categories
    • Register
    • Login

    How to imitate Residual Noise Settings with setResynthesisOptions()

    Scheduled Pinned Locked Moved General Questions
    1 Posts 1 Posters 36 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • bendursoB
      bendurso
      last edited by

      When using WavetableController.getResynthesisOptions(), we get a json file like this:

      {
        "PhaseMode": "StaticPhase",
        "MipMapSize": 12,
        "CycleMultiplier": 4,
        "UseTransientMode": true,
        "NumCycles": -1,
        "ForceResynthesis": false,
        "UseLoris": true,
        "ReverseOrder": false,
        "RemoveNoise": true,
        "DenoiseSettings": {
          "SlowFFTOrder": 13.0,
          "FastFFTOrder": 9.0,
          "FreqResolution": 500.0,
          "TimeResolution": 0.2000000029802322,
          "CalculateTransients": true,
          "SlowTransientTreshold": [
            0.8,
            0.7
          ],
          "FastTransientTreshold": [
            0.85,
            0.75
          ]
        },
        "RootNote": -1
      }
      

      How can we set this file to imitate the modes "Residual", "mix" and "solo" from the stock tool wavetable creator?

      I tried changing "RemoveNoise" and different "DenoiseSettings" but no luck to imitate the "Mix" and "Solo" modes

      1 Reply Last reply Reply Quote 0
      • First post
        Last post

      17

      Online

      2.0k

      Users

      12.6k

      Topics

      109.4k

      Posts