summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2017-09-18remove Session::track_by_diskstream_id()Paul Davis
2017-09-18mega-commit to save state of first "it compilesand links" state for separated...Paul Davis
2017-09-18merge almost all audio & midi diskstream code, redistribute between DiskIOPro...Paul Davis
2017-09-18remove duplicated (in heirarchy) loop location from DiskReaderPaul Davis
2017-09-18move need-butler from DiskReader to DiskIOProcessorPaul Davis
2017-09-18move ChannelInfo structure from DiskReader into DiskIOProcessorPaul Davis
2017-09-18merge MidiDiskstream into DiskReader (playback parts)Paul Davis
2017-09-18two additional AudioDiskstream methods, partially commented out nowPaul Davis
2017-09-18merge AudioDiskstream playback code into DiskReaderPaul Davis
2017-09-18crawling towards the APIs for separate disk i/oPaul Davis
2017-09-18add basic data members and methods for adding an explicit size allocation for...Paul Davis
2017-09-18totally crude mockup of new disk_io.h headerPaul Davis
2017-09-18Bump session file format (pre 6.0)Robin Gareus
2017-09-18Add TouchChanged signal (and re-indent)Robin Gareus
2017-09-18Initial support of Latch for some ctrl-surfacesRobin Gareus
2017-09-18Add support for Latch AutomationRobin Gareus
2017-09-18Revert "Temporary session-format compatibility (revert before release)"Robin Gareus
2017-09-18FP8: call directly into session.Robin Gareus
2017-09-18Prototype using additional ALSA devices (w/resampling).Robin Gareus
2017-09-18ALSA Backend: Separate Device Reservation into its own classRobin Gareus
2017-09-18NO-OP: whitespaceRobin Gareus
2017-09-16Add libzita-resampler as libRobin Gareus
2017-09-16Namespace PBD::RingBufferRobin Gareus
2017-09-11MSVC uses a slightly smaller value for HUGEJohn Emmas
2017-09-11Fix a-fluidsynth bank/program restore (during session load)Robin Gareus
2017-09-10a-fluidsynth: query current bank/program after loading .sf2Robin Gareus
2017-09-09FP8: add mode to reset gain to unityRobin Gareus
2017-09-09Only emit InstrumentInfo::Changed() on actual changeRobin Gareus
2017-09-09Fix signal-emission order (first re/set instrument info)Robin Gareus
2017-09-09Prepare for singleton patch-selector per midi-track UI (mixer, editor,..)Robin Gareus
2017-09-09LV2/midnam tweaks - fix race conditionsRobin Gareus
2017-09-09Allow to send MIDI data directly to a pluginRobin Gareus
2017-09-08fix crashing thinko in push2 codePaul Davis
2017-09-08a-fluidsynth mark session as modified if .sf2 changesRobin Gareus
2017-09-08a-fluidsynth: implement LV2_BANKPATCH__notifyRobin Gareus
2017-09-08Add LV2 extension to notify host about midi-bank/pgm state.Robin Gareus
2017-09-08Non-numeric Properties are not automatableRobin Gareus
2017-09-08Emit Changed() signal when MIDI bank/pgm changesRobin Gareus
2017-09-07Fix bumping .mid file name (snapshots & playlist copy)Robin Gareus
2017-08-31Call curl_global_init() exactly only once (2/2)Robin Gareus
2017-08-30Remove over-protectionJulien "_FrnchFrgg_" RIVAUD
2017-08-30Catch new exception in other places.Robin Gareus
2017-08-30Don't use API definition as namespace & fix whitespaceRobin Gareus
2017-08-30Gracefully handle templates that lack contents in their description or create...Ben Loftis
2017-08-30Avoid assert() when loading xml: Throw an XMLerror if attribute_value fails.Ben Loftis
2017-08-30Accommodate recently removed source(s) in our MSVC project (portaudio_audioba...John Emmas
2017-08-29Abstract definition of rt-scheduler policyRobin Gareus
2017-08-29Consolidate _realtime_pthread_create() into libpbd.Robin Gareus
2017-08-29Set Automationwatch thread priority (needs to be higher than GUI)Robin Gareus
2017-08-29Add a PBD API to set pthread priorityRobin Gareus