summaryrefslogtreecommitdiff
path: root/Applications/Piano
AgeCommit message (Expand)Author
2020-02-10Piano: Draw stereo wavesWilliam McPherson
2020-02-10Piano: Try to be more stereo-orientedWilliam McPherson
2020-02-10Piano: Add nice scale factor to WaveWidgetWilliam McPherson
2020-02-10Piano: Ensure WaveWidget paints in-boundsWilliam McPherson
2020-02-10Piano: Put reset() with other settersWilliam McPherson
2020-02-10Piano: Add samplerWilliam McPherson
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
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-06LibAudio: Remove leading A from filenamesAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayoutAndreas Kling
2020-02-06LibGUI: Add HorizontalSlider and VerticalSlider convenience classesAndreas Kling
2020-02-06LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()Andreas Kling
2020-02-06LibGfx: Unpublish Gfx::Point from global namespaceAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Rect from global namespaceAndreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-06LibAudio: Put all classes in the Audio namespace and remove leading AAndreas Kling
2020-02-05Piano: Fix building with clangjoshua stein
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-02-05Piano: Fix default knob valuesWilliam McPherson
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-02-02LibGUI: Add GHBoxLayout and GVBoxLayout convenience classesAndreas Kling
2020-01-31Piano: Rewrite applicationWilliam McPherson
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-31Applications: Implement some missing MenuBars & AboutDialogsJami Kettunen
2019-12-25Piano: Factor wave rendering to its own functionWilliam McPherson
2019-12-25Piano: Use switch statements on m_wave_typeWilliam McPherson
2019-12-25Piano: Move m_front_buffer/m_back_buffer off heapWilliam McPherson
2019-12-25Piano: Initialize m_note_on[]William McPherson
2019-12-25Piano: Rename "release" to "decay"William McPherson
2019-12-25Piano: Initialize keys[] at member definitionWilliam McPherson
2019-12-25Build: support library and generator dependenciesjoshua stein
2019-12-23Piano: Add piano rollWilliam McPherson
2019-12-23Piano: Make note() callable by multiple sourcesWilliam McPherson
2019-12-23Piano: Remove redundant logic in fill_audio_bufferWilliam McPherson
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-13Piano: Add triangle wave and noiseWilliam McPherson
2019-12-09LibGUI: Make GMenu inherit from CObjectAndreas Kling
2019-11-08LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnectionAndreas Kling
2019-09-22LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhereAndreas Kling
2019-09-22LibCore: Make CObject reference-countedAndreas Kling