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
/
uris.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-16
Avoid narrowing casts through void
David Robillard
1
-1
/
+1
2022-09-08
Adopt REUSE machine-readable licensing standard
David Robillard
1
-16
/
+2
2020-12-26
Format all code with clang-format
David Robillard
1
-96
/
+93
2020-12-18
eg-sampler: Send update to UI if gain parameter changes
Filipe Coelho
1
-0
/
+28
2020-12-16
Clean up includes
David Robillard
1
-2
/
+3
2020-09-27
Don't use else after return
David Robillard
1
-3
/
+9
2020-09-27
Clean up includes
David Robillard
1
-0
/
+2
2020-07-15
Fix incorrect printf format specifiers
David Robillard
1
-1
/
+1
2020-02-16
Use standard Turtle lexer in Pygments
David Robillard
1
-2
/
+2
2019-01-10
Sort includes from local to standard and fix exposed issues
David Robillard
1
-0
/
+2
2018-09-23
Clean up includes
David Robillard
1
-1
/
+2
2018-09-22
Install standard headers to simpler include paths
David Robillard
1
-4
/
+4
2016-10-04
eg-sampler: Add waveform display to UI
David Robillard
1
-14
/
+22
2016-07-31
Fix compilation with C++
David Robillard
1
-1
/
+1
2016-07-31
eg-sampler: Support thread-safe state restoration
David Robillard
1
-10
/
+9
2014-11-02
Add gain parameter to eg-sampler.
David Robillard
1
-0
/
+5
2014-10-31
eg-sampler: Support patch:Get, and request initial state from UI.
David Robillard
1
-2
/
+2
2014-08-06
Order book chapters in build script rather than by bundle name.
David Robillard
1
-0
/
+135
2013-02-11
Order examples in a sensible progression for the book.
David Robillard
1
-142
/
+0
2013-01-10
Expose sampler parameter to host.
David Robillard
1
-34
/
+36
2013-01-08
Add logger convenience API.
David Robillard
1
-4
/
+0
2012-08-14
midi: Remove non-standard midi:Tick message type.
David Robillard
1
-3
/
+2
2012-07-24
Fix odd capitalization.
David Robillard
1
-1
/
+1
2012-04-12
Make all atom/util.h functions start with lv2_atom.
David Robillard
1
-2
/
+2
2012-04-05
Twiddle log extension class hierarchy a bit, and all log:Trace level.
David Robillard
1
-0
/
+5
2012-03-16
Improve documentation.
David Robillard
1
-1
/
+1
2012-03-16
Update for patch extension.
David Robillard
1
-12
/
+12
2012-02-29
Simplify atom:AtomPort buffers to point directly at Atoms.
David Robillard
1
-0
/
+2
2012-02-23
Separately define body types for atoms with non-trivial bodies so the type de...
David Robillard
1
-2
/
+2
2012-02-19
Clean up documentation.
David Robillard
1
-2
/
+2
2012-02-19
Rename LV2_Atom_Object::type => LV2_Atom_Object::otype to avoid confusion wit...
David Robillard
1
-2
/
+2
2012-02-19
Clean up code, update copyright dates.
David Robillard
1
-34
/
+34
2012-02-18
Remove state:Path and use new atom:Path instead.
David Robillard
1
-16
/
+46
2012-02-18
Send notifications to the UI and display loaded sample path.
David Robillard
1
-10
/
+60
2012-02-17
Send a proper file URI to load sample instead of a path string.
David Robillard
1
-3
/
+3
2012-02-16
Implement real-time safe sample loading.
David Robillard
1
-10
/
+16
2012-02-13
Centralize URI map cache and use in both plugin and UI.
David Robillard
1
-2
/
+29
2012-02-09
Add message extension.
David Robillard
1
-5
/
+5
2012-02-08
Heavily revise atom extension into a release candidate.
David Robillard
1
-5
/
+5
2011-11-09
Implement file name changing from UI.
David Robillard
1
-0
/
+25