summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2016-08-15Re-enable luabridge addProperty()Robin Gareus
2016-08-16Enforce rounding to beat as >= 0.0nick_m
2016-08-15Expose Stripable Color & Ordering API to LuaRobin Gareus
2016-08-14change PBD::Transmitter code to use PBD::Signal<> not sigc::signal<>, since t...Paul Davis
2016-08-14Don't call any Transmitter from realtime contextRobin Gareus
2016-08-14Ensure RelevantModifierKeyMask is updated on each modifier change.nick_m
2016-08-14Always send start property changes when a midi region trim alters position.nick_m
2016-08-14Audio-locked midi region fixes.nick_m
2016-08-14Allow negative return in TempoMap::beat_at_frame() and its exact_ variant.nick_m
2016-08-13Nobody expects the LV2 inquisition!Robin Gareus
2016-08-12check for null pointer in Locations::remove()Paul Davis
2016-08-10fix crash when copy'ing latent plugins5.0Robin Gareus
2016-08-09remove debug outputPaul Davis
2016-08-10prefix blessed scripted DSP plugins with a-*Robin Gareus
2016-08-09clean up plugin ttls - always add semicolon for compatibilityRobin Gareus
2016-08-10Fix test compilation error.nick_m
2016-08-10BBTTest::addTest() should add a meter rather than replacing the first one.nick_m
2016-08-10Make tempo tests use the api more correctly.nick_m
2016-08-10Allow -ve framepos handling in TempoMap::framepos_plus_beats()nick_m
2016-08-08fix definition of PrimaryModifier for Keyboard for OS XPaul Davis
2016-08-08fix display of modifiers on OS X in the bindings editorPaul Davis
2016-08-08Move anchored menu placement strategy to Gtkmm2ext utilsJulien "_FrnchFrgg_" RIVAUD
2016-08-08fix race condition when dropping PortsPaul Davis
2016-08-08add explanatory commentPaul Davis
2016-08-07Remove a no longer true commentJulien "_FrnchFrgg_" RIVAUD
2016-08-06a few more Location related lua bindingsRobin Gareus
2016-08-06Use a default configuration instead of bailing outJulien "_FrnchFrgg_" RIVAUD
2016-08-06Remove dsp_has_midi_*() in favor of dsp_ioconfig()Julien "_FrnchFrgg_" RIVAUD
2016-08-06Refuse more configs with unmatched midi in if !impreciseJulien "_FrnchFrgg_" RIVAUD
2016-08-06Take midi into account for penalty computationJulien "_FrnchFrgg_" RIVAUD
2016-08-06Remove ad-hoc handling of possible_out == 0Julien "_FrnchFrgg_" RIVAUD
2016-08-06Make the configuration penalty subtler about inputsJulien "_FrnchFrgg_" RIVAUD
2016-08-06Remove ad-hoc handling of possible_in == 0Julien "_FrnchFrgg_" RIVAUD
2016-08-06Change column width in macrosJulien "_FrnchFrgg_" RIVAUD
2016-08-06Set \midi_out when selecting a configuration...Julien "_FrnchFrgg_" RIVAUD
2016-08-06Merge pass 2 (imprecise) into pass 1Julien "_FrnchFrgg_" RIVAUD
2016-08-06Move MIDI filters imprecise handling from 2nd pass to 1stJulien "_FrnchFrgg_" RIVAUD
2016-08-06Rearrange condition for pure midi pluginsJulien "_FrnchFrgg_" RIVAUD
2016-08-06Use FOUNDCFG* instead of setting the configuration by handJulien "_FrnchFrgg_" RIVAUD
2016-08-06Enable overriding the configuration penaltyJulien "_FrnchFrgg_" RIVAUD
2016-08-06Introduce a macro for imprecise configurationsJulien "_FrnchFrgg_" RIVAUD
2016-08-06Set \imprecise midi channel count in FOUNDCFGJulien "_FrnchFrgg_" RIVAUD
2016-08-06Set \imprecise when a configuration is chosenJulien "_FrnchFrgg_" RIVAUD
2016-08-06Merge some cases to avoid duplicated logicJulien "_FrnchFrgg_" RIVAUD
2016-08-06Remove code with no actual effectJulien "_FrnchFrgg_" RIVAUD
2016-08-06Move a MIDI test in the table handling loop...Julien "_FrnchFrgg_" RIVAUD
2016-08-06Replace the exact_match logic by a negative penaltyJulien "_FrnchFrgg_" RIVAUD
2016-08-06Remove wrong assertsJulien "_FrnchFrgg_" RIVAUD
2016-08-06LuaProc::can_support_io_configuration: don't mix int and int32_tJulien "_FrnchFrgg_" RIVAUD
2016-08-06OSC: make sure this is c++98 compatible.Len Ovens