1. IMPORTANT:
    We launched a new online community and this space is now closed. This community will be available as a read-only resources until further notice.
    JOIN US HERE

Trigger new note while one note is still being held in lookup module sampler.

Discussion in 'Building With Reaktor' started by plantasia, Sep 9, 2018.

  1. plantasia

    plantasia New Member

    Messages:
    13
    I am trying to make a sampler that can change playback position based on midi key. It works, but sample playback doesn't change if a note is still being held which makes it difficult to play quickly. I am using a ramp osc to playback the sample. I believe that the gate needs to be reset to zero in order for the playback position to change (because of the waveform synchronization parameter on the ramp osc), which isn't happening because a note is still being held down. I tried a legato macro thinking it might reset to zero in between notes but it didn't work. Is there any way I can temporarily output a value of zero when the note pitch changes, or is there another solution?
     
    Last edited: Sep 9, 2018
  2. sellotape

    sellotape NI Product Owner

    Messages:
    345
    A little example or at least a screenshot would be helpful. Normaly the ramp should reset everytime an event arrives at the sync input so it seams to be a proplem with your structure.
     
    • Like Like x 1
  3. Paule

    Paule NI Product Owner

    Messages:
    7,555
    Sounds like you build in monophone?
     
  4. sellotape

    sellotape NI Product Owner

    Messages:
    345
    In mono it should follow the last note priotity and send a retrigger no matter if you are playing legato or not.
     
    • Like Like x 1
  5. Paule

    Paule NI Product Owner

    Messages:
    7,555
    Sellotape, If he use an EG (adsr) the sounds fall to zero when leave the key.
    upload_2018-9-11_9-31-49.png
     
  6. sellotape

    sellotape NI Product Owner

    Messages:
    345
    True but we can ignore note off events in this case because we just need note on to reset the ramp.
     
  7. colB

    colB NI Product Owner

    Messages:
    3,969
    This!
     
    • Like Like x 1