Commit Graph

6 Commits

Author SHA1 Message Date
Florian Festi 0d07f48b7f Remove .open() call from the .render() method
Having this call there was necessary in the past as the open() method would
need the canvas size as a parameter. This is now determined automatically
after rendering.

Still calling open() is deprecated but won't result in an error.
2019-02-08 17:43:15 +01:00
Florian Festi 861c8451e2 Remove call to .close() from .render() method
There is really no need for all the generator to care
Still calling it is deprecated but won't result in an error
2019-02-08 17:32:04 +01:00
Florian Festi 6538c92910 OrganPipe: Offer multiple units for the pressure given 2018-05-18 14:12:30 +02:00
Florian Festi 1d0aa05e9a OrganPipe: Use unicode for Py 2 compat 2018-05-12 17:14:02 +02:00
Florian Festi d9e8930e31 OrganPipe: Add encoding 2018-05-12 17:11:26 +02:00
Florian Festi 4798c24815 New generator: Organ pipe
Still untested
2018-05-12 17:06:10 +02:00