-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathissue.txt
37 lines (33 loc) · 1.33 KB
/
issue.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
--python3
generating 23 GRIT BASS
36
Traceback (most recent call last):
File "concretesaw.py", line 122, in <module>
makeWav(directory + '/' + str(offset+(48)) + '.wav', offset, formulaA, formulaB)
File "concretesaw.py", line 52, in makeWav
a = formulaA(t)
File "concretesaw.py", line 103, in <lambda>
settings = {'23 GRIT BASS':{'a': (lambda t : (t>>t*t)^t), 'b': (lambda t: t)}}
OverflowError: Python int too large to convert to C ssize_t
--python2
generating 23 GRIT BASS
36
Traceback (most recent call last):
File "concretesaw.py", line 122, in <module>
makeWav(directory + '/' + str(offset+(48)) + '.wav', offset, formulaA, formulaB)
File "concretesaw.py", line 52, in makeWav
a = formulaA(t)
File "concretesaw.py", line 103, in <lambda>
settings = {'23 GRIT BASS':{'a': (lambda t : (t>>t*t)^t), 'b': (lambda t: t)}}
OverflowError: long int too large to convert to int
--python
generating 23 GRIT BASS
36
Traceback (most recent call last):
File "concretesaw.py", line 122, in <module>
makeWav(directory + '/' + str(offset+(48)) + '.wav', offset, formulaA, formulaB)
File "concretesaw.py", line 52, in makeWav
a = formulaA(t)
File "concretesaw.py", line 103, in <lambda>
settings = {'23 GRIT BASS':{'a': (lambda t : (t>>t*t)^t), 'b': (lambda t: t)}}
OverflowError: long int too large to convert to int