I hereby claim:
- I am artfwo on github.
- I am artfwo (https://keybase.io/artfwo) on keybase.
- I have a public key whose fingerprint is AD0A A61E AF4E 58A0 CFE0 6003 ACA5 5732 FAF5 1E4F
To claim this, I am signing this object:
| #! /usr/bin/env python3 | |
| def get_scale_note(scale, step, offset=0): | |
| octave, scale_index = divmod(step, len(scale)) | |
| result = scale[scale_index] | |
| offset_step = -1 if offset < 0 else 1 | |
| while offset != 0: | |
| while True: |
| #! /usr/bin/env python3 | |
| # | |
| # Pure Python runtime property to expression binding example using descriptors | |
| # (see below for usage example). | |
| # | |
| # This Property implementation allows setting a value using lambda expressions. | |
| # The value will be recalculated if any property accessed during lambda evaluation | |
| # changes its value. | |
| class Property: |
| -- clock test | |
| -- | |
| -- adjust mul/div | |
| -- with e2/e3 | |
| -- | |
| -- change clock settings | |
| -- from parameters menu | |
| -- | |
| engine.name = 'PolyPerc' |
| -- clock test | |
| -- | |
| -- ... | |
| -- . | |
| engine.name = 'PolyPerc' | |
| local dividers = { 1, 2 } | |
| local led_states = { false, false } | |
| local tasks = { nil, nil } |
I hereby claim:
To claim this, I am signing this object: