mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-11 02:40:03 +01:00
added a TODO
This commit is contained in:
@@ -153,6 +153,7 @@ class SoundReactPlugin(ActionsPlugin,SequencePlugin,DisplayPlugin):
|
||||
if meandiff>=self.config['energy'].get('triggerthreshold',0.15):
|
||||
self.energy_history = []
|
||||
print ("\n>>>>>>Triggering dynamic change for meandiff %s?\n" % meandiff)
|
||||
# TODO: add configurable triggering - eg trigger next preset, next shader, next video..
|
||||
#self.pc.actions.call_method_name("load_slot_%s_into_next_player"%randint(0,9))
|
||||
self.energy_history.append(diff) #self.values.get(sourcename,0.0))
|
||||
#print("logging %s" % diff) #self.values.get(sourcename,0.0))
|
||||
|
||||
Reference in New Issue
Block a user