Search:

Type: Posts; User: gwrodriguez

Search: Search took 0.01 seconds.

  1. Ohhhhh..... there it is! Thanks a bunch!!!!

    Ohhhhh..... there it is! Thanks a bunch!!!!
  2. When I do that Xcode has an error: "Initializing...

    When I do that Xcode has an error:
    "Initializing 'Float32' (aka float) with an expression of incompatible type 'Float32* (aka float*)"
  3. Well its data type is variable depending on a...

    Well its data type is variable depending on a bunch of other stuff that you setup. The way I have done so it should be a float. So here's where my knowledge of pointers lacks, here's what I think...
  4. It should be a float ranging from -1. to 1. I...

    It should be a float ranging from -1. to 1. I know I cant change the struct because its from the apple coreaudio framework. could I possibly create my own struct of the AudioBuffer type?

    GW
  5. Getting the data from a void* in a struct

    So there's this c++ struct that has a *void variable that I want to get the data from and I'm not sure how to do it. Here's the struct def (FYI its from the CoreAudio framework):



    struct...
Results 1 to 5 of 5