logo

Google Search  |  Meridian Systems  |  Meridian Streaming  |  Restaurant  |  WiKi  |  Duncan's Meridian Info  |  Board Rules  |  Restaurant Rules
Active Threads | Active Posts | Unanswered Today | Since Yesterday | This Week
Meridian - Streaming Jump to new posts
Re: MS200 - looking for firmware etc Richard W 53 minutes ago
Liam, I’ve looked it out and I only have v34 if it’s any use to you drop me a PM and I’ll see about sending it to you…
2 121 Read More
HiFi & HT Chat Jump to new posts
Re: Apple Music vs Tidal spinaltap 2 hours ago
Originally Posted by spinaltap
YMMV.
2 63 Read More
Hitchhikers - Non Meridian Equipment Jump to new posts
Sold: Hi-Fi Racks Ltd Speaker Stands Colin Triggs Yesterday at 22:00
These stands are now sold - mods would you please lock this thread.
Thanks
2 186 Read More
Meridian - Streaming Jump to new posts
Control-Mac 2026 – Meridian & Sooloos control for modern Macs ChrisSwain Yesterday at 16:11
Control-Mac 2026 – Meridian & Sooloos control for modern Macs

Current build: 1.1a001meridian
Apple Silicon ARM64 + Intel x86_64 – Universal 2
No Rosetta, no Wine and no 32-bit x86 runtime

DOWNLOAD CONTROL-MAC 2026 1.1a001meridian DMG

GitHub project / source / full technical notes

If the project is useful to you: Buy me a coffee


What is Control-Mac 2026?

Control-Mac 2026 started as an attempt to make Meridian/Sooloos systems properly usable again on current Macs.

It has grown rather beyond that.

The application now combines Sooloos library management, Meridian playback and zone control, equipment discovery, optical-disc import/export, MiniDisc support and a new native replacement path for Meridian's old MConfig / WinFUP processor configuration software.

The original Meridian software was written for a very different era of Windows and Mac hardware. The aim here is not to wrap those old executables in Wine or an x86 emulator, but to reproduce the useful functionality natively using modern 64-bit code.

The current macOS build supports:

  • Apple Silicon Macs – ARM64
  • 64-bit Intel Macs – x86_64
  • macOS 13 and later target
  • One Universal 2 application
  • No Homebrew installation required for normal use
  • No Rosetta requirement
  • No Wine requirement
  • No 32-bit i386 code



Current Meridian / Sooloos capability

Sooloos library

Control-Mac can connect directly to a Meridian Sooloos Core and provide a usable modern library interface.

Current functions include:

  • Fast cached library browsing
  • Artist and album browsing
  • Track listing
  • Search
  • Duplicate-album indication
  • Album metadata editing
  • Track-title editing
  • Artwork replacement
  • Online artwork lookup
  • Album metadata revalidation
  • Guarded album deletion
  • Fresh Core re-read before destructive actions
  • Import to Sooloos
  • Export from Sooloos
  • Whole-library backup support



Meridian playback and zones

Playback control is built directly into Control-Mac.

Current functions include:

  • Discover Sooloos playback units / zones
  • Select individual playback units
  • Play albums
  • Play tracks
  • Queue tracks
  • Previous / next
  • Play / pause
  • Volume control
  • Mute
  • Live queue display
  • Playback-state refresh
  • Meridian source selection


One useful real-hardware discovery during development was that selecting the Meridian source index corresponding to LP/Aux/SLS successfully wakes connected Meridian speakers, whereas simply issuing the generic PowerOn remote command does not necessarily do so.

That behaviour is now accounted for in the Control-Mac playback path.


Meridian equipment discovery

There is a dedicated Meridian Equipment section which scans the local network for Meridian/Sooloos hardware.

It can identify recognised systems and separates equipment discovery from processor configuration.

The current Settings layout is intentionally split into:

  • Meridian Equipment – discovery only
  • Sooloos Config – Core/network/registration-related configuration
  • Processor Config Program – direct G Series / 8 Series processor configuration



Sooloos configuration

The Sooloos configuration side communicates with Meridian equipment through the original network protocols rather than simply opening the obsolete browser configuration pages.

Current working functions include:

  • Live Sooloos Core information
  • Live Meridian device information
  • Native IPNP discovery
  • ControlFifteen network configuration read
  • DHCP state
  • Current IP address
  • Static IP configuration
  • Subnet mask
  • Gateway
  • DNS
  • DHCP/static editor
  • IPv4 validation
  • Netmask validation
  • Guarded Apply confirmation
  • Sooloos registration data read
  • Registration editor
  • Dealer information read/display where available
  • Firmware catalogue inspection from the Sooloos Core


The firmware catalogue reader can see Meridian package trees including:

  • live
  • live.old
  • staging
  • staging.old


Upgrade/downgrade installation itself is deliberately still disabled until the complete Meridian IFTP transfer/update/reboot path has been physically tested on hardware.


NEW – Processor Config Program

This is the part likely to interest G Series and 8 Series owners.

Control-Mac now contains the start of a completely native modern replacement for Meridian MConfig / WinFUP.

This is NOT the Sooloos configuration interface.

It talks directly to processors over RS232 / USB and is intended for equipment such as G Series and 8 Series processors.

The original Meridian MConfig and WinFUP programs were analysed to recover the underlying communication protocol and data structures.

The new implementation is written as portable C++20 and is compiled natively for both ARM64 and x86_64.


Recovered Meridian processor protocol

The original applications use Meridian's internal CIPM protocol.

The following command numbers have been recovered directly from the Meridian binaries:

  • 0x02 – Identify yourself
  • 0x03 – Change baud rate
  • 0x04 – Enter persistent mode
  • 0x05 – Leave persistent mode
  • 0x06 – Confirm alive
  • 0x07 – Erase memory
  • 0x08 – Read memory
  • 0x09 – Write memory


The normal command packet format has also been recovered:

Code
[command] [argument count] [arguments...]

The native implementation also reproduces:

  • Meridian two-byte challenge/response handshake
  • ACK / NAK handling
  • Command echo validation
  • Final ACK / OK completion
  • 38,400 baud legacy default
  • Timeout-aware serial reads


The challenge/response and Identify protocol have automated tests on both ARM64 and x86_64.

There is also a simulated Meridian processor test using a pseudo-terminal which exercises the complete conversation without risking real hardware.


Processor Config Program currently provides

  • Native serial / USB port discovery
  • Direct RS232 / USB Meridian connection path
  • Passive processor startup detection
  • Native CIPM Identify
  • Processor identity diagnostics
  • MSL configuration-definition inspection
  • Meridian firmware-package inspection
  • MFP file support
  • MFU file support
  • MFQ file support
  • ARM64 native helper
  • x86_64 native helper



MSL files

One of the more useful discoveries is that much of Meridian MConfig's product knowledge is stored externally in readable MSL definition files rather than being hard-coded entirely into the application.

These contain items such as:

  • Product configuration fields
  • Memory-word addresses
  • Bit offsets
  • Bit lengths
  • Source definitions
  • Communication address
  • Card/options information
  • Preset definitions
  • Player definitions
  • Soft-button definitions


That means the new native configuration engine can use an owner's legitimate Meridian MSL files instead of having to manually recreate every Meridian product definition.

Meridian proprietary files are NOT distributed in the public GitHub repository.


Processor write functions – intentionally locked

Although the original command numbers for Write Memory and Erase Memory have been recovered, those controls are deliberately disabled.

I am not interested in discovering that one byte was wrong by turning an 861 into a very expensive 50 kg doorstop.

The current hardware-test sequence is:

  1. Connect processor by RS232 / USB
  2. Confirm passive startup/challenge reception
  3. Test native Identify
  4. Validate identity response
  5. Validate Read Memory framing
  6. Implement/read configuration blocks
  7. Compare native output against known MConfig behaviour
  8. Only then enable Store Configuration
  9. Erase / firmware-flash operations remain last


The software is currently frozen at a hardware-test baseline while we physically get a suitable processor onto the test bench.


Firmware / WinFUP work

The Meridian WinFUP installer was also analysed.

Interestingly, WinFUP and MConfig use the same basic Meridian communication engine.

The native replacement can currently inspect Meridian firmware files including:

  • .mfp
  • .mfu
  • .mfq


It can report available package/product/version information.

Actual processor firmware flashing is NOT enabled yet.

That will only be exposed after:

  • the serial transport has been verified against real hardware,
  • read operations have been proven,
  • the complete firmware transaction has been reproduced,
  • retry/checksum/ACK/NAK behaviour has been physically tested,
  • safe failure/recovery behaviour has been established.



Optical disc support

Control-Mac also contains a fairly substantial optical-media layer.

Current capabilities include:

  • Audio-CD ripping
  • Accurate track extraction
  • CD-A BIN/CUE creation
  • Blu-ray detection
  • Blu-ray audio-stream scanning
  • MakeMKV / LibreDrive support for protected commercial Blu-rays
  • Audio-only stream presentation
  • Native LPCM preference where appropriate
  • Lossless multichannel stream selection
  • 24-bit / 96 kHz LPCM extraction
  • DVD VIDEO_TS scanning
  • Blu-ray BDMV scanning
  • ISO import
  • BIN import
  • Raw optical-disc ISO backup
  • Protected Blu-ray decrypted backup
  • Native UDF 2.50 ISO generation on macOS
  • Backup verification
  • Cancellation / partial-file cleanup


Control-Mac does not automatically downmix, normalize or resample high-resolution material.

If a disc contains separate stereo, quad, 5.1 or 7.1 lossless streams, those can be retained as separate layouts.


Physically tested hi-res examples

Development testing has included material such as:

  • Steven Wilson – The Raven That Refused to Sing
  • Queen – A Night at the Opera Pure Audio Blu-ray
  • Pink Floyd – The Dark Side of the Moon multichannel material


24/96 LPCM extraction and Sooloos import have been physically tested.

Decoded-PCM round-trip comparison has also been used to verify sample-accurate splitting.


MiniDisc support

Yes, MiniDisc somehow ended up in here as well.

Current support includes:

  • NetMD detection
  • SP transfer
  • LP2
  • LP4
  • ATRAC encoding
  • Safe disc erase/release handling
  • Track import/export workflow
  • Experimental Hi-MD work


The aim is to keep legacy audio hardware useful rather than forcing everything through modern streaming services.


Architecture / packaging

The current Mac build is a Universal 2 application containing:

  • ARM64 native Control-Mac executable
  • x86_64 native Control-Mac executable
  • ARM64 Meridian processor helpers
  • x86_64 Meridian processor helpers
  • Architecture-specific Node runtime
  • FFmpeg / FFprobe
  • FLAC / metaflac
  • ATRAC tools
  • Mono runtime for the remaining recovered Sooloos interface layer


The long-term direction is to continue replacing old recovered/runtime dependencies with native components where sensible.


Things that are NOT finished yet

The project is very usable, but it is still development software.

Current unfinished / deliberately gated areas are:

  • Processor Read Memory needs physical G/8 hardware validation
  • Full Fetch Configuration is not yet enabled
  • Store Configuration is not yet enabled
  • Erase Memory is locked
  • Processor firmware flashing is locked
  • WinFUP replacement still needs real-hardware flash validation
  • Complete Meridian IFTP upgrade/downgrade validation is still pending
  • Sooloos firmware install/downgrade button remains disabled
  • Network write/reconnect cycle still needs further physical testing
  • Dealer-information editing is not implemented
  • Intel Mac hardware testing is still pending, although the x86_64 code builds and tests correctly
  • Fully proven Meridian Surround Core multichannel playback control remains ongoing work
  • One-click Pure Audio Blu-ray authoring is not yet in the production UI
  • True DVD-Audio AUDIO_TS authoring is not yet complete
  • True DVD-Audio import is not yet complete
  • SACD / DSD support is not implemented
  • Hi-MD support remains experimental



Safety philosophy

Read operations come first.

Anything capable of changing processor memory or firmware stays disabled until the corresponding protocol has been verified against real Meridian hardware.

That is why some apparently known functions are visible but unavailable.

This is deliberate rather than unfinished UI.


Current hardware-test baseline

The current frozen baseline is:

Code
Control-Mac 2026 1.1a001meridian
Git tag: v1.1a001meridian-hwtest-baseline
Application baseline commit: 3681a61

The project has now reached the stage where further processor development requires a real G/8 Series processor on the bench.

Unfortunately Meridian processors appear to have been designed using depleted uranium as chassis material, so the next development task involves moving approximately 50 kg of audio equipment before writing any more code. :-)


Download / source

Mac DMG:
Download Control-Mac 2026 1.1a001meridian

GitHub:
Control-Mac 2026 source and documentation

Release notes:
1.1a001meridian hardware-test release


A quick note about Meridian software

The public repository does not redistribute Meridian proprietary binaries, recovered Meridian assemblies, MConfig, WinFUP, MSL definitions, firmware files or private system data.

Where an original Meridian file is required, the user supplies their own legitimate copy.

This is an independent enthusiast/community project and is not affiliated with or endorsed by Meridian Audio.


Why am I doing this?

There is an enormous amount of excellent Meridian equipment still in service.

A lot of it is mechanically and sonically nowhere near the end of its useful life; the problem is increasingly the old control/configuration software surrounding it.

If a modern Mac can keep a Sooloos system, an 861, a G68, a pile of DSP speakers, a MiniDisc deck and a ridiculous optical-disc collection useful for another decade or two, that seems considerably more sensible than throwing perfectly good hardware away.

Feedback, hardware reports and brave volunteers with interesting Meridian equipment are very welcome.

And if Control-Mac saves you some time or keeps an old system alive:

☕ Buy me a coffee – Chris Swain

Chris
0 36 Read More
Meridian - Systems
Strange behaviour on control app…again Jon Raines Yesterday at 11:28
Hi,
For a long time now my control app wouldn’t see my 210 now all of a sudden it’s finally sees it but you’ve got to laugh as I select it it turns my processor off … any ideas what’s going on?
Jonathan
0 64 Read More
Meridian - Systems
Re: G68 and DSP5200 (legacy) firmwares rjek 2026-09-10 11:51
Received with thanks - ta Steve!
2 147 Read More
Meridian - Streaming Jump to new posts
Re: MC200 2TB SSD SATA Upgrade Advice ChrisSwain 2026-09-10 07:17
Hey if defo browser support, older firefox if best option.
13 1,239 Read More
Hitchhikers - Meridian Equipment Jump to new posts
FS: Meridian Cables Colin Triggs 2026-09-09 17:00
Still available, updated remaining cable list:

Meridian Flat SpeakerLink Cable

1 x 0.5M
6 x 1M
1 x 5M
1 x 15M

Flat cables, RJ45 cables, no manufacturer stamp, these came with a pair of M6s, work fine as SpeakerLink, one used, the other never unwound both 1.5M long.

4 x 5C @ 1M Comms cable din plugs
1 x 5C @ 0.6M Comms Cable din plugs

9 x 1M Meridian blue rca/phono digital interconnect cables

Short cable converter leads:

3 x Female slave din socket to BNC plug
9 1,037 Read More
HiFi & HT Chat Jump to new posts
Re: What AV Cabinet?y spinaltap 2026-09-09 16:53
Do whatever suits you best.
26 4,087 Read More
Meridian Dealers - Equipment Jump to new posts
FS: Various Meridian Equipment Colin Triggs 2026-09-09 16:45
I have known Elliot for over 20 years and he is a genuinely nice guy and excellent to deal with. His normal is to go above and beyond expectations so full recommendation from me.
1 256 Read More
Hitchhikers - Meridian Equipment Jump to new posts
Re: FS: 861v4, LPSU, ID40, x2 OA13s Mr_Sukebe 2026-09-09 15:51
Price reduced to £1800
4 359 Read More
Hitchhikers - Meridian Equipment Jump to new posts
FS: Meridian DSP6000 18 bit Steven01 2026-09-09 11:14
Hi HH's,

I have for sale an extremley well kept pair of Meridian DSP6000's 18 bit which were originally D6000's.

These have just been serviced and upgraded with 'black tweeters'

Sound incredible and look stunning.

If you are genuinely interested, please drop me a PM or reply to this thread.

Thanks

Steven
0 58 Read More
Hitchhikers - Meridian Equipment Jump to new posts
FS: 861v8, UHD121 Grole 2026-09-09 06:30
Hi,

1. For sale is a Meridian 861v8 Reference Surround Controller/Processor (upgraded Version 8) in an elegant black finish with original box. The unit is fully functional, exceptionally well-preserved and free of any cosmetic or technical defects.

Installed cards:

ID41: Ethernet / Roon / Sooloos endpoint

OE34: 8-channel digital output (SpeakerLink)

IE44: Digital inputs (array of multichannel and stereo digital inputs)

IA04: Analog inputs (array of multichannel and stereo analog inputs)

ID29: Digital inputs (USB, Optical, SpeakerLink)

CO00: Control card

2. For sale is a Meridian UHD121 HDMI processor/controller, purchased in May 2026.

The unit is in 10/10 condition, and comes with the original box and warranty. It is Meridian's latest solution for the seamless integration of a TV with Meridian DSP speakers/systems via an HDMI eARC/ARC connection. It allows for volume and system power control directly via the TV remote and supports high-resolution audio up to 24-bit/192kHz.
Features: 2x SpeakerLink, 1x HDMI eARC/ARC input, 1x HDMI pass-through, CEC support.
0 71 Read More
Meridian Dealers - Equipment Jump to new posts
Re: INFO: NIB DSP5000C on US EBAY Rick7 2026-09-08 20:23
It isn't cheap either or are that normal prices?
5 537 Read More
HiFi & HT Chat Jump to new posts
Re: Trinnov Altitude spinaltap 2026-09-08 18:12
To watch the Trinnov webinar...

On a tablet, ensure you have first downloaded Google Drive.

Then, in Google web browser, enter https://bit.ly/4A2qiHa

This will subsequently launch Google Drive and the recorded webinar will start playing.
162 25,051 Read More
HiFi & HT Chat Jump to new posts
Re: 861 bass management NPJ 2026-09-08 11:40
Thanks for the replies.

I only use trifield for music.

It does seem strange that M wouldn't allow full use of their dsp's abilities just because you add one of their subwoofers!!

Having trouble getting a test tone from the rear sub at the moment, really can't see what is causing this, but another friendly HH is very kindly looking at my Mconfig to see I have missed something, cheers to Paul for that.

Thanks guys

Nick
4 232 Read More
Hitchhikers - Service, Repair, Custom Leads & Interfaces Jump to new posts
Re: Multicare Electronics - anyone used them? SturmBlade 2026-09-08 10:26
Thanks Jon, I’ll ping Steve as soon as I get the chance, see what he can do.

Keith
6 327 Read More
Hitchhikers - Meridian Equipment Jump to new posts
Re: FS: Various Meridian Stebbo 2026-09-07 18:43
Congrats on selling the 861. I have seen that on EBay for a while now. Things are moving slowly I think. There is a G65 on there that has been available since June last year.
24 4,805 Read More
Meridian - Systems
Re: Meridian DSP settings on 8KSE Mimesis 2026-09-06 13:23
I would be grateful if anybody could measure room response of both WALL and CORNER dsp positon setting. In my system they are identical which seems odd.
3 318 Read More
Hitchhikers - Meridian Equipment Jump to new posts
FS: MC200 Alm 2026-09-03 18:06
For sale MC200 in good condition.

Including original packaging etc.
0 119 Read More
Meridian - Streaming Jump to new posts
Re: ID41 Issues after update MVirgil 2026-09-02 22:49
My dead one did acted similar, with the exception of the update. Sent it out for repair, however that was unsuccessful. the KSZ804TL chip has some known issues that can cause it glitch out, suspect they are repairable however have not heard of a successes story.
1 153 Read More
HiFi & HT Chat Jump to new posts
Re: Tinkering with Diretta ncpl 2026-09-02 09:30
I tend not to use the Super Purist. I find Standard and Purist to be excellent and don't want to throttle any native rates to use the Super P config. I tried it and didn't find it justified the compromise. Obviously, I need to work harder on my expectation bias so that the chief axe-grinder on the Roon forum doesn't come after me tired

signal path
37 3,029 Read More
Meridian - Streaming Jump to new posts
Re: 271 - audio rate x1 issue only RobertW 2026-09-02 05:10
Thanks Nick.
2 198 Read More
HiFi & HT Chat Jump to new posts
Re: Thinking of going 4K! CMB Integrations - Bruce 2026-09-01 23:14
If you are considering a Lumagen, take a look at MadVr. Way more feature rich and no Fred Flintstone graphic interface.
2 117 Read More
Hitchhikers - Meridian Equipment Jump to new posts
WTB: Meridian G65 owners manual Audiophile1970 2026-09-01 13:45
I'm looking for an original owners manual for a Meridian G65. I have the PDF but I'm old school and like a physical copy. TIA
0 67 Read More
Page 1 of 2 1 2
Who's Online Now
2 members (Richard W, Steven01), 157 guests, and 4 robots.
Key: Admin, Global Mod, Mod
Newest Members
Kiran1103, Tony999, PhilP, Grover, Humberto
5,503 Registered Users
Top Posters(30 Days)
ncpl 4
Alm 4
Top Posters
VirusKiller 12,733
ncpl 8,812
Carl 8,505
Fiddler 8,364
Ian 7,950
Forum Statistics
Forums18
Topics31,176
Posts297,064
Members5,503
Most Online4,788
May 22nd, 2026
Meridian  |  Media Centre  |  Support  |  Firmware Release Notes  |  RSS Systems  |  RSS Streaming  |  RSS Restaurant

Website Provided by Mr Tech Guy - Resolute Audio Visual Limited © 2026

Powered by UBB.threads™ PHP Forum Software 8.0.1
(Release build 20251126)
Responsive Width:

PHP: 8.5.10 Page Time: 0.017s Queries: 6 (0.004s) Memory: 0.8463 MB (Peak: 2.2172 MB) Data Comp: Off Server Time: 2026-09-12 12:59:45 UTC
Valid HTML 5 and Valid CSS