Search found 7 matches

by jariseon
Sat Apr 02, 2022 5:51 pm
Forum: Mini vMac and Other Mac Emulators
Topic: Midi for Mini vMac
Replies: 33
Views: 26650

Re: Midi for Mini vMac

cool video, thanks! seems to work pretty well for single patches and param edits. enjoyed the MT32 video as well. nice work with resurrecting the SE. the captures you shared are very helpful. ProgramDumpFromMidivmac.syx seems fine but ProgramDumpFromKorg.syx is missing bytes, confirming @adespoton's...
by jariseon
Fri Apr 01, 2022 2:34 pm
Forum: Mini vMac and Other Mac Emulators
Topic: Midi for Mini vMac
Replies: 33
Views: 26650

Re: Midi for Mini vMac

happy to hear you got it working. midivmac indeed exposes two hardcoded virtual midi ports, named Mini vMac Modem and Printer. Routing them <-> physical midi interfaces requires a separate external app, such as osx Midi PatchBay app or SubtleSoft's MidiPipe [1]. that is a bit cumbersome, so i've bee...
by jariseon
Wed Jun 16, 2021 10:01 pm
Forum: Mini vMac and Other Mac Emulators
Topic: MAME: Trying to Emulate System 6
Replies: 7
Views: 8791

Re: MAME: Trying to Emulate System 6

does -listmedia or -listslots commandline switch in terminal show another hard disk option? if not, according to [1] you should be able to use an image nubus driver to mount a Mini vMac/Basilisk II/SheepShaver hd image. though it looks like those are limited to 256 MB. there's also a recent classic ...
by jariseon
Thu May 21, 2020 11:46 am
Forum: Mini vMac and Other Mac Emulators
Topic: Midi for Mini vMac
Replies: 33
Views: 26650

Re: Midi for Mini vMac

prepared a patch against v36.04 here
build instructions:

Code: Select all

patch -p0 < midivmac.patch
cd minivmac
gcc setup/tool.c -o setuptool
./setuptool -t mc64 -m II -hres 640 -vres 480 -em-cpu 2 -ta 2 -bg 1 -d s -sgn 0 > setup.sh
sh setup.sh
make
by jariseon
Fri Nov 08, 2019 12:32 pm
Forum: Mini vMac and Other Mac Emulators
Topic: Midi for Mini vMac
Replies: 33
Views: 26650

Re: Midi for Mini vMac

@adespoton: that's a great idea, didn't think about other serial port use cases. it would be pretty easy to open a tcp socket at Mini vMac side to expose raw serial port byte streams (ie. modem/printer in and out sans midi packet parsing).
by jariseon
Thu Nov 07, 2019 11:41 pm
Forum: Mini vMac and Other Mac Emulators
Topic: Midi for Mini vMac
Replies: 33
Views: 26650

Re: Midi for Mini vMac

uploaded a zipped osx build v01 to https://drive.google.com/open?id=1OJ2GE87GE5VPFr8nKZcFwSwJXZDvykxM any feedback/issues most welcome. would really like to turn it into a usable midi resource, thanks for trying it out! explored most compilation options and ended up with the flags below: MacII targe...
by jariseon
Sun Nov 03, 2019 9:34 pm
Forum: Mini vMac and Other Mac Emulators
Topic: Midi for Mini vMac
Replies: 33
Views: 26650

Midi for Mini vMac

Hi, i've implemented a midi bridge for Mini vMac which exposes emulator modem and printer midi ports to the host OS. so far no stuck notes, and sysex seems to work both ways. there's systematic jitter though which needs to be resolved. i can share an experimental OSX build if there's interest ? here...