Mercurial > hg > opencollidoscope
diff CollidoscopeApp/include/Messages.h @ 16:4dad0b810f18
Comment tidy up + attributions
author | Fiore Martin <f.martin@qmul.ac.uk> |
---|---|
date | Tue, 16 Aug 2016 14:27:53 +0100 |
parents | 75b744078d66 |
children |
line wrap: on
line diff
--- a/CollidoscopeApp/include/Messages.h Mon Aug 15 17:00:22 2016 +0100 +++ b/CollidoscopeApp/include/Messages.h Tue Aug 16 14:27:53 2016 +0100 @@ -31,7 +31,9 @@ // message sent when a new recording starts. The gui resets the wave upon receiving it. WAVE_START, + // new grain created TRIGGER_UPDATE, + // synth became idle TRIGGER_END, NOTE_ON, @@ -43,10 +45,9 @@ /** Message sent from the audio thread to the graphic wave when a new wave is recorded. * - * The graphic thread set the chunks of the wave to reflect the level of the recorded audio. - * The algorithm takes the maximum and minimum value of a group of samples and this becomes the top and bottom of the samples. - * It contains the inde - * the cursor position when the grains are reset. + * The graphic thread sets the chunks of the wave to reflect the level of the recorded audio. + * The algorithm takes the maximum and minimum value of a group of samples and this becomes the top and bottom of the chunk. + * The message carries also the index of the chunk it refers to */ struct RecordWaveMsg {