index
:
lv2.git
atom-cpp
book
c++
main
static-urids
ui-request-parameter
validation
LV2
d@drobilla.net
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
eg-sampler.lv2
/
sampler_ui.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-08
Adopt REUSE machine-readable licensing standard
David Robillard
1
-16
/
+2
2022-05-26
Suppress new warnings in clang-tidy 13
David Robillard
1
-2
/
+6
2020-12-26
Format all code with clang-format
David Robillard
1
-293
/
+293
2020-12-26
Add clang-format suppression comments
David Robillard
1
-0
/
+3
2020-12-16
Add assertions for atom buffer sizes
David Robillard
1
-0
/
+5
2020-12-16
Clean up includes
David Robillard
1
-0
/
+1
2020-12-16
Fix implicit and narrowing conversions
David Robillard
1
-2
/
+2
2020-12-16
Simplify degenerate switches
David Robillard
1
-6
/
+1
2020-05-22
eg-sampler: Fix size of note-on atom sent from UI
David Robillard
1
-1
/
+1
2020-03-17
eg-sampler: Destroy widgets in the correct order
Michael Fisher
1
-6
/
+19
2020-03-17
eg-sampler: Improve UI show/hide handling
Michael Fisher
1
-4
/
+43
2020-03-17
Add a UI feature to request a parameter value from the host
David Robillard
1
-7
/
+27
2019-01-10
Sort includes from local to standard and fix exposed issues
David Robillard
1
-13
/
+13
2018-09-23
Clean up includes
David Robillard
1
-1
/
+11
2018-09-22
Install standard headers to simpler include paths
David Robillard
1
-8
/
+8
2016-10-05
Avoid repeatedly requesting the same peaks
David Robillard
1
-0
/
+5
2016-10-05
Add play button to UI
David Robillard
1
-12
/
+46
2016-10-05
Draw waveform aligned to pixel grid
David Robillard
1
-0
/
+3
2016-10-04
eg-sampler: Add waveform display to UI
David Robillard
1
-41
/
+128
2016-07-31
eg-sampler: Support thread-safe state restoration
David Robillard
1
-12
/
+10
2016-07-31
Clean up example plugin initialization
David Robillard
1
-20
/
+18
2016-07-30
Use calloc to allocate instances
David Robillard
1
-1
/
+5
2015-01-18
Fix whitespacee.
David Robillard
1
-1
/
+1
2014-10-31
eg-sampler: Support patch:Get, and request initial state from UI.
David Robillard
1
-1
/
+14
2014-08-06
Order book chapters in build script rather than by bundle name.
David Robillard
1
-0
/
+241
2013-02-11
Order examples in a sensible progression for the book.
David Robillard
1
-201
/
+0
2012-08-09
Fix missing static declarations (-Wstrict-prototypes).
David Robillard
1
-1
/
+1
2012-08-05
Layout UI vertically.
David Robillard
1
-2
/
+2
2012-04-06
Tidy and improve documentation.
David Robillard
1
-2
/
+2
2012-03-16
Update for patch extension.
David Robillard
1
-2
/
+2
2012-02-19
atom/atom-helpers.h => atom/util.h.
David Robillard
1
-1
/
+1
2012-02-19
Clean up code, update copyright dates.
David Robillard
1
-4
/
+4
2012-02-18
Remove state:Path and use new atom:Path instead.
David Robillard
1
-34
/
+6
2012-02-18
Make forge API more fool-proof and automatically update container sizes to an...
David Robillard
1
-7
/
+10
2012-02-18
Fix invalid messages sent between plugin and UI.
David Robillard
1
-5
/
+5
2012-02-18
Send notifications to the UI and display loaded sample path.
David Robillard
1
-10
/
+30
2012-02-17
Send a proper file URI to load sample instead of a path string.
David Robillard
1
-5
/
+19
2012-02-13
Centralize URI map cache and use in both plugin and UI.
David Robillard
1
-7
/
+9
2012-02-09
Add message extension.
David Robillard
1
-6
/
+21
2012-02-08
Heavily revise atom extension into a release candidate.
David Robillard
1
-15
/
+17
2012-01-04
Update to match released urid extension.
David Robillard
1
-2
/
+2
2011-11-09
Clean up URID extension.
David Robillard
1
-7
/
+7
2011-11-09
Rename Object to Thing.
David Robillard
1
-6
/
+6
2011-11-09
Implement file name changing from UI.
David Robillard
1
-43
/
+35
2011-10-10
Add missing file
David Robillard
1
-0
/
+181