1. MIDI and audio programing
- Posted by pablof858 <pablof858 at hotmail.com> Sep 07, 2006
- 648 views
Hello, I'm new on this.I want to do a synth-soft. I need information about reading midi signals, and sending audio to a sound card (any), in real time.
2. Re: MIDI and audio programing
- Posted by "Greg Haberek" <ghaberek at gmail.com> Sep 07, 2006
- 578 views
> Hello, I'm new on this.I want to do a synth-soft. I need information about > reading midi signals, and sending audio to a sound card (any), in real time. From which OS? DOS, Windows or Linux?
3. Re: MIDI and audio programing
- Posted by pablof858 <pablof858 at hotmail.com> Sep 11, 2006
- 602 views
Hello, thank for answer... I want to do some kind of VST plug in, under Windows XP. I realy don't know if it is realy posible... I get some information to do it In C++, but I don't now C++, and I don't want to learn, becouse Euphoria es better(easyest for me at least) So I need some information about how to send audio (not a wav file, this is easy with win32lib). The program I trying to to should generate a audio signal from a function, but how can I send it to the sound card or mci or whatever? Also I need information about reading midi signals, from a midi keybord or any similar device. I get some at msnd.com or something like that... I don't remember exactly where... but I don't now if this information will be useful for me... I'll thank any information (and useful code) you, and anybody con send me. Thank a lot for you time. Pablo Fernández.
4. Re: MIDI and audio programing
- Posted by Ryan W. Johnson <ryanj at fluidae.com> Sep 11, 2006
- 607 views
pablof858 wrote: > > > Hello, thank for answer... > > I want to do some kind of VST plug in, under Windows XP. I > realy don't know if it is realy posible... I get some information to do it > In C++, but I don't now C++, and I don't want to learn, becouse Euphoria es > better(easyest for me at least) > So I need some information about how to send audio (not a wav file, this is > easy with win32lib). > The program I trying to to should generate a audio signal from a function, > but how can I send it to the sound card or mci or whatever? > Also I need information about reading midi signals, from a midi keybord or > any similar device. I get some at msnd.com or something like that... I > don't remember exactly where... but I don't now if this information will be > useful for me... > I'll thank any information (and useful code) you, and anybody con send me. > Thank a lot for you time. Pablo Fernández. I have been trying to do basically the same thing, on windows and on linux. Unfortunately, there aren't any good euphoria wrappers that i know of for just simple audio streaming and midi i/o. There are a few that people use for games and stuff, though. I tried wrapping the windows api audio functions (on msdn), but it's very confusing. Same with ALSA on linux. As you can see by the response to your question, apparently no one is really interesting in making good audio api wrappers for euphoria. ~Ryan W. Johnson Fluid Application Environment http://www.fluidae.com/ [cool quote here, if i ever think of one...]
5. Re: MIDI and audio programing
- Posted by pablof858 <pablof858 at hotmail.com> Sep 13, 2006
- 631 views
I've wrote previosly: > > > Hello, thank for answer... > > I want to do some kind of VST plug in, under Windows XP. I > realy don't know if it is realy posible... I get some information to do it > In C++, but I don't now C++, and I don't want to learn, becouse Euphoria es > better(easyest for me at least) > So I need some information about how to send audio (not a wav file, this is > easy with win32lib). > The program I trying to to should generate a audio signal from a function, > but how can I send it to the sound card or mci or whatever? > Also I need information about reading midi signals, from a midi keybord or > any similar device. I get some at msnd.com or something like that... I > don't remember exactly where... but I don't now if this information will be > useful for me... > I'll thank any information (and useful code) you, and anybody con send me. > Thank a lot for you time. Pablo Fernández. Ryan W. Johnson answer's: > > >I have been trying to do basically the same thing, on windows and on linux. >Unfortunately, there aren't any good euphoria wrappers that i know of for just >simple audio streaming and midi i/o. There are a few that people use for games >and stuff, though. I tried wrapping the windows api audio functions (on msdn), >but it's very confusing. Same with ALSA on linux. > >As you can see by the response to your question, apparently no one is really >interesting in making good audio api wrappers for euphoria. > >~Ryan W. Johnson > >Fluid Application Environment >http://www.fluidae.com/ > >[cool quote here, if i ever think of one...] My answer: Thank for your answer. Do you think I should leave this proyect?? I think I don't have enought force, time and determination yo make ALL by myself. And I see that no body have the info that I need. And Api, as you know, is very confusing. Or should I learn C++? I find lots of information in C++, good code and more resource that maybe will be useful for me... The only bad point is that I can't fully understand it. Is there any C++ to euphoria translator or something like that?? Thank you a lot, Pablo