summaryrefslogtreecommitdiff
path: root/Applications/Piano/AudioEngine.cpp
AgeCommit message (Expand)Author
2020-06-18Piano: Allow multiple tracks internallyWilliam McPherson
2020-04-15Piano: Use NumericLimits<T>Andreas Kling
2020-02-27Piano: New timing system and zoomable piano rollWilliam McPherson
2020-02-25AK: Make Queue use size_t for its sizeAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-10LibAudio/Piano: Replace floats with doublesWilliam McPherson
2020-02-10Piano: Try to be more stereo-orientedWilliam McPherson
2020-02-10Piano: Add samplerWilliam McPherson
2020-02-06Piano: Add export actionWilliam McPherson
2020-02-06Piano: Fix roll playback at startupWilliam McPherson
2020-02-06Piano: Move piano roll internals to AudioEngineWilliam McPherson
2020-02-05Piano: Set some nice defaultsWilliam McPherson
2020-02-05Piano: Add releaseWilliam McPherson
2020-02-05Piano: Add attackWilliam McPherson
2020-02-05Piano: Add sustainWilliam McPherson
2020-02-05Piano: Make decay more accurateWilliam McPherson
2020-02-05Piano: Remove phony multiple same note playbackWilliam McPherson
2020-01-31Piano: Rewrite applicationWilliam McPherson