aboutsummaryrefslogtreecommitdiff
path: root/src/adlmidi_private.hpp
diff options
context:
space:
mode:
authorVitaly Novichkov <Wohlstand@users.noreply.github.com>2018-06-29 05:26:44 +0300
committerGitHub <noreply@github.com>2018-06-29 05:26:44 +0300
commitc8595d01aba305694d9fd8754ecc6fe4ac0f1ec2 (patch)
tree819889893b3aafb1286044cc5282c6b4b1d30680 /src/adlmidi_private.hpp
parent242fb110d6910c1c15656daf5982812437b3e8c1 (diff)
parent7181959675c1658cff313a161f3a96f88a118baa (diff)
downloadlibADLMIDI-c8595d01aba305694d9fd8754ecc6fe4ac0f1ec2.tar.gz
libADLMIDI-c8595d01aba305694d9fd8754ecc6fe4ac0f1ec2.tar.bz2
libADLMIDI-c8595d01aba305694d9fd8754ecc6fe4ac0f1ec2.zip
Merge pull request #123 from jpcima/describe-channels
basic channel description API
Diffstat (limited to 'src/adlmidi_private.hpp')
-rw-r--r--src/adlmidi_private.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/adlmidi_private.hpp b/src/adlmidi_private.hpp
index 7b59003..858e33d 100644
--- a/src/adlmidi_private.hpp
+++ b/src/adlmidi_private.hpp
@@ -1428,6 +1428,14 @@ public:
* @return Offset of the MIDI Channels, multiple to 16
*/
size_t chooseDevice(const std::string &name);
+
+ /**
+ * @brief Gets a textual description of the state of chip channels
+ * @param text character pointer for text
+ * @param attr character pointer for text attributes
+ * @param size number of characters available to write
+ */
+ void describeChannels(char *text, char *attr, size_t size);
};
// I think, this is useless inside of Library