index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
Piano
/
PianoWidget.h
Age
Commit message (
Expand
)
Author
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-25
Piano: Factor wave rendering to its own function
William McPherson
2019-12-25
Piano: Move m_front_buffer/m_back_buffer off heap
William McPherson
2019-12-25
Piano: Initialize m_note_on[]
William McPherson
2019-12-25
Piano: Rename "release" to "decay"
William McPherson
2019-12-25
Piano: Initialize keys[] at member definition
William McPherson
2019-12-23
Piano: Add piano roll
William McPherson
2019-12-23
Piano: Make note() callable by multiple sources
William McPherson
2019-12-13
Piano: Add triangle wave and noise
William McPherson
2019-09-21
LibGUI: Convert custom widgets and subclasses to ObjectPtr
Andreas Kling
2019-08-03
Piano: Add mouse support for playing notes
Conrad Pankoff
2019-07-14
Piano: Use CObject::custom_event() to simplify PianoWidget a bit.
Andreas Kling
2019-07-14
Piano: Use CEventLoop::wake() to trigger repaint from sound thread.
Andreas Kling
2019-07-13
Piano: Remove some unused code.
Andreas Kling
2019-07-13
Piano: Use a secondary thread to write the audio stream.
Andreas Kling
2019-07-13
Piano: Start working on a desktop piano.
Andreas Kling