Compare commits
1 Commits
d78b82c9e3
...
blueberry
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b85d58a10 |
@@ -34,8 +34,6 @@ class ECGWaveTableSynthesizer(AECGSynthesizer):
|
|||||||
|
|
||||||
self._calibrate()
|
self._calibrate()
|
||||||
|
|
||||||
print("inside samples", hex(id(self)))
|
|
||||||
|
|
||||||
while idx < self.wavelength:
|
while idx < self.wavelength:
|
||||||
phase = self.phase
|
phase = self.phase
|
||||||
floor = np.floor(phase)
|
floor = np.floor(phase)
|
||||||
|
|||||||
Reference in New Issue
Block a user