MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ remove_hook()

bool MayaFlux::Nodes::Generator::Phasor::remove_hook ( const TypedHook< GeneratorContext > &  callback)

Removes a previously registered callback.

Parameters
callbackThe callback function to remove
Returns
True if the callback was found and removed, false otherwise

Unregisters a callback previously added with on_tick(), stopping it from receiving further notifications about generated samples.

Definition at line 193 of file Phasor.cpp.

194{
195 return remove_threshold_callback(callback);
196}
bool remove_threshold_callback(const TypedHook< GeneratorContext > &callback)
Removes a previously registered phase wrap callback.
Definition Phasor.cpp:182

References remove_threshold_callback().

+ Here is the call graph for this function: