Home
last modified time | relevance | path

Searched refs:vstround (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.h90 inline float vstround(float x) {return ceil(x-0.5);} in vstround() function
H A DVSTHost.cpp222 int index = (int)vstround(value); in SetValue()