HISE Logo Forum
    • Categories
    • Register
    • Login

    addDelayedPitchFade or

    Scheduled Pinned Locked Moved Feature Requests
    1 Posts 1 Posters 195 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.
    • ulrikU
      ulrik
      last edited by

      I wish the function "Synth.addPitchFade()" would execute when the NoteOn is executed even if the noteon event is delayed like in:

      Synth.addNoteOn(1, 60, 70, 1000)
      

      as it is now, this will not add any pitch fade:

      local id = Synth.addNoteOn(1, 64, 80, 200);
      Synth.addPitchFade(id, 1000, 2, 0);
      

      or if we could have

      Synth.addDelayedPitchFade()
      

      Hise Develop branch
      MacOs 15.3.1, Xcode 16.2
      http://musikboden.se

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

      15

      Online

      1.8k

      Users

      12.1k

      Topics

      104.9k

      Posts