HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Rytelier
    3. Topics
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 4
    • Groups 0

    Topics

    • R

      Adding Scala tuning support to instrument

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      345 Views
      Christoph HartC

      The simplest solution is converting the detune values to an JS array and use this with Message.setFineDetune(). If you have the same detune values for each octave, use Message.getNoteNumber() % 12 to stay within the array limits

    • R

      Hise Player?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      699 Views
      R

      I see. I hope Player will be ready some day, it can be a real alternative to Kontakt.
      That looks like a lot of work, if you are the only developer of Hise (why don't more people contribute to the project?)

      Meanwhile, is it possible to make a sample player using Hise, like Sforzando?

    • R

      Adding automation controls

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      618 Views
      Christoph HartC

      Set isPluginParameter to true and give it a name using the pluginParameterName property.