🔥 Lifetime deal! Get Control Surface Studio for Just £67 👉 Click Here To Get It
Time left... mailtimers.com
⚠️ Lifetime licenses are ending soon, get yours before they're gone ⚠️
Your shopping cart is empty.

Reaction "Clip slot - fire" causing error: Python argument types in ClipSlot.fire(ClipSlot, NoneType, NoneType) did not match C++ signature

Submitted by infinitystairs on Sun, 09/19/2021 - 22:13
infinitystairs
Pro User
Control Surface Studio User

Hi, I'm trying to use the Clip Slot fire reaction and I'm getting an error. Here is the relevant messages in my log:

>
2021-09-19T15:56:26.253416: info: Python: INFO:_Framework.ControlSurface:253 - LOG: (css_xtouch_mini_gb_v03) csslog:(Xtouch Mini GB v03) There's a problem with 'Action Block 1' in reaction 'Session Record' (from 'Button 16 was pressed' listener) >>
2021-09-19T15:56:26.253482: info: RemoteScriptMessage: (css_xtouch_mini_gb_v03) csslog:(Xtouch Mini GB v03) There's a problem with 'Action Block 1' in reaction 'Session Record' (from 'Button 16 was pressed' listener) >>
2021-09-19T15:56:26.253627: info: Python: INFO:_Framework.ControlSurface:253 - LOG: (css_xtouch_mini_gb_v03) csslog: >> Python argument types in
ClipSlot.fire(ClipSlot, NoneType, NoneType)
did not match C++ signature:
fire(TPyHandle self, double record_length=1.7976931348623157e+308, int launch_quantization=-2147483648, bool force_legato=False)
fire(TPyHandle)

Topic Category: 

3 Responses

Comments

JohnC
Forum Admin
#1

Have you entered values for the action parameters: 'Record length' and 'Launch Quantization'?

thx538
Control Surface Studio User
#2

Same bug here. I did not enter any value which defaulted to the following code :
self.song().view.selected_track.clip_slots[0].fire(None, None)

JohnC
Forum Admin
#3

Try changing it to 'custom code' then remove 'None, None' so it looks like this:self.song().view.selected_track.clip_slots[0].fire()