View Single Post
Old 12-09-2018, 05:17 AM   #119
geraintluff
Human being with feelings
 
geraintluff's Avatar
 
Join Date: Nov 2009
Location: mostly inside my own head
Posts: 346
Default

Quote:
Originally Posted by nitsuj View Post
Reaper needs to execute the @init section in the code to register the change in pdc delay.
Ah - the pdc_.... variables should only be used in @slider or @block (JSFX docs).

Quickest fix is probably to assign to intermediate variables in set_oversample (e.g. "block_pdc_delay"), and then set the actual ones in @block ("pdc_delay = block_pdc_delay").

Geraint
__________________
JSFX set | Bandcamp/SoundCloud/Spotify

Last edited by geraintluff; 12-09-2018 at 12:20 PM.
geraintluff is offline   Reply With Quote