8-bit-like sound in C++ with multithreadingHello everybody, I want to create a program that can make 8-bit sounds. I want to use the [tt]Bee...
Changing an integer's type?There is a way of converting values to different types, a static cast: [code] static_cast<long long...
Problem with MIDI-protocol Ah! the number at the end has disappeared! I only had to use an [tt]int[/tt] instead of a [tt]char[...
Problem with MIDI-protocolWow, I didn't expect such a fast answer! I took your advice and to make a long story short here is t...
Problem with MIDI-protocolHi everybody, I have some troubles with the well-known MIDI-protocol. I am trying to make some kind...