Sign In:     


Forum: Addons

Topic: Slipbrake8 - Page: 3
Thanks anyway. Do you have an alternative fx you could share? Or any idea on how to script it to the VDJ software. Something like : padfx_slip on & vinyl brake while_pressed. ( just making this up.)
 

it can be scripted, depends on the length of brake & if you want "wait"
 

Can you explain the function of the WAIT, RECALL and SL1210 buttons?
 

Already did, read the thread.
 

Where? Waiting for what? Or Recall what?
 

locodog wrote :
it can be scripted, depends on the length of brake & if you want "wait"


Yes. Please, can you help with a general script for a 1 beat in slip mode to return where it should in a "while pressed" or "smart pressed"...Thanks
 

down ? set 'bTime' `param_multiply 'get_bpm & param_1_x' 6` & get_var 'bTime' & param_cast & brakespeed & slip on & pause & repeat_start 'startagain' 1bt 1 & slip off & play & brakespeed 0 : repeat_stop 'startagain' & slip off & play & brakespeed 0


I've assumed your return brakespeed to be zero
 

locodog wrote :
Already did, read the thread.


I only found this: "Slipped break with 6 beat length presets, SL1210 emulation, a wait feature, and free hand brake control. Turning param 1 to 0% kills the FX. Brake length calculated on activation."
without any explanation of how SL1210 emulation, wait or recall works or how to use it .... And what is free hand brake control?
 

locodog wrote :
down ? set 'bTime' `param_multiply 'get_bpm & param_1_x' 6` & get_var 'bTime' & param_cast & brakespeed & slip on & pause & repeat_start 'startagain' 1bt 1 & slip off & play & brakespeed 0 : repeat_stop 'startagain' & slip off & play & brakespeed 0


I've assumed your return brakespeed to be zero

MAN!!!!! You are the Man. Thanks I love this efx!
 

Maybe a way to bypass the "wait" function? Just stop the track after, let's say 1.5bt and restarted it only if I wanted to by untrigger the fx? (I know there is the "brakestart" fx, but I can set it only with time while I prefer to set the stopping time by beats, which is your super "slipbrake8" does)
 

It would be a brake then, what's wrong with just pulling the volume down?
 

locodog wrote :
It would be a brake then, what's wrong with just pulling the volume down?


Because almost everytime I forget it.. so practically yes, I need a brake fx that can be set its stopping time by beats..
 

Private messaged.
 

Hi,
I just switched from Windows 11 to MacOS Monterey and I'm unable to find this effect, is it available for MacOS?
 

not for the M1 architecture, not until somebody with a m1 who can build a plugin asks for my source code.
[no m1 here and no space to run a virtualMachine]
There is a script further up this page that does about the same thing.
 

Thanks for the reply. I'll send you a private message
 

A M1 port is pending review thanks to SalsedinePraha.
 

hello some way to make the music stop when you press the effect and not start again??
 

@J@vierC

As is no, [and as a release never likely] you could always just drop the volume.

Script or virtualfx could do it too [it's maths vdj script can do and all the fx does is change rampStopTime]

If windows I could could revisit the code and make you a custom version, if you're willing to throw in to the beer fund.
 

klausmogensen wrote :
I would love a "wait for release" option - so that it can be paused for a few (or more) seconds before you let it pick up the track again by releasing it


down ? set 'bTime' `param_multiply 'get_bpm & param_1_x' 5` & get_var 'bTime' & param_cast & brakespeed & slip on & pause up: play & slip off & brakespeed 0 : repeat_stop 'startagain' & slip off & play & brakespeed 0

 

98%