LancePutnam / Gamma

Generic (Sound) Synthesis Library
Other
458 stars 54 forks source link

More consistency with templating #29

Open mantaraya36 opened 9 years ago

mantaraya36 commented 9 years ago

Gamma uses in most of its classes a template type Tv to identify the value type and a Tp type to identify parameter types.

There are a few classes that don't follow this convention (that I have found in a quick scan, there may be others...):

I think making this consistent throughout will add significant ease in the usage of Gamma as the documentation will have to be checked less often.