475 B
475 B
title |
---|
postSample |
The postSample
hook runs just after your pattern is sampled.
Your plugin will receive the Pattern object.
It is triggered just before the end of either:
- the Pattern.sampleOption() method
- the Pattern.sampleMeasurement() method
- the Pattern.sampleModels() method
The postSample
hook is rarely used.