[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Keyboard Nirvana (AlphSyntauri / Soundchaser interfaces)



I haven't discovered yet if Syntauri and Passport actually worked
together in the early days (1978-1979, or not).
They were clearly separate companies, but they were located within an
hour's drive of each
other in the Bay Area of California.  Their software certainly seems
to be distinct from each other.

I believe both keyboards are diode-matrix type, and I suspect that the
keyboard interfaces
are nearly identical:

My "Theory of Operation" guesses (mostly from
http://retiary.org/ls/writings/aes_alphasyntauri.pdf - page 4)

The CPU acts as the keyboard scanner, writing the key address to a
memory location.  7 bits of address
would allow for 128 keys.

The state of the key is read (perhaps one of:
  00 - not pressed
  01 -switch 1 closed
  10 - switch 2 closed
  11 both switches closed (illegal state))

The state of the pedals would also need to be read, unclear if these
read as two additional bits of state,
or if they are treated merely as separate keys.

The key states are saved to a memory buffer, and compared with the
previous scan results.

The 49-key AlphaSyntauri keyboard was NOT described as being velocity-
sensitive.
The 61-key AlphaSyntauri keyboard WAS described as being velocity-
sensitive.
The 49-key Passport Soundchaser keyboard - UNKNOWN - I haven't taken
apart the Passport
Soundchaser keyboard enough to tell, I'm hoping to find a close-up
photo of the interface card.

It would be WONDERFUL to add aftertouch to the keyboard, I've seen
projects described
on the various Synth-DIY lists and forums that talk about adding a
strip of pressure-sensitive resistors
to the bottom of a row of keys.  It would require an A/D converter to
deal with the change in voltage.

It would be a good Carte Blanche project to replace the Mountain
Computer Music system
cards.  (as a 3.3v card, I'm not clear it would be a completely
suitable replacement for the keyboard interface,
although figuring out a way to replace the mountain computer light pen
functionality on a VGA monitor is a priority.)

My dream would be to have a "generic" card which could connect to
EITHER keyboard, and
allow Soundchaser and Syntauri keyboards to be used interchangeably,
and as MIDI keyboards as well.

Keypress to MIDI should be easiy achievable on the board, using an
Arduino or similar microcontroller chip.
That would allow the card to be used outside of the Apple // entirely,
as needed, with only a DC supply.