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

1.19K viewsCSS Bugs
0

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)

admin Changed status to publish
Attached Files:
0

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

admin Changed status to publish
Attached Files:
0

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

admin Changed status to publish
Attached Files: