Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #54.9K
~3K People Reached
About Me

Musician learning software development in Audio & MIDI as grad student at CU, Colorado Springs

Interests
MIDI sequencing software, writing (novice); MIDI sequencing software, user (pro); MIDI synths (pro)…
PC Specs
macbook pro 10-7, Win7; generic intel, Linux Ubuntu 1010; mac G4s, 10-5, 10-4, 9-2;
Favorite Forums
Favorite Tags
c++ x 3
Member Avatar for lxXTaCoXxl

These are just some of the more useful #define statements I've used in C++. These are some of the statements you'll use the most (in the case of template<typename T> when you use it, you use it a lot!). So I figured I'd post it for others, even though a …

Member Avatar for sepp2k
-4
266
Member Avatar for vegaseat

You can access the sound chip to play midi voices using winmm.lib, or in case of Dev C++ the libwinmm.a library. There are 128 midi voices to pick from, anything from the Acoustic Grand Piano = 0 to the Gunshot = 127.

Member Avatar for moxy
3
3K