Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: just wanted to show what I managed to write with your help

by ww (Archbishop)
on Nov 14, 2012 at 00:20 UTC ( [id://1003724]=note: print w/replies, xml ) Need Help??


in reply to just wanted to show what I managed to write with your help

Nitpicking your comments as made on the yamahaforums (constructively, I hope):
"Implementing Windows MIDI support should be possible but I have no experience with the Windows MIDI API (or with programming on Windows in general)."
In fact, tho I have NOT yet read all the code, I suspect this is a minimal issue. OS identification is easy enough, at least at the gross-level of "*nix vs win." Use that to fork, to a win stub/sub/module, and let a grateful user deal with whichever of windoze' peculiarities you don't (yet) grok.

re "VSTi functionality" you respond,

"I'm not sure whether a program written in Perl can use the VST API, unfortunately I think it would need to be completely rewritten in C/C++...."

I'm not clear whether the last phrase pertains to the API or your program. If the former... well, possibly (but remember, Perl can do almost anything, short of putting the toothpaste back in the tube); if your concern is a need to rewrite the program to accomodate a published API, no way would you need to rewrite in COBOL, C/C++, Ada, or any other language.

Nice work; keep on learning and you'll not need to deprecate the "maturity" of your style, etc; and an extra ++ for crediting PM in your forum announcement.

  • Comment on Re: just wanted to show what I managed to write with your help

Replies are listed 'Best First'.
Re^2: just wanted to show what I managed to write with your help
by perltux (Monk) on Nov 19, 2012 at 10:34 UTC
    Thanks for your comment. I do know where the Windows related MIDI code has to go within my program (and I have already built in 'if ($WINDOWS) {}' sections in my current code) and what it needs to do, but I have no experience with the Windows MIDI API (which is available in Perl via the Win32API::MIDI module) and I'm not keen on spending time on a Windows PC to write and test the Windows MIDI code. That's why I said that I would ideally need a user to volunteer with that.

    Regarding VST: I guess I wrote that badly, I'm sure there is a way to implement that in Perl too, but right now it's way beyond my skills.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1003724]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-23 04:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found