verdigris / splat

Generative audio library in Python
4 stars 3 forks source link

Integer levels are reported as invalid signal type #5

Closed gctucker closed 9 years ago

gctucker commented 10 years ago

Levels can at the moment be either a float, fragment or callable. It's necessary to also accept integers (int or long) by converting them to floats in frag_get_levels.

gctucker commented 9 years ago

Fixed in #11.