LancePutnam / Gamma

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

Removing or deprecating Multi? #13

Closed gitelope closed 12 years ago

gitelope commented 12 years ago

from Google doc:

Multi - name could be more descriptive. Suggested name: LJP: I’m not sure this one is worth bothering with. Probably should be deprecated or removed in favor of Vec. DA: In that case, would you mind if I removed it now? Or would you prefer it be deprecated instead? Or neither?

LancePutnam commented 12 years ago

Remove it. 'Seq' in gen.h was the only dependent, so it should inherit Vec instead.

gitelope commented 12 years ago

Multi has been removed from my fork. Seq now inherits from Vec instead of Multi.

gitelope commented 12 years ago

It turns out Vec inherits from Multi so I put it back after having had removed it.