This commit is contained in:
iperov 2019-02-12 10:55:41 +04:00
parent 429e7e6aee
commit 535041f7bb
2 changed files with 28 additions and 24 deletions

View file

@ -55,6 +55,7 @@ class SampleGeneratorFace(SampleGeneratorBase):
return next(generator)
#forces to repeat these sample idxs as fast as possible
#currently unused
def repeat_sample_idxs(self, idxs): # [ idx, ... ]
#send idxs list to all sub generators.
for gen_sq in self.generators_sq: