{ "info": { "author": "Marc Evanstein", "author_email": "marc@marcevanstein.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# expenvelope\n\n_expenvelope_ is a python library for managing piecewise exponential curves, original intended as a tool for algorithmic music composition. Curves are simple to make, expressive, and useful for controlling dynamics, tempo, and other higher-level parameters. \n\nThe central `Envelope` class bears some relation to SuperCollider's [_Env_](http://doc.sccode.org/Classes/Env.html) object, and is represented behind the scenes as a contiguous set of `EnvelopeSegments`. There are a number of different class methods available for constructing envelopes, including:\n\n```python\nEnvelope.from_levels\nEnvelope.from_levels_and_durations\nEnvelope.from_points\nEnvelope.release\nEnvelope.ar\nEnvelope.asr\nEnvelope.adsr\nEnvelope.from_function\n\n```\n\nIn addition to the central `value_at` function, utilities have been included to append and insert new points, insert a new interpolated control point without changing the curve, integrate over intervals, find the maximum slope reached, and find the average value, among other things. Envelopes (and EnvelopeSegments) can be added, subtracted, multiplied and divided, with these operations yielding new Envelopes that are close approximations to the resulting function using piecewise exponential curves.\n\n_expenvelope_ is a key dependency of [clockblocks](https://github.com/MarcTheSpark/clockblocks), a package for for controlling the flow of musical time, and [scamp](https://github.com/MarcTheSpark/scamp/), a Suite for Composing Algorithmic Music in Python.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/MarcTheSpark/expenvelope", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "expenvelope", "package_url": "https://pypi.org/project/expenvelope/", "platform": "", "project_url": "https://pypi.org/project/expenvelope/", "project_urls": { "Homepage": "https://github.com/MarcTheSpark/expenvelope" }, "release_url": "https://pypi.org/project/expenvelope/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "Provides musically expressive piecewise-exponential curves.", "version": "0.2.0" }, "last_serial": 5274756, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3de7f0bd469a301dbc40346c50fbbbaa", "sha256": "b490df769975c7fe6740d2b14ee2bc1f898f2f4f3040e6146fb01a2021e447b6" }, "downloads": -1, "filename": "expenvelope-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "3de7f0bd469a301dbc40346c50fbbbaa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 28979, "upload_time": "2019-01-11T03:59:44", "url": "https://files.pythonhosted.org/packages/ac/45/ad77c0b508ff503d01c33f485b5062c0d37542870b91d788029746261c85/expenvelope-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0da1c293af9f566f230f9b9800baf4dc", "sha256": "03604b0cb71548cab2e6b90ffb0a18aadb7a048ff496d31655fe8472d9787f0c" }, "downloads": -1, "filename": "expenvelope-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0da1c293af9f566f230f9b9800baf4dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15707, "upload_time": "2019-01-11T03:59:47", "url": "https://files.pythonhosted.org/packages/6b/f4/d1bf1eae981359596516d30255606a0b533d2432c41482013bbe31251789/expenvelope-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "77f01f1c8794cbd3fe1ae99aa80fd72e", "sha256": "faa0795c74426a47be7b4a285f9169fe51c7b9a0177272741accc85e80fceb83" }, "downloads": -1, "filename": "expenvelope-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "77f01f1c8794cbd3fe1ae99aa80fd72e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 30113, "upload_time": "2019-05-15T22:57:06", "url": "https://files.pythonhosted.org/packages/96/a5/879efb0f9d7a5bf312454f90b9901bdc020201afe4134a23532643d8a909/expenvelope-0.2.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "77f01f1c8794cbd3fe1ae99aa80fd72e", "sha256": "faa0795c74426a47be7b4a285f9169fe51c7b9a0177272741accc85e80fceb83" }, "downloads": -1, "filename": "expenvelope-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "77f01f1c8794cbd3fe1ae99aa80fd72e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 30113, "upload_time": "2019-05-15T22:57:06", "url": "https://files.pythonhosted.org/packages/96/a5/879efb0f9d7a5bf312454f90b9901bdc020201afe4134a23532643d8a909/expenvelope-0.2.0-py3-none-any.whl" } ] }