• Is it Possible to Use MIDI Controller ?
    8 replies, posted
Is it possible to use my midi piano with Garrysmod ? For example i will create a screen and when i press the notes on my piano the screen reflect the pressed note in the text format, like you pressed C, you pressed F.
there are other programs you can use to do this, unrelated to GMOD
Hm. I think this will require some binary module, to read things from midi and do stuff when button is pressed (or just create some MIDI_* enums and function to check if it is pressed).
You need a binary module to do this.
[QUOTE=zzaacckk;29649978]You need a binary module to do this.[/QUOTE] So its possible to make this ? Thank you i will be master on binary modules i tought its impossible before but now you show me the way.
Yes but it isn't going to be easy and you will have to learn C++
[QUOTE=King Flawless;29651432]Yes but it isn't going to be easy and you will have to learn C++[/QUOTE] I know c++ and python
[QUOTE=vBatuhan;29652439]I know c++ and python[/QUOTE] [url]http://wiki.garrysmod.com/?title=Modules[/url] You should bind some library, then use it in gmod lua.
[QUOTE=Amic;29652518][url]http://wiki.garrysmod.com/?title=Modules[/url] You should bind some library, then use it in gmod lua.[/QUOTE] Thank you now i understand it
Sorry, you need to Log In to post a reply to this thread.