This bachelor’s thesis presents solution to requirement of implementation of digital metronome in VST technology. In the beginning, there is analysis of basic characteristics of digital metronome, that helps to suggest algorithm realizing digital metronome. Algorithm is encapsulated into C++ class with appropriate interface, which is suitable for usage in different technologies of digital sound signal processing. This way encapsulated metronome is implemented in VST technology as plug-in. For this reason, thesis contains a brief introduction to VST software development kit, definitions of its basic methods and way how to do graphical user interface of VST plug-in. For realizing of function enabling choice of any sound loaded from wav file, ...