|
Max API
8.2.0
|
When an object is instantiated, it is possible to determine if it is being created in pfft~ context in the new method. More...
Collaboration diagram for PFFT:Data Structures | |
| struct | t_pfftpub |
| Public FFT Patcher struct. More... | |
When an object is instantiated, it is possible to determine if it is being created in pfft~ context in the new method.
In the new method (and only at this time), you can check the s_thing member of the t_symbol '__pfft~__'. If this is non-null, then you will have a pointer to a t_pfftpub struct.