this post was submitted on 21 Mar 2024
587 points (97.6% liked)

Funny: Home of the Haha

5222 readers
1256 users here now

Welcome to /c/funny, a place for all your humorous and amusing content.

Looking for mods! Send an application to Stamets!

Our Rules:

  1. Keep it civil. We're all people here. Be respectful to one another.

  2. No sexism, racism, homophobia, transphobia or any other flavor of bigotry. I should not need to explain this one.

  3. Try not to repost anything posted within the past month. Beyond that, go for it. Not everyone is on every site all the time.


Other Communities:

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 29 points 5 months ago (5 children)
[–] [email protected] 35 points 5 months ago (2 children)

Sound cards used to take up one of the few slots so they’d also have a joystick port since the people buying sound cards were often doing it for games.

I remember buying the Sound Blaster card and “upgrading” my ram for a pretty penny so I could play wing commander.

[–] [email protected] 17 points 5 months ago (1 children)

so I could play wing commander

Worth every penny.

[–] [email protected] 5 points 5 months ago

100%

First game I had that came on CD, first time I'd seen a PDF (instruction manual)

[–] [email protected] 2 points 5 months ago

It was also the MIDI port, so it made sense.

[–] [email protected] 10 points 5 months ago

Oh shit th CD drive connection! If you didn't plug that in, Audio CDs wouldn't have any sound.

[–] [email protected] 5 points 5 months ago (1 children)

Soundblaster.

Now that’s a name I’ve not heard in a long time. A long time.

[–] [email protected] 3 points 5 months ago

Creative Soundblaster AWE 32

[–] [email protected] 2 points 5 months ago

I might still have one or two of those in a box somewhere...

[–] [email protected] 1 points 5 months ago (2 children)

Did joysticks actually use MIDI or they just use the same port? You can program so many buttons with MIDI. You could set up an entire cockpit on one device.

[–] [email protected] 4 points 5 months ago (1 children)

They were separate hardware protocols. Thanks to the pinout, the port would get used in different ways depending on what's plugged in. In theory you could have both midi in/out devices and a joystick plugged in at the same time.

More here: https://www.mikesflightdeck.com/interfacing/gameport.html

[–] [email protected] 3 points 5 months ago* (last edited 5 months ago) (1 children)

That's nifty. If I understand this, the advantage of a joystick using game port instead of MIDI is much simpler hardware. The game port seems like a sort of ADC which means the joystick needs only very simple analog components. A midi joystick would need those same analog components, plus its own ADCs and some digital logic for midi comms. Without the need in most games for dozens of axes and buttons, the extra cost and complexity wouldn't be worth it.

I did find this though, if someone has midi stuff and wanted to go wild. https://github.com/c0redumb/midi2vjoy

[–] [email protected] 2 points 5 months ago* (last edited 5 months ago) (1 children)

A midi joystick would need those same analog components, plus its own ADCs and some digital logic for midi comms.

That's the gist of it, yes. Consider that the most silicon peripherals of the time had were things like shift registers in NES controllers. The rest was all switches and pots (joystick), the latter of which had to be calibrated every time you fired up a game.

In another timeline, embracing MIDI in the 80's and 90's for game controllers would have been amazing. I feel like Japan would have really run wild with something like that.

[–] [email protected] 2 points 5 months ago (1 children)

Do you know how that compares to USB today? I assume those need ADCs and some sort of digital logic, which overall is similar to midi. I assume that whatever USB is doing is much simpler though, still making midi more expensive. Maybe not though, and we're missing out on some crazy joysticks?

[–] [email protected] 2 points 5 months ago* (last edited 5 months ago) (1 children)

Do you know how that compares to USB today?

I know enough to be dangerous.

I assume that whatever USB is doing is much simpler though, still making midi more expensive.

Basically we live in a silicon rich world compared to back then. Your vision of putting the ADC circuits in the peripheral is exactly what's done now with every game controller on the market. And no, USB is technically much more complicated since MIDI is just a serial data protocol whereas USB is a full-on bidirectional packet network. Yet silicon-wise, it's kind of same-y since the guts of these devices are one or two purpose-built chips for either USB or MIDI. Heck, they even use the same number of wires!

If you're wondering why MIDI devices today seem expensive despite rocking a 40+ year old communication standard, its because the cost is in everything else. As far as I understand, musical instruments (and anything else in that ecosystem) need rich, repeatable, and reliable tactile input with a decent duty cycle. They often need to be roadworthy, or put up with being run hard in a studio. But also there has always been kind of a premium attached to music stuff in general. Maybe lower production numbers of devices compared to game consoles? Maybe they're mostly professional or "prosumer" goods? I honestly never understood the big picture here.

Also, there's a trend of musicians going back to "control voltage" style synths, which is basically analog signal processing from the 70's and earlier (e.g. Moog). And feature-for-feature, that stuff is even more expensive. Go figure.

Maybe not though, and we’re missing out on some crazy joysticks?

I mean, people have demolished Dark Souls using a Guitar Hero guitar, and also using MIDI drumkits. So there's that. Anything's possible with the right silicon glue in play.

[–] [email protected] 2 points 5 months ago

Ha, those are crazy. I was thinking of something with tons of buttons and axes. It looks like people are making those though https://www.svg.com/113674/untold-story-insane-game-controller-ever-made/

[–] [email protected] 1 points 5 months ago

I mean the MIDI port was where you would plug in a MIDI keyboard, which is just a fancy joypad anyways. So I guess they did use it. I don't think it supports any other protocol.