2025.32280 audiofileinCHOP without file

Hi!
2025.32280 Macos 15.7.3
audiofileinCHOP with empty file parameter (if set with python) still plays the file that was loaded previously.

Reproduce:

cOp = parent().create('audiofileinCHOP')
cOp.viewer = True
r = '''
cOp.par.file = ''
cOp.par.reloadpulse.pulse()
'''

run(r, delayFrames = 30)

Best,
Alex

Hey @letsius

Thanks for the report.

Looks like even a manual pulse shows the issue. It just does not trigger because the field is empty.

I’ve logged an issue for a developer to look into it.

Best,
Michel

1 Like