You can load your own samples into Rapture and apply monophonic portamento.
Polyphony=0 (mono/legato). Porta Time from 0.0 to 10.0 seconds.
And this base script below will work in Dimension Pro or Rapture for polyphonic portamento. Place it alongside your samples, modify the <region>, Mod Wheel controls the rate.
//-------------------------------------------------------------------------------------------------
// Polyphonic Portamento Base SFZ File
//-------------------------------------------------------------------------------------------------
<region>
sample=013 - pulse mk.wav oscillator=on
// Replace 013 - pulse mk.wav above with the sound of your choice.
// Remove oscillator=on for use with larger one-shot Multisamples.
// Selecting mono/legato mode (Polyphony=0) in the GUI overrides the polyphonic portamento.
eg16_sustain=1
eg16_level0=0 eg16_time0=0
eg16_level1=1 eg16_time1_oncc1=10 eg16_shape1=1
eg16_glide_speed=.1
eg16_pitch=1200
// CC#1 (mod wheel) controls the portamento rate.
//-------------------------------------------------------------------------------------------------