Client.readParam

Boilerplate function to get the value of an IntParameter, for use in processAudio.

  1. T readParam(int paramIndex)
  2. T readParam(int paramIndex)
    class Client
    public nothrow @nogc final nothrow @nogc
    T
    readParam
    (
    T
    )
    if (
    is(T == int) &&
    !is(T == enum)
    )
  3. T readParam(int paramIndex)
  4. T readParam(int paramIndex)

Meta