473,403 Members | 2,284 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,403 software developers and data experts.

Question: Any idea of midi programming ?

Hi,
I'm looking for any source-code example, showing the use of midi sequencer
and midi messages in C++.
Which files have to be included ?

I wrote a tool in JAVA which has bad timing problems especially whith
WindowsXP and hope to find a solution in C++.

Can anyone recommend some good books or websites about the topic ?

Thanks in advance.
Michael.
Jul 19 '05 #1
6 4131
"Michael" <m.*****@gmx.net> wrote...
Hi,
I'm looking for any source-code example, showing the use of midi sequencer
and midi messages in C++.
Which files have to be included ?


The Standard C++ (the only subject of this newsgroup) has no means
of programming a midi sequencer. You will have to use some kind of
a special library. Such library (since it has nothing to do with
the Standard C++) would be off-topic here. You might want to try
asking in a newsgroup dedicated to your platform. I recommend
comp.os.ms-windows.programmer. Another possible source of info is
a newsgroup with 'midi' in its name.

Victor
Jul 19 '05 #2
Sure, it's a valid topic for this newsgroup. It's comp.lang.c++ NOT
comp.lang.c++.standard .

I know there are some C++ libraries out there. Check out STK (Synthesis
ToolKit) I think it may have some MIDI capabilities.

--
Kevin Buffardi
"Rockstars -- is there
anything they don't know?"
-Homer Simpson
Jul 19 '05 #3
"Kevin Buffardi" <kb******@mwc.edu> wrote...
Sure, it's a valid topic for this newsgroup. It's comp.lang.c++ NOT
comp.lang.c++.standard .


I don't want to go into a lengthy discussion about the topicality
of this newsgroup with you. Check http://groups.google.com to
satisfy your curiousity. Here is a hint, though: it's comp.LANG.c++,
not comp.HOWDOIPROGRAMWHATEVERUSING.c++.
Jul 19 '05 #4
> I don't want to go into a lengthy discussion about the topicality
of this newsgroup with you. Check http://groups.google.com to
satisfy your curiousity. Here is a hint, though: it's comp.LANG.c++,
not comp.HOWDOIPROGRAMWHATEVERUSING.c++.


The newsgroup serves discussion of a programming language. Naturally,
people are going to want to know how to implement the language in different
manners. More or less, Michael was asking what libraries were available to
help him in what he wanted to do. I don't see any reason why he should get
any blame for doing this. Similarly, he should be able to post the same
thing in a MIDI newsgroup because it involves people who have experience
with the group who could possibly provide him some insight. I'd certainly
welcome such questions more than the overdone "Is C++ better than C" posts.

Let me again point out that this newsgroup is for the language C++. The
newsgroup name does not imply anything about ONLY discussing standard C++.
It was kind of you to point out other newsgroups that may help him better,
but who made you the CLC++ police?

--
Kevin Buffardi
"Rockstars -- is there
anything they don't know?"
-Homer Simpson
Jul 19 '05 #5
Kevin Buffardi wrote:
I don't want to go into a lengthy discussion about the topicality
of this newsgroup with you. Check http://groups.google.com to
satisfy your curiousity. Here is a hint, though: it's comp.LANG.c++,
not comp.HOWDOIPROGRAMWHATEVERUSING.c++.
The newsgroup serves discussion of a programming language.


Yes, a LANGUAGE. Not any library written in or for it, except for the
standard library, since it's part of the language.
See http://www.parashift.com/c++-faq-lit...t.html#faq-5.9 which
is part of the official FAQ to this group (and one should actually
always have a look into the FAQ of a group or at least read a bit in
that group before posting)
Naturally, people are going to want to know how to implement the
language in different manners. More or less, Michael was asking
what libraries were available to help him in what he wanted to do.
That hasn't anything to do with implementing the language, so what's
your point?
I don't see any reason why he should get any blame for doing this.
He didn't get blame. He was politely told that his question is off-topic
here and redirected to a more appropriate place. Some consider this to
be blame, but it's not, and it's not meant to be.
Similarly, he should be able to post the same thing in a MIDI
newsgroup because it involves people who have experience
with the group who could possibly provide him some insight.
Usenet isn't built upon posting questions to places where people seem to
be likely to know the answer, but upon topics. This makes it easier to
select and read the newsgroups that you're most interested in without
getting to much "noise" that is actually not what you're interested in.
And most newsgroups have a welcome message and/or FAQ that exactly
tells you what the topic of the group is, since it's not always
obvious.
I'd certainly welcome such questions more than the overdone "Is C++
better than C" posts. Let me again point out that this newsgroup is
for the language C++.
Yes, and _only_ for the language itself.
The newsgroup name does not imply anything about ONLY discussing
standard C++.
It does. the "lang" in the name means that it's about the language
itself, not about OS-specific libraries or other extensions to it. And
the language C++ is defined by the ISO standard. Also, the welcome
message that is posted here regularly (and btw. was posted today - see
<bn*************@ID-27262.news.uni-berlin.de> or
http://www.slack.net/~shiva/welcome.txt) shows you the topic.
It was kind of you to point out other newsgroups that
may help him better, but who made you the CLC++ police?


Would you prefer if nobody at all answers a question if it's off-topic
instead of helping the OP to find a better place for it?

Jul 19 '05 #6
> Yes, a LANGUAGE. Not any library written in or for it, except for the
standard library, since it's part of the language.
See http://www.parashift.com/c++-faq-lit...t.html#faq-5.9 which
is part of the official FAQ to this group (and one should actually
always have a look into the FAQ of a group or at least read a bit in
that group before posting)


Touche. I guess I'll just have to be the dissenting voice against what has
been accepted as rule here. It's obnoxious to be told you can't ask a
quorum of knowledgable C++ programmers if they know of any __C++__ libraries
so you can perform an operation not available with the standard libraries.
That said, I hope he found what he was looking for -- I was able to suggest
a starting place.
More or less, Michael was asking
what libraries were available to help him in what he wanted to do.


That hasn't anything to do with implementing the language, so what's
your point?


Sure it does. C++ doesn't have any built-in functions dealing with MIDI and
he needed to know what he needed so he _could_ do it with C++. The library
he finds should be written in C++ and his own application will extend off of
that.

To clear things up, I applauded Victor for trying to point Michael in the
right direction. My objection is when posters reject questions related to
C++ as off topic because they require non-standard convensions. If Michael
was asking how to install his sound card, I'd agree with you. However, he
wanted to figure out how to manipulate MIDI in a program written in C++.
Comp.lang.c++ is a natural place to seek out such an answer. Even if the
group's FAQ deems it "off topic" I encourage any question that's related to
programming in C++ (whether standard or not) and if you guys refuse to help,
I'll do my best to compensate for your unwillingness.

--
Kevin Buffardi
"Rockstars -- is there
anything they don't know?"
-Homer Simpson
Jul 19 '05 #7

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

Similar topics

0
by: Mad Scientist Jr | last post by:
I came across a book titled "Maximum MIDI, Music Applications in C++" by Paul Messick, that is supposed to be pretty good for writing MIDI applications. Is there a comparable book or any good...
4
by: LJK | last post by:
I need to write some classic C code in Visual Studio. As I have to write it using Visual C++.net, I guess it will be translated to MSIL and later run in .NET CLR. Can I still make ordinary...
1
by: Rein Petersen | last post by:
Hi Folks, I wondered if anyone had any suggestions how you could use C# (.net) to create midi programs (recording, playing midi...) Rein
4
by: sreekant | last post by:
Hi folks I hope someone here might be able to help. I scavenged some info and even code from the net and am trying to write a module that reads a text file and spits out a midi file. So far I...
0
by: helorlove | last post by:
I hava a question that how can I get data from a DataSource by programming so I can do something?
4
by: dbojan | last post by:
The rhythm giving midi file will be one track.Like midi drummer.And on the other midi file -the rhythm taker -we will place our notes regardless of their length (if they are chords no problem) and...
0
by: dbojan | last post by:
The rhythm giving midi file will be one track.And on the other midi file -the rhythm taker -we will place our notes regardless of their length (if they are chords no problem) and they will have the...
1
by: fankaiz | last post by:
I'm programming socket in Linux enviromnet. In the server side, when I want to bind a socket with any available port(by set sin_port to 0), I want to know how can I get to know which port is...
1
by: crazy works | last post by:
hello, i have a small hard question , i really wish to find the answer soon here because iam look for that answer for 3 days and i got no success , well , iam not a professional in the php...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.