如何为不同的音频软件(如 itunes 和 winamp)创建插件?

发布于 2024-12-08 14:15:09 字数 165 浏览 4 评论 0原文

我是编程新手,想要开发一个与 itunes 或 winamp ar WMP 交互的插件,然后执行它编程要做的事情。我知道 php 和 mysql 之类的东西,但我对电脑编程完全陌生。我的问题是如何开始从哪里开始以及我应该记住的事情。像学习这样做的最佳语言之类的东西。我懂一点基本的python。它可以用来制作插件吗?

i am new to programming and want to develop a plugin that interacts with the itunes or winamp ar WMP and then does what it is programmed to do. I know php and mysql kind of stuff but i am totally new at programming for pc. my question is that how to start where to start and anything i should keep in mind . Stuff like best language to learn to do so. I know a little basic python .can it be used for making plugins?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

与之呼应 2024-12-15 14:15:09

您应该开始编写简单的 dll(您也可以编写简单的应用程序来加载和执行 dll 的过程)。下一步是编写更好的 dll(更多功能等)。关于这个问题有很多教程。然后你应该阅读你正在编写插件的应用程序的 api 文档(对于 winamp,请检查此站点: http:// /dev.winamp.com/plugin-developers

You should start writing simple dll's (you can also write simple aplication to load and execute dll's procedures). Next step is to program better dll's (mor functionality etc.). There is a plenty of tutorials on this matters. And then you should read api documentation for application you're writing plugin to (for winamp check this site: http://dev.winamp.com/plugin-developers)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文