summaryrefslogtreecommitdiffstats
path: root/ingen/client/BlockModel.hpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-02Move public headers to a separate include directoryDavid Robillard1-117/+0
2020-08-02Pass by value and use std::moveDavid Robillard1-3/+1
2020-08-01Remove superfluous semicolonsDavid Robillard1-2/+2
2019-12-08Cleanup: Avoid parameter copying overheadDavid Robillard1-17/+19
2019-12-08Cleanup: Use "using" instead of "typedef" where appropriateDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard1-7/+6
2018-09-23Use override specifiersDavid Robillard1-11/+11
2018-09-23Use lowercase namespace namesDavid Robillard1-4/+4
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-3/+3
2017-12-25Fix inconsistent parameter namesDavid Robillard1-1/+1
2015-08-12Server-side presets.David Robillard1-2/+2
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-03-02Fix compilation with -fvisibility=hidden.David Robillard1-1/+2
2013-02-24Don't send port values to UI for audio ports (fix Calf crash).David Robillard1-0/+1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-27/+31
2013-01-11Use type safe enumerations.David Robillard1-1/+1
2013-01-05Fix graph_type of BlockModel (fix copy and paste).David Robillard1-1/+1
2012-08-19GraphObject => NodeDavid Robillard1-4/+4
2012-08-19Patch => GraphDavid Robillard1-1/+1
2012-08-18Node => BlockDavid Robillard1-0/+112