What's new

Play cursor in Unisono - Portamento Mono mode ON not working

kerubin76

Member
I have 2 menus with different sound groups. Each menu has its own waveform to which I have attached the sound zones to show the play cursor pos. I have configured the instrument to only have 2 voices, one for each menu. I have a switch for each menu that turns the sound of each menu on and off.

When one of the menus is turned off, I need the active one to only have one voice, so I have inserted the factory Unisono - Portamento in another script slot, and I have used PGS so that when one of the 2 menus is turned off, the Unisono - Portamento changes to "Mono mode ON" and Key-Up Trigger is activated. When I have both menus active, the Unisono - Portamento is in "Mono mode Off". This way I have achieved my goal, but the problem is that when I turn off one of the menus (Unisono - Portamento changes to "Mono mode ON" and Key-Up Trigger activated), the play cursor of the active waveform stops working. If I deactivate Key-Up Trigger it does work, but I need Key-Up Trigger to be activated.

Any ideas? Thanks in advance.
 
That's because the Unisono-Portamento script kills your original event and creates its own events with separate event IDs. And your ui_waveform knows nothing about that. It's a pretty tricky problem tbh.
 
That's because the Unisono-Portamento script kills your original event and creates its own events with separate event IDs. And your ui_waveform knows nothing about that. It's a pretty tricky problem tbh.
But if I disable Key-Up Trigger in Unison - Portamento, the waveform does recognize my events, because the cursor works.
 
Top Bottom