ReallySecureShell
ReallySecureShell
Also I think that space characters (` `) should be added to computer.beep(). The presence of a space character when using `computer.beep()` in Morse code mode would add X milliseconds...
> or maybe GRUB's way to represent beeps could be implemented, since it has everything. You can define precisely the sequence since you tell the tempo, length of the note...
That would be awesome! Thank you a million!
@ff66theone requesting progress report, what have you been able to do so far? Also thank you, my gratefulness toward you is immeasurable.
@ff66theone Understood, thank you. I would say the best option right now would be to add the space (pauses) into the Morse code mode as you said, and if possible...
Got it, at worst case if it does make audio beeps incompatible, we can just document the new way to do it. Hopefully it won't matter since it would be...
This pull request is in response to [Issue #3789 ](https://github.com/MightyPirates/OpenComputers/issues/3789) `computer.beep()` was added in [Commit-d5f1280](https://github.com/MightyPirates/OpenComputers/commit/d5f1280fc9c9f463c45eff76119cfc513d8c3fd5) in response to [Issue #1112](https://github.com/MightyPirates/OpenComputers/issues/1112). The SCALA function for `computer.beep()` can be found on [Lines...