HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Stroggan
    3. Topics
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 18
    • Groups 0

    Topics

    • S

      ACOUSTIC GUITAR LIBRARY (AG-20) - Released

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      1
      1 Votes
      1 Posts
      393 Views
      No one has replied
    • S

      Performance comparison Kontakt 5.8 vs HISE

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      4 Votes
      8 Posts
      1k Views
      Christoph HartC

      If you don't defer a script, then the Engine.getUptime() is sample accurate down to +-8 samples because in its default setting which can be changed by the macro HISE_EVENT_RASTER, HISE rounds every sample position for events (notes and timers) to 8 samples to apply SSE optimizations and downsample the modulation control rate. This introduces a "jitter" of 90 nanoseconds at 44kHz, so it should be neglible.

      If you defer a script, the Engine.getUptime() function will return the exact value that the audio thread is currently using, which can be any value in the future because you don't know exactly when the deferred callback is executed, and in the case of offline rendering this can have drastic effects.

      So bottom line, whenever you need "musical" timing, don't defer the script. This function is rather for stuff like "update a button on the GUI if you press a note" type of applications.

    • S

      Discord Channel

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      488 Views
      lalalandsynthL

      @Stroggan said in Discord Channel:

      nyway I'm rather tired of the bad developer workflow that kontakt 5 offers so I decided yesterday to make another attempt at HISE, currently porting a Fingerpicked Acoustic Guitar library over.

      Great Idea...
      And Done.

      Here it is
      https://discord.gg/hFXYra7

      Everyone join :)