This PR adds the commands for the Sony TC-WE435 tape recorder. This is a twin-tape recorder with two decks (one playback only, the other playback and record) produced by Sony in around 1999. All of the "typical" functions of the device have been added: playback (in both directions), fast-forward, rewind, stop, and pause and record (on deck B: deck A doesn't have pause or record).
All of these control codes have been tested on my TC-WE435 and work fine.
I wasn't quite sure if there was a naming convention for the constants used for the control codes, so tried to keep the constant names as similar as possible to the existing ones whilst also making them understandable. Happy to change them to something else if there is an existing naming convention I'm not aware of.
This PR adds the commands for the Sony TC-WE435 tape recorder. This is a twin-tape recorder with two decks (one playback only, the other playback and record) produced by Sony in around 1999. All of the "typical" functions of the device have been added: playback (in both directions), fast-forward, rewind, stop, and pause and record (on deck B: deck A doesn't have pause or record).
All of these control codes have been tested on my TC-WE435 and work fine.
I wasn't quite sure if there was a naming convention for the constants used for the control codes, so tried to keep the constant names as similar as possible to the existing ones whilst also making them understandable. Happy to change them to something else if there is an existing naming convention I'm not aware of.