Search found 3 matches

by gerdonhanry
Wed Mar 31, 2010 1:02 pm
Forum: General Audio Programming
Topic: 32 bit Float
Replies: 3
Views: 2023

Re: 32 bit Float

From my point of view, A 32 bit system will most likely have 32 bit integers, so the largest value is 4,294,967,296. You can only assume the range of -32,767 to 32,767 for int if you want your code to be portable though. If you want at least a 32 bit data type then long int is the way to go.
by gerdonhanry
Wed Mar 31, 2010 12:57 pm
Forum: General Audio Programming
Topic: getting a pointer to a Project's window
Replies: 2
Views: 1317

Re: getting a pointer to a Project's window

You can use WindowFromPoint() to retrieve the window at a specific coordinate like the mouse position. This function retrieves a handle to the window that contains the specified point. Syntax Copy HWND WindowFromPoint( __in POINT Point ); Parameters Point [in] POINT Specifies a POINT structure that ...
by gerdonhanry
Wed Mar 31, 2010 12:46 pm
Forum: Windows
Topic: .cwp & sonar
Replies: 4
Views: 1411

Re: .cwp & sonar

With the my point of view A .CWP file is known as a Cakewalk SONAR Project.This file extension was added to our database by a visitor to this site, but no further information was provided. We have yet to investigate the CWP file extension any further, or there was simply not enough information avail...