elpescado

Results 3 issues of elpescado

Consider: ``` from dataclasses import dataclass @dataclass class Widget: val: str = "test" x = from_dict(data_class=Widget, data={}). # No `val` at all, default value is used print(x) y = from_dict(data_class=Widget,...

I've been playing with probability attribute for notes and this got me some new ideas how to further improve this feature. I'd like to: 1. Rename "probability" note attribute to...

enhancement
contains patch
manual

Noticed in 1.0.0 branch: Before: ![zrzut ekranu 2016-11-20 o 22 38 11](https://cloud.githubusercontent.com/assets/1619113/20466382/a9de7eda-af72-11e6-9a1f-a5148af00252.png) After: ![zrzut ekranu 2016-11-20 o 22 37 48](https://cloud.githubusercontent.com/assets/1619113/20466383/b33a4af4-af72-11e6-9655-e602576cdda1.png)

MIDI related