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