Is D cool or what?

Andrej Mitrovic andrej.mitrovich at gmail.com
Thu Apr 28 15:08:06 PDT 2011


Oh that last snippet is wrong, it should be:

sample = audioTable.table[audioTable.phase[0] += leftPhase];
sample = audioTable.table[audioTable.phase[1] += rightPhase];

:)


More information about the Digitalmars-d mailing list