Hi,
I would like to implement pitch control models like suggested by Spearman et al. 2017 and 2018.
I plan to create the functions get_pitch_control_spearman and get_pitch_control_single_frame_spearman, which I would implement at the same places like their currently already existing counterparts, while still keeping the functions separate. I would handle both the 2017 and 18 versions in the same functions, where you could choose by using the parameter version: {"2017", "2018"}, default = "2017".
All the best