fireandforget version
This commit is contained in:
parent
4faf53168d
commit
93cbcfefd5
24 changed files with 565 additions and 1840 deletions
|
|
@ -181,7 +181,7 @@ log.infog("Aurora v0.1b")
|
|||
OSCinPort = 8090
|
||||
ljscene = 0
|
||||
|
||||
StartFXs = ["anim.Maxwell","anim.Starfield","anim.Starfield", "anim.Word"]
|
||||
StartFXs = ["anim.Starfield","anim.Starfield","anim.Starfield", "anim.Word"]
|
||||
|
||||
# Useful variables init.
|
||||
white = lj.rgb2int(255,255,255)
|
||||
|
|
@ -1125,9 +1125,9 @@ def AllFX():
|
|||
dots = eval(LAY['FX']+"(LAY)")
|
||||
if LAY['FX'] != "Zero" or lent(dots) != 0:
|
||||
#print(dots, LAY['color'])
|
||||
for cc in range(15):
|
||||
ccmidi[cc] = int(lj.fromKey("/midi/cc/1/"+str(cc)))
|
||||
#print(ccmidi)
|
||||
#for cc in range(15):
|
||||
# ccmidi[cc] = int(lj.fromKey("/midi/cc/1/"+str(cc)))
|
||||
# #print(ccmidi)
|
||||
lj.rPolyLineOneColor(dots, c = LAY['color'], layer = l, closed = LAY['closed'], xpos = LAY['Xcoord'] + LAY['stepvals'][LAY['step']] - (LAY['lineSize']/2), ypos = Layer[l]['Ycoord'], resize = LAY['scale'] * audioR, rotx = LAY['Xrotdirec'], roty = LAY['Yrotdirec'], rotz = LAY['Zrotdirec'])
|
||||
#lj.rPolyLineOneColor(dots, c = LAY['color'], layer = l, closed = LAY['closed'], xpos = LAY['Xcoord'] - (ccmidi[0]-64)*4 - (LAY['lineSize']/2), ypos = Layer[l]['Ycoord'] + (ccmidi[1]-64)*4, resize = LAY['scale'] * audioR * (ccmidi[2])/50, rotx = LAY['Xrotdirec']+(ccmidi[3]*3), roty = LAY['Yrotdirec']+(ccmidi[3]*3), rotz = LAY['Zrotdirec']+(ccmidi[3]*3))
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue