From dadbbdcfb6b4bf46615dece9cb8a5c278c50bb8a Mon Sep 17 00:00:00 2001 From: Vexatos Date: Sat, 10 May 2014 23:51:02 -0700 Subject: [PATCH] Updated APIs (markdown) --- APIs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/APIs.md b/APIs.md index 3ea6657..0f9b88a 100644 --- a/APIs.md +++ b/APIs.md @@ -31,6 +31,7 @@ The standard libraries aside, OpenComputers comes with a couple of additional, b - [[FileSystem|API/FileSystem]]: abstracted interaction with file system components. - [[Internet|API/Internet]]: a wrapper for Internet Card functionality. - [[Keyboard|API/Keyboard]]: a table of key codes by name and pressed key tracking. +- [[Note|API/Note]]: an API to convert music notes between their real name, their MIDI code and their frequency - [[Process|API/Process]]: keeps track of running programs and their environments - [[Robot|API/Robot]]: abstracted access to robot actions. - [[Serialization|API/Serialization]]: allows serialization of values, e.g. for sending them via the network.