File:: core/vqh_mapper.py Tags:: mapper core
Description
This is the other end of VQH, where we take iteration data and map it into sound using some sonification strategy. It uses a custom defined mapper function that is stored in a library.
Connected Classes
MappingInterface (Is VQHMappingStrategy a substitute for this?) Queue
Attributes
queue
: queue.Queuethread
- threading.Threadclock_lock
- threading.Lockstrategy
:int - defined in SonificationLibrarysynthesizer
- MappingInterfacetimeout
- Is this being used?is_done
_clock_speed
: float - property VQHInlet
Methods
start_mapper
run_mapper
update_clock_speed
- part of the property setter, or deprecated?stop