Laguna1989/OpenALpp

Name clash in Sound class: getPosition (spatial) vs getCurrentPosition (temporal)

Closed this issue · 2 comments

Name clash in Sound class: getPosition (spatial) vs getCurrentPosition (temporal)

possible solutions:

  • getCurrentPosition ->
    • getCurrentOffset or
    • getCurrentPlayOffset or
    • getCurrentPlayHeadPosition
  • introduce spatial and temporal to function names

closed with #66
Many thanks to aditmak!