Entra:     


Forum: General Discussion

Topic: PadFX Change vinyl brake
Hey I'm trying to create a pad effect that does a vinyl brake to stop the track, and turns slip mode on while active. Then when i deactivate the pad, it turns slip mode off and continues the track from the new point simultaneously. Can someone help with that. Also if i need to do something with the brake speed please include that as well.
 

Inviato 3 hours ago
Try this:

var 'VINYL_BRAKE_SLIP' ? (set 'VINYL_BRAKE_SLIP' 0 & padfx "VinylBrake" & slip off) : (set 'VINYL_BRAKE_SLIP' 1 & (get_slip_active ? nothing : slip on) & padfx "VinylBrake")