LMMS
Loading...
Searching...
No Matches
lmms::ValueBuffer Class Reference

#include <ValueBuffer.h>

Inheritance diagram for lmms::ValueBuffer:

Public Member Functions

 ValueBuffer ()=default
 ValueBuffer (int length)
void fill (float value)
float value (int offset) const
const float * values () const
float * values ()
int length () const
void interpolate (float start, float end)

Constructor & Destructor Documentation

◆ ValueBuffer() [1/2]

lmms::ValueBuffer::ValueBuffer ( )
default

◆ ValueBuffer() [2/2]

lmms::ValueBuffer::ValueBuffer ( int length)

Member Function Documentation

◆ fill()

void lmms::ValueBuffer::fill ( float value)

◆ interpolate()

void lmms::ValueBuffer::interpolate ( float start,
float end )

◆ length()

int lmms::ValueBuffer::length ( ) const

◆ value()

float lmms::ValueBuffer::value ( int offset) const

◆ values() [1/2]

float * lmms::ValueBuffer::values ( )

◆ values() [2/2]

const float * lmms::ValueBuffer::values ( ) const

The documentation for this class was generated from the following files: