LancePutnam / Gamma

Generic (Sound) Synthesis Library
Other
462 stars 55 forks source link

Curve: reorder start and end arguments #12

Closed gitelope closed 12 years ago

gitelope commented 12 years ago

Curve LJP: The Curve arguments are ordered end then start due to a complicated history; basically the addition of new features. It makes the most sense to reverse them at this point. MW: I support changing the order of arguments to make it make more sense. DA: Which line(s) of code need changing?

LancePutnam commented 12 years ago

I fixed this a while back. The arguments are now ordered 'start', 'end'.