plugins: VOsc3 - use type casts instead of floor
commit6a00aae215843bba2d7f6f9808969627bbb1c9f8
authorTim Blechmann <tim@klingt.org>
Fri, 30 Dec 2011 19:03:58 +0000 (30 20:03 +0100)
committerTim Blechmann <tim@klingt.org>
Fri, 30 Dec 2011 20:12:31 +0000 (30 21:12 +0100)
treef6278d9febc5f6ecfd26f5ab81b925afe8ae9ed6
parent6120da05c0d88bd617df6ef25d696833e8db9b3c
plugins: VOsc3 - use type casts instead of floor

no need to call floor, as we know that buffer numbers are positive.
this is much more efficient

Signed-off-by: Tim Blechmann <tim@klingt.org>
server/plugins/OscUGens.cpp