summaryrefslogtreecommitdiffstats
path: root/src/server/internals/Note.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-02Use consistent naming for context parametersDavid Robillard1-42/+42
2020-08-02Use auto with casts and allocations to remove redundancyDavid Robillard1-3/+4
2020-08-01Use modern castsDavid Robillard1-6/+13
2019-03-09Clean up includes and forward declarationsDavid Robillard1-10/+11
2018-09-23Use lowercase namespace namesDavid Robillard1-7/+7
2018-09-22Use new LV2 include pathsDavid Robillard1-2/+2
2018-09-04Fix unintentional fall-throughDavid Robillard1-0/+1
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-1/+1
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-2/+0
2017-12-25Always use bracesDavid Robillard1-5/+10
2017-12-25Use nullptrDavid Robillard1-6/+6
2017-12-25Remove trivial destructors and use default where possibleDavid Robillard1-4/+0
2017-02-18Reduce Driver couplingDavid Robillard1-1/+0
2017-02-12Use smart pointers to handle real-time memory disposalDavid Robillard1-10/+7
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard1-12/+12
2015-10-24Zero-copy to/from driver ports where possibleDavid Robillard1-2/+2
2015-04-09Fix multiple note triggers on the same sample.David Robillard1-2/+9
2015-04-04Update copyright dates.David Robillard1-1/+1
2014-11-17Add support for pitch bend and channel/note pressure.David Robillard1-2/+54
2014-08-31Use float sequences for sample-accurate control ports.David Robillard1-12/+16
2014-01-24Fix various whitespace and formatting issues.David Robillard1-2/+1
2013-06-09Inherit certain properties from ports connected to patch ports.David Robillard1-0/+2
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-1/+1
2013-01-11Use type safe enumerations.David Robillard1-22/+22
2012-10-27Replace octaves port with note number port.David Robillard1-11/+8
2012-08-20Add AMS style octaves output to note block.David Robillard1-11/+24
2012-08-19Patch => GraphDavid Robillard1-2/+2
2012-08-18Node => BlockDavid Robillard1-5/+5
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-37/+0
2012-08-15Clean up includes.David Robillard1-1/+0
2012-08-15Rewrite Raul::Maid and eliminate Raul:List.David Robillard1-1/+1
2012-08-14Use new LV2 MIDI API.David Robillard1-19/+9
2012-08-14Update for latest Raul.David Robillard1-1/+2
2012-08-12Stricter symbol construction and conversion.David Robillard1-12/+12
2012-08-11Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().David Robillard1-0/+1
2012-07-31Merge AudioBuffer into Buffer and avoid all the casting.David Robillard1-1/+0
2012-07-31Move continuous value setting stuff from AudioBuffer to PortImpl.David Robillard1-15/+8
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-3/+3
2012-05-23Fix more debug logging stuff.David Robillard1-1/+1
2012-05-23Fix voice debugging stuff.David Robillard1-19/+21
2012-05-14Tidy.David Robillard1-13/+12
2012-05-12Use compiler checkable ProcessContext parameter rather than runtime context a...David Robillard1-2/+2
2012-05-11Add missing includes.David Robillard1-0/+1
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard1-1/+0
2012-05-10LV2URIMap => URIMap.David Robillard1-1/+0
2012-04-28Fix MIDI input.David Robillard1-2/+2
2012-04-28Use CV ports on internal modules.David Robillard1-8/+8
2012-04-12Update for latest atom extension.David Robillard1-5/+3
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Delete trailing whitespace.David Robillard1-6/+6