CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 20:49:14 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=734ecbd5baf2f24dff8cf84141eb97a9b60789b3e2e5df4513ccfb07daf3839aa%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22Q8mkAh1KqINuqmI6iE50fg8Fwy3dkpwi%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d976724ae5335a-BLR
Melancarkan api x fade - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- memberitahu id aplikasi "com.figure53.qlab.3" untuk memberitahu ruang kerja depan
- set mySelected to (selected as list)
- set myCount to (count mySelected)
- set loopStartTarget to first item of mySelected
- repeat with myCurrentCue in mySelected --repeatA
- --get the unique id of current cue
- set myID to uniqueID of myCurrentCue
- --move playback position
- tell the current cue list
- set playback position to cue id myID
- end tell
- --set level and continue of current cue
- tell front workspace
- set originalLevel to myCurrentCue getLevel row 0 column 0
- myCurrentCue setLevel column 0 row 0 db -120
- end tell
- set the continue mode of myCurrentCue to auto_continue
- set myPostWait to ((duration of myCurrentCue) - 8)
- --if first cue is selected
- if myCurrentCue's contents is the first item of mySelected then
- --make first fade
- make type "Fade"
- --find it's name
- set myNewCueList to selected
- set myNewCue to last item of myNewCueList
- set the cue target of myNewCue to myCurrentCue
- tell front workspace --tellD
- myNewCue setLevel column 0 row 0 db originalLevel
- end tell --tellD
- set duration of myNewCue to 6
- set post wait of myNewCue to myPostWait
- set the continue mode of myNewCue to auto_continue
- --set previous cue
- set myPreviousCue to myCurrentCue
- set myCount to myCount - 1
- --otherwise
- else if myCount is 1 then
- make type "Fade"
- set myNewCueList to selected
- set myNewCue to last item of myNewCueList
- set the cue target of myNewCue to myCurrentCue
- tell front workspace
- myNewCue setLevel column 0 row 0 db originalLevel
- end tell
- set the continue mode of myNewCue to auto_continue
- set the duration of myNewCue to 6
- --put in fade in or fade out??
- --set the post wait of myNewCue to myPostWait
- --make new faded and stop
- make type "Fade"
- set myNewCueList to selected
- set myNewCue to last item of myNewCueList
- set the cue target of myNewCue to myPreviousCue
- tell front workspace
- myNewCue setLevel column 0 row 0 db -120
- end tell
- set stop target when done of myNewCue to true
- set continue mode of myNewCue to auto_continue
- set duration of myNewCue to 8
- set the post wait of myNewCue to myPostWait
- set myPreviousCue to myCurrentCue
- set myCount to myCount - 1
- --make last fade and stop
- make type "Fade"
- set myNewCueList to selected
- set myNewCue to last item of myNewCueList
- set cue target of myNewCue to myPreviousCue
- tell front workspace
- myNewCue setLevel column 0 row 0 db -120
- end tell
- set the continue mode of myNewCue to auto_continue
- set duration of myNewCue to 8
- set stop target when done of myNewCue to true
- set the post wait of myNewCue to myPostWait
- set myPreviousCue to myCurrentCue
- set myCount to myCount - 1
- else
- --make new fade
- make type "Fade"
- set myNewCueList to selected
- set myNewCue to last item of myNewCueList
- set the cue target of myNewCue to myCurrentCue
- tell front workspace
- myNewCue setLevel column 0 row 0 db originalLevel
- end tell
- set the continue mode of myNewCue to auto_continue
- set duration of myNewCue to 6
- --set the post wait of myNewCue to myPostWait
- --maek new fade and stop
- make type "Fade"
- set myNewCueList to selected
- set myNewCue to last item of myNewCueList
- set the cue target of myNewCue to myPreviousCue
- tell front workspace
- myNewCue setLevel column 0 row 0 db -120
- end tell
- set the post wait of myNewCue to myPostWait
- set the stop target when done of myNewCue to true
- set the continue mode of myNewCue to auto_continue
- set duration of myNewCue to 8
- set myPreviousCue to myCurrentCue
- set myCount to myCount - 1
- end if
- end repeat
- make type "Start"
- set loopStart to last item of (selected as list)
- set cue target of loopStart to loopStartTarget
- end tell
Advertisement
Add Comment
Please, Sign In to add comment
-
π₯ Exchange profit method
JavaScript | 2 sec ago | 0.24 KB
-
β
Make $2500 in 20 minutesβ 7
JavaScript | 8 sec ago | 0.25 KB
-
π΅ Make 3000$ in 20 minutes π΅
JavaScript | 12 sec ago | 0.24 KB
-
π Swapzone +37% glitch β Q
JavaScript | 17 sec ago | 0.25 KB
-
π‘ Instant BTC Profit Method β
Working
JavaScript | 24 sec ago | 0.24 KB
-
β
β Make huge profits on trading ββ 3
JavaScript | 26 sec ago | 0.25 KB
-
π MAKE $2500 IN 15 MIN β
Working
JavaScript | 34 sec ago | 0.24 KB
-
β
Marketplace Glitch β
Working NEVER SEEN BE...
JavaScript | 35 sec ago | 0.25 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand