User profile: Niels Meijer

User info
User name:Niels Meijer
History
Joined:
Number of posts:5
Latest posts:

8-bit-like sound in C++ with multithreading
Hello 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-protocol
Wow, 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-protocol
Hi everybody, I have some troubles with the well-known MIDI-protocol. I am trying to make some kind...