HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. kyr0
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Groups 0

    kyr0

    @kyr0

    0
    Reputation
    79
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    kyr0 Unfollow Follow

    Latest posts made by kyr0

    • RE: Custom waveform

      Ah, well, or, instead of adding another hardcoded path for the waveform generator...
      you could probably draw your own waveform in the already existing wavetable synth? :) (I just found it...)

      0_1529605862782_Bildschirmfoto 2018-06-21 um 20.29.00.png

      Master Chain + -> Wavetable Synthesizer

      posted in General Questions
      K
      kyr0
    • RE: Custom waveform

      Hi hisefilo,

      as far as I can see, HISE has a Wavetable synth implementation. It comes with a set of pre-defined waveform primitives.

      The code looks like this:

      Link Preview Image
      File not found · christophhart/HISE

      The open source framework for sample based instruments - File not found · christophhart/HISE

      favicon

      GitHub (github.com)

      So, to support your waveform, it would be either possible to add the "Tangent" waveform in the code and create a custom binary build -- or (my favourite) implement a Serum like wavetable editor UI for the IDE (and later for the runtime UI)...

      I would eventually like to dive deeper into the code of HISE... so, maybe I will just pick your waveform and implement it. Would be a nice starter for me to get familiar with the code.

      Best,
      Aron

      posted in General Questions
      K
      kyr0