Programming in QBasic / C++

Laptops, effects pedals, powerdrills.

Moderator: snailed

Post Reply
user_46

Programming in QBasic / C++

Post by user_46 »

so far i have only been able to make a simple QBasic program that causes the internal speaker to play a tone when a key is pressed. the problem is i want it to play through the soundcard. every website i've seen so far gives sample programs but none of them work. the only program that has worked through my soundcard is too complex to edit for what i want it to do. where can i find a solution to this problem?

also, what are some websites that have information about making sound programs, with tutorials and examples?

bombinthebeehive
Posts: 327
Joined: Mon May 12, 2008 1:18 am

Post by bombinthebeehive »

http://www.harmony-central.com/Computer/Programming/" onclick= "window.open(this.href);return false;

some links/information you may be interested in

user_296

Post by user_296 »

For C++ you could try Hammersound's OSC if you want MIDI instrument output (v. flexible too - can be configured to talk to other software such as Max/MSP), or Princeton University's Synthesis Toolkit (STK) for sound and instrument synthesis. I'm currently writing an evolutionary music system with the former.