Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Miss-spells in Audio CSFML  (Read 3420 times)

0 Members and 1 Guest are viewing this topic.

Groogy

  • Hero Member
  • *****
  • Posts: 1469
    • MSN Messenger - groogy@groogy.se
    • View Profile
    • http://www.groogy.se
    • Email
Miss-spells in Audio CSFML
« on: December 30, 2011, 12:31:07 am »
Well I'm just experimenting and testing around a little and when trying to compile CSFML it failed because it couldn't find some methods in the Audio module. And from what I can see it just looks like it is some misspelling.

Here's a list:
Code: [Select]
What it is -> What it should be
GetSamplesCount -> GetSampleCount
GetChannelsCount -> GetChannelCount


Also I'm guessing that this isn't updated to the latest SFML2 right? When will that come?

Okay, checked out an old version then the audio module functions weren't missspelled, nevermind, my bad for posting too soon.
Developer and Maker of rbSFML and Programmer at Paradox Development Studio

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Miss-spells in Audio CSFML
« Reply #1 on: December 30, 2011, 08:06:12 am »
Sorry, I usually don't push modifications to SFML until CSFML and SFML.Net are updated, but this one is too big, I'll need more time to upgrade the bindings.
Laurent Gomila - SFML developer

Groogy

  • Hero Member
  • *****
  • Posts: 1469
    • MSN Messenger - groogy@groogy.se
    • View Profile
    • http://www.groogy.se
    • Email
Miss-spells in Audio CSFML
« Reply #2 on: December 30, 2011, 08:23:14 am »
Quote from: "Laurent"
Sorry, I usually don't push modifications to SFML until CSFML and SFML.Net are updated, but this one is too big, I'll need more time to upgrade the bindings.

I seem to be the first one to say anything and I am only experimenting so I would say it's still cool  :wink:
Developer and Maker of rbSFML and Programmer at Paradox Development Studio