Recent content by Mu0n

  1. Mu0n

    ThinkC cozyMIDI - new app that plays std midi files (68k)

    I tried running it off of my Powermac 6500/275 and it does open, but the midi file opening+parsing process freezes the machine. I've never targeted powerpc and/or 68k running on powerpc before with my code, so this is well above my paygrade to attenpt to fix. Same with the quick "send middle C...
  2. Mu0n

    ThinkC cozyMIDI - new app that plays std midi files (68k)

    cozyMIDI: my brand new 68k mac application coded in C (and sweat). Plays standard MIDI files assuming you have an external module plugged on the modem port. loads and plays type 0 (1 track) and type 1 (more than 1 track) standard MIDI files keeps them in a pre-calculated form so the loop...
  3. Mu0n

    Discord Weekly Summary

    I admit I enjoyed those. Have you decided to stop them for a specific reason?
  4. Mu0n

    How to use serial MIDI out, from Basilisk II emulator

    (spoiler alert: it's way easier to do with the snow emulator and you get more functionality, so I did a similar thread on that emulator instead: https://tinkerdifferent.com/threads/how-to-use-serial-midi-both-ways-from-snow-emulator.5392/ ) I'll start the thread by providing my method in...
  5. Mu0n

    How to use serial MIDI both ways, from Snow emulator

    I'll start the thread by providing my method in Windows 11, some other people will have to chime in to provide similar methods for MacOS and Linux, which I don't run in any of my machines. Link to Snow emulator: https://snowemu.com/ Goal: have your emulated Macintosh environment be able to...
  6. Mu0n

    ROMs for Snow

    The very post above yours has a screenshot of the ROM I used for the machine as well as video. That's only good if you're going for portrait. It's part of the pack linked in the OP . If you want a standard screen, iirc it's also possible but I don't remember off hand. I'll have to check until...
  7. Mu0n

    MARCHintosh 2026 Projects

    I released a video on the Mac version of FireJam
  8. Mu0n

    ThinkC digesting MIDI in with C on 68k macs - video

    I just released my video and pasted the link in the first post.
  9. Mu0n

    ThinkC digesting MIDI in with C on 68k macs - video

    After an hour of snooping, I isolated the faulty code, and it was satisfyingly a recent enough chunk I've been using for less than a week, so it made sense. PianoStates **ps; CDEFProcPtr proc; ps = (PianoStates**)((*cPiano)->contrlData); HLock((Handle)ps); HLock((*cPiano)->contrlDefProc)...
  10. Mu0n

    ThinkC digesting MIDI in with C on 68k macs - video

    Uh oh. I have a fresh problem- When I run it on my hardware Mac Plus, the window loads up, the button graphics finally show up and I immediately get a bomb: Coprocessor not found. This doesn't occur in emulation. This didn't use to happen on the Mac Plus in earlier builds either. I know it can...
  11. Mu0n

    ThinkC digesting MIDI in with C on 68k macs - video

    I ended up making 4 Patterns instead of just one for white notes. SetPortPenLocation is not available in my IDE, and trying to affect pnLoc either with SetPenState, or a MoveTo didn't do anything. I even tried to SetOrigin to each note's top left corner, it just painted the region to the top...
  12. Mu0n

    Snow EMU - Emulator for 680x0-based Macintosh computers

    are you on the bleeding edge version? check what just happened (mouse over-'ed button)
  13. Mu0n

    MARCHintosh 2026 Projects

    new milestone reached for Firejam, good to be called a beta v0.5. https://tinkerdifferent.com/threads/digesting-midi-in-with-c-on-68k-macs-video.5134/post-46010 hopefully, I can release the first official youtube video on it on the very last day of MARCHintosh Tuesday.
  14. Mu0n

    ThinkC digesting MIDI in with C on 68k macs - video

    New UI elements: big phat output buttons that mimick the output menu choices new menu: to select the active general midi instrument if you're in midi mode
  15. Mu0n

    ThinkC digesting MIDI in with C on 68k macs - video

    I just tried it, I prefer 50% gray to be honest. This grabs attention less powerfully when it's in real time imho. compromise: active white notes with 33% gray active black notes with 50% gray