X-Git-Url: http://git.tdb.fi/?p=libs%2Fal.git;a=blobdiff_plain;f=source%2Fsource.h;h=761e79175b8afaa6f3573a5e31e909b900c165b7;hp=8e1e947350ff7d4625f5daeb29b7a4689c78e9f9;hb=5fe0e3678c36352b7c75c1dcc16ab67debe7e678;hpb=2964e0cbc2fd4d6b838cc5f0598db1318fb4c529 diff --git a/source/source.h b/source/source.h index 8e1e947..761e791 100644 --- a/source/source.h +++ b/source/source.h @@ -34,8 +34,8 @@ public: void set_position(float, float, float); void set_velocity(float, float, float); void set_gain(float); - void set_rolloff_factor(float); + void set_buffer(const Buffer &); void queue_buffers(const std::vector &); void queue_buffer(const Buffer &);