473,387 Members | 1,529 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Program PC Sound Card

Does anyone know if it is possible to program the PC's sound card using
Visual Studio.NET in basic? If so, how can I get some information?

I just want to sound notes of a specified frequency either melodically in
sequence or simultaneously in a chord.

Thanks
Mike


Nov 20 '05 #1
5 3590
Hi,

Maybe this will help.
http://www.franklins.net/dotnet/CarlsMIDITools.zip

Ken
---------------------

"Mike Newman" <mi***********@blueyonder.co.uk> wrote in message
news:ex*************@TK2MSFTNGP09.phx.gbl:
Does anyone know if it is possible to program the PC's sound card using
Visual Studio.NET in basic? If so, how can I get some information?

I just want to sound notes of a specified frequency either melodically in

sequence or simultaneously in a chord.

Thanks
Mike


--
Outgoing mail is certified Virus Free.
Checked by AVG Anti-Virus (http://www.grisoft.com).
Version: 7.0.230 / Virus Database: 263.3.6 - Release Date: 6/25/2004
Nov 20 '05 #2
Thanks a lot for this Ken.
Please can you tell me where I could find some documentation or explanation?
It looks as if it might be a great help,
but I need some info on how to use it.
Thanks again
Mike

"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:Oo*************@TK2MSFTNGP11.phx.gbl...
Hi,

Maybe this will help.
http://www.franklins.net/dotnet/CarlsMIDITools.zip

Ken
---------------------

"Mike Newman" <mi***********@blueyonder.co.uk> wrote in message
news:ex*************@TK2MSFTNGP09.phx.gbl:
Does anyone know if it is possible to program the PC's sound card using
Visual Studio.NET in basic? If so, how can I get some information?

I just want to sound notes of a specified frequency either melodically in
sequence or simultaneously in a chord.

Thanks
Mike


--
Outgoing mail is certified Virus Free.
Checked by AVG Anti-Virus (http://www.grisoft.com).
Version: 7.0.230 / Virus Database: 263.3.6 - Release Date: 6/25/2004

Nov 20 '05 #3
Hi,

Did you notice there is a sample application contained inside a zip
file called miditest.zip.

Ken
------------------

"Mike Newman" <mi***********@blueyonder.co.uk> wrote in message
news:u6**************@tk2msftngp13.phx.gbl:
Thanks a lot for this Ken.
Please can you tell me where I could find some documentation or
explanation?
It looks as if it might be a great help,
but I need some info on how to use it.
Thanks again
Mike

"Ken Tucker [MVP]" <HYPERLINK
"mailto:vb***@bellsouth.net"vb***@bellsouth.ne t> wrote in message
news:Oo*************@TK2MSFTNGP11.phx.gbl...
Hi,

Maybe this will help.
HYPERLINK
"http://www.franklins.net/dotnet/CarlsMIDITools.zip"http://www.franklins.net
/dotnet/CarlsMIDITools.zip

Ken
---------------------

"Mike Newman" <HYPERLINK
"mailto:mi***********@blueyonder.co.uk"mi********* **@blueyonder.co.uk> wrote
in message
news:ex*************@TK2MSFTNGP09.phx.gbl:

Does anyone know if it is possible to program the PC's sound card
using
Visual Studio.NET in basic? If so, how can I get some information?

I just want to sound notes of a specified frequency either
melodically
in

sequence or simultaneously in a chord.

Thanks
Mike

--
Outgoing mail is certified Virus Free.
Checked by AVG Anti-Virus (http://www.grisoft.com).
Version: 7.0.230 / Virus Database: 263.3.6 - Release Date: 6/25/2004


--
Outgoing mail is certified Virus Free.
Checked by AVG Anti-Virus (http://www.grisoft.com).
Version: 7.0.230 / Virus Database: 263.3.6 - Release Date: 6/25/2004
Nov 20 '05 #4
I must have done something wrong.
When I try to open MidiTest with Visual Studio I get the error message

"Unable to read the project file 'CarlsMidiTools.vbproj'
The system cannot find the path specified."

I unzipped both CarlsMIDITools.zip and MidiTest.zip
and some files were overwritten by Miditest.
I also tried putting Miditest into it's own directory,
but I still get the same error message.

The file 'CarlsMidiTools.vbproj is certainly in the directory...
Any ideas???

Sorry to be a nuisance
Mike

Did you notice there is a sample application contained inside a zip
file called miditest.zip.

Ken
------------------

Nov 20 '05 #5
Hi,

When you open the mdi test project it gives the error that unable to
find project. Go ahead and remove the carlsmiditools.vbproj from the
solution. Then add a reference to carlsmiditools.dll.

Ken
--------------

"Mike Newman" <mi***********@blueyonder.co.uk> wrote in message
news:uj*************@TK2MSFTNGP10.phx.gbl:
I must have done something wrong.
When I try to open MidiTest with Visual Studio I get the error message

"Unable to read the project file 'CarlsMidiTools.vbproj'
The system cannot find the path specified."

I unzipped both CarlsMIDITools.zip and MidiTest.zip
and some files were overwritten by Miditest.
I also tried putting Miditest into it's own directory,
but I still get the same error message.

The file 'CarlsMidiTools.vbproj is certainly in the directory...
Any ideas???

Sorry to be a nuisance
Mike
Did you notice there is a sample application contained inside a zip
file called miditest.zip.

Ken
------------------


--
Outgoing mail is certified Virus Free.
Checked by AVG Anti-Virus (http://www.grisoft.com).
Version: 7.0.230 / Virus Database: 263.3.6 - Release Date: 6/25/2004
Nov 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Peter | last post by:
Hi all, I'm using windows media player as an object in visual basic 6. I have two sound cards in the PC. The default sound card is used for explorer "clicks" and statup / shutdown sounds in...
1
by: Mike Newman | last post by:
Does anyone know if it is possible to program the PC's sound card using Visual Studio.NET in basic? If so, how can I get some information? I just want to sound notes of a specified frequency...
4
by: Robert Gravereaux | last post by:
I'm putting together a C# .Net forms project on win2k. The application requires some sort of horn sound. I've never implemented any audio in .Net, so I'm not sure how best to accomplish this. ...
3
by: June Li | last post by:
H I got a problem with detecting sound card with Windows x I use SDK function waveInGetNumDevs() to test if there is a sound card. But even if there is no sound card installed, the function...
0
by: June Li | last post by:
H I got a problem with detecting sound card with Windows xp I am working on an application to test microphone. First I need detect if there is a sound card installed (or integrated audio...
3
by: larry | last post by:
Hi, my friends, My boss asked me to use sound card to do analog to digital conversion for my application. I know when we record sound, sound card changes anolog signal to digital file. I have no...
7
tpgames
by: tpgames | last post by:
I know that an internal sound card has to be one listed as for a specific mother board. However, does this rule apply to external sound cards? I use a satellite A75-s2112 toshiba laptop, intel pent...
3
by: =?Utf-8?B?SlZE?= | last post by:
In my system, i have two sound card installed. I am developing one multimedia application in c# using DirectShow. I want to select particular sound card and play one audio file and, play another...
2
by: lazzypink | last post by:
hi guys! i having a problem in my project which is create a media player and let the user choose the sound card for audio output. Let say i have 2 sound card in my computer, i want to select the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.