Search found 2 matches
- Wed Aug 10, 2016 9:56 am
- Forum: Code Corner
- Topic: callbacks
- Replies: 3
- Views: 21080
Re: callbacks
Here's output from the API library: Error: USB buffer overflow Gap=0x7e0000 e=0xd7e8a952 a=0xd866a952 (firstSampleNum jumps ahead by 1032192 here) Gap=0xff820000 e=0xd88df452 a=0xd80ff452 (firstSampleNum jumps backwards by 1032192 here) Gap=0x7e0000 e=0xd8100952 a=0xd88e0952 (firstSampleNum jumps ah...
- Tue Aug 09, 2016 9:56 pm
- Forum: Code Corner
- Topic: callbacks
- Replies: 3
- Views: 21080
callbacks
I'm using the 1.95 API library on a Mac. I'm seeing an odd situation in which the callbacks seem to be called out of order; the firstSampleNum will jump ahead by about a million since the last call, and then jump back by the same amount on the next call. I'm trying to figure out what I'm doing wrong...