Often toying with Edison's resample happen functional problem: there is no tempo change knob. Let's say there is track in tempo 152BPM and we want to change it to 176BPM. There is no gadget to enter old and new tempo and having it resampled accordingly after pressing Resample.
To solve this problem this formula may be used:

T2 and T1 are destination and current tempo respectively, R is resample interval in semitones.
Performing it on calculator is not easy, so here goes the list of buttons to press to have it calculated:
2
x^y
12
1/x
=
MS
C
T2 - enter your destination tempo here
/
T1 - enter your source tempo here
=
log()
/
MR
log()
=
Example: For tempo 176 and 152 formula returns 2.538 which is +2 semitones and 53 cents.
Happy resampling!