Skip to content

A clone of the Hybrid Music2000 Midi interface for the Acorn BBC Microcomputer

Notifications You must be signed in to change notification settings

jlprojects/music2xxx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

music2xxx

Hybrid Music 2000 Clone Midi I/O PCB

This is a hardware clone of the Hybrid Music 2000 Midi add-on for the Acorn BBC Microcomputer model B and Master 128 designed for use with the Hybrid Music 5000 system. It is designed to stack on the Music5xxx clone PCB, and uses the 5V supply from the main board. If used independently of the Music5xxx, you will need to provide a 5V supply - this can come from the BBC Micro's auxiliary power connector.

The Music 2000 Midi interface combined with the AMPLE programming language and the Hybrid Studio 5000 Studio software provides versatile control of external Midi devices. The Music 2000 has 3 Midi output sockets.

Despite having an on-board Midi input port, AMPLE and the Hybrid System cannot use it directly. It is assumed that the Hybrid system is used as a controller and sequencer. However, it is possible to address the interface from user programs.

The clone

music5xxx PCB render

It is designed in Kicad, based upon Colin Fraser's reverse-engineered schematic. http://www.colinfraser.com/m5000/m2000sch.pdf This version uses a different opto-isolator on the Midi input, and implements activity LEDs for the Midi outputs.

Currently all the 74xx series logic ICs are available new. The 6850 UART ICs are no longer manufactured, but are commonly available second-hand or new-old-stock.

4/9/19 For standalone use, an optional LM7805 regulator is added to allow powering the board from 9V-12V, as well as an LED to show input activity. A few prototype PCBs have been ordered.

Using outside the Hybrid system

It's possible to use the m2000 Midi interface in BASIC or machine code - the 6850 Uarts can be read to or written to at addresses:

  • FC08/9 ACIA 1 (MIDI OUT 1)
  • FC0A/B ACIA 2 (MIDI OUT 2)
  • FC0C/D ACIA 3 (MIDI OUT 3, MIDI IN)

Info from: http://mdfs.net/Info/Comp/BBC/MIDI/m2000

Resources

Licence

Unless otherwise marked, work in this repository is licenced under Creative Commons Attribution-ShareAlike 4.0 International License Creative Commons Licence

About

A clone of the Hybrid Music2000 Midi interface for the Acorn BBC Microcomputer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published