Skip to content

Instantly share code, notes, and snippets.

View frowrik's full-sized avatar

Vladimir Shatrov frowrik

View GitHub Profile
@frowrik
frowrik / ImGui_Piano_imp.h
Last active June 3, 2024 02:41
Piano keyboard for ImGui v1.0
/*
The MIT License (MIT)
by https://github.com/frowrik
Piano keyboard for ImGui v1.1
example:
static int PrevNoteActive = -1;
ImGui_PianoKeyboard("PianoTest", ImVec2(1024, 100), &PrevNoteActive, 21, 108, TestPianoBoardFunct, nullptr, nullptr);