Add support for the Sony TC-WE435 tape recorder#6
Open
andrewferguson wants to merge 3 commits into
Open
Conversation
Added the device and control codes for the Sony TC-WE435 cassette recorder. This device has two decks, A and B. Deck A is a playback only deck while Deck B supports both playback and recording. Both decks support playback and winding in both directions.
The commands for the TC-435 cassette device have been added to the keywords file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.