Skip to content

Running sequencer on Windows unsuccessfull #4

@RandomCraftr

Description

@RandomCraftr

Hello,

attempt at running sequencer on windows raise multiple issues.

  • scale_list not being passed by default, it is computed at instanciation starting line 94 - sequencer_.py. Array is then numy.int32 even on x64 Windows with x64 Python installed. Than assertion line 180 fails.
  • scale_list being explicitly passed through argument as numpy.int64 casted array, line 76 fails because of scale_list != None

Proposition for resolution:

  • when scale_list is computed, explicitly specify type it will be asserted against : l103 - self.scale_list = numpy.array(scale_list, dtype=numpy.int64)
  • when scale_list is tested whether being passed as argument or not, prefer "is not None" instead of != None"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions