First time here? Check out the FAQ!
x

Silencing the Sequencer Clicks

0 votes
232 views

Could someone please steer me in a direction where I could get rid of the clicks in this sequencer? It seems like it is a smoothing issue. Or perhaps I should be programming the silences differently than simply making the volumes 0.0.

http://kyma.symbolicsound.com/qa/?qa=blob&qa_blobid=5585977563282553277

asked Jan 8, 2019 in Using Kyma by anne-la-berge (Adept) (2,170 points)

1 Answer

+1 vote

Hi Anne,

You could try making the ADSR gate conditional on having a non-zero velocity, for example:

!KeyDown gateWhen: !KeyVelocity

That way, it will only trigger when the value of !KeyVelocity is greater than 0.

answered Jan 8, 2019 by ssc (Savant) (127,080 points)
That does it. Thanks!
...