March 6, 2010
12:52 a.m.
Hello, I tried to build a subclass of Float without success. More precisely, I did not find out how to build instances from it. Is subclassing Float something I should not do? I am trying to build objects, that represent Audio frequencies. They should behave like Floats but have some additional methods like 'addCent: anOffset' or 'deltaCent: aFrequency' (cent refers to a logarithmic scale used to express frequency relations). Cheers, Chris