Right now, if you set once some parameter to a stream, like `pan` here: ``` keys.set degree: 0..6, pan: 1 ``` and then remove it: ``` keys.set degree: 0..6 ``` the stream will keep playing events with `pan=1`. It should go to default values or remove it altogether.
Right now, if you set once some parameter to a stream, like
panhere:and then remove it:
the stream will keep playing events with
pan=1. It should go to default values or remove it altogether.