more debug
This commit is contained in:
@@ -21,11 +21,11 @@ program panoramix
|
||||
endif
|
||||
|
||||
! *** NON WORKING CODE ***
|
||||
phi = real(nblus) / 60000.0
|
||||
phi = real(nblus) / 44100.0
|
||||
ka = sin(phi)
|
||||
value = (real(left)+real(right)) / 2.05
|
||||
left = int(value*ka)
|
||||
right = int(value*(1.0-ka))
|
||||
left = int(value * ka)
|
||||
right = int(value * (1.0-ka))
|
||||
|
||||
print *, left, right
|
||||
|
||||
|
||||
Reference in New Issue
Block a user