summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2014-01-23fix merge conflict with masterPaul Davis
2014-01-23alter surfaces build wscript to use "children" idea (like top level wscript)Paul Davis
Still not clear why this file requires the global keyword to make children global, but the toplevel wscript does not.
2014-01-23fix up obj.defines for generic MIDI wscriptPaul Davis
2014-01-23mackie code does not use poll(2) and so does not need poll.hPaul Davis
2014-01-23use correct export/visibility macrosPaul Davis
2014-01-23change VBAP visual parameter name again :)3.5.308Robin Gareus
2014-01-23VBAP change visual parameter name. Diffusion -> SpreadRobin Gareus
2014-01-23LV2 plugin save/delete -- fixes 5835Robin Gareus
2014-01-23midi-audition: make "no synth" selection work.Robin Gareus
2014-01-22configurable midi audition synthRobin Gareus
2014-01-22Update Russian translationAlexandre Prokoudine
Resync some terminology with proposed changes in the translation of Mixbus (session, snapping, monitoring).
2014-01-22attenuate master volumeRobin Gareus
2014-01-22fix crash -- midi tracker reset when seeking audioRobin Gareus
2014-01-22prepare midi-audition synth plugin config, incl no plugin external synthRobin Gareus
2014-01-22tweak reasonable synth:Robin Gareus
* prevent denormals / cut low volume * reduce default amplitude of fundamental
2014-01-22reset midi synth (panic) when seeking or re-starting auditionRobin Gareus
2014-01-22remove cruftRobin Gareus
2014-01-22backend for auditioning midi-files:Robin Gareus
* "downgrade" auditioner from AudioTrack to Track. * add relevant methods from both AudioTrack and MidiTrack.
2014-01-22take all tracks inside a midi-file into account when loading modelRobin Gareus
* fixes [region] length calculation, * prepare for auditioning midi files (one track plays it all)
2014-01-22open external [read-only] midi-files on constructionRobin Gareus
2014-01-22fix midi source factory -- load_model() uses shared_from_this()Robin Gareus
2014-01-22fix evoral assignment operator (copy buffer)Robin Gareus
2014-01-22fix bitslot already in use warningRobin Gareus
in e45151b89c64 route.cc was changed to create internal sends directly with role = Delivery::Aux; and not Delivery::Role (0). This change was motivated to initialize the panner for Aux-sends in the Delivery. Role(0) was used to override bitslot numbering during initial construction of the object when the state is loaded from XML after construction. This patch adds an explicit flag for that. (The previous Role(0) approach only worked for Aux-Sends but not Sends, anyway.)
2014-01-20Merge branch 'windows+cc' into cairocanvasJohn Emmas
2014-01-20I thought I'd committed these changes to 'windows+cc' but I must have forgot....John Emmas
2014-01-20'libs/gtkmm2ext' - DLL visibility stuff and associated changes needed for ↵John Emmas
building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date)
2014-01-20remove unused static member from MouseButtonPaul Davis
2014-01-20a better, more general fix for the previous Canvas::item_going_away() issue. ↵Paul Davis
There is no need to repick the current item if the item going away is NOT the current item
2014-01-20When removing an item which is event-insensitive, there is no need to repick ↵Paul Davis
the current item, since it can never have been used as the current item. This fixes crashes associated with ghost notes in midi regions.
2014-01-20add required virtual method for SrcFileSourcePaul Davis
2014-01-19visibility macros and flush() added to SrcFileSource; merge with masterPaul Davis
2014-01-19lock source list when destroying it.Robin Gareus
2014-01-19remove cruftRobin Gareus
2014-01-18fix typo in VST flagsRobin Gareus
2014-01-18mark session dirty when panner-bypass is toggledRobin Gareus
2014-01-18towards a SRC source + resampling during auditionRobin Gareus
2014-01-17Fix crash when instrument plugins fail to instantiate.David Robillard
2014-01-17use "portable" approach to forcing visible symbols in third party libs ↵Paul Davis
(qm-dsp, vamp-plugins, appleutility, clearlooks)
2014-01-17override -fvisibility=hidden for the LV2plugin descriptorRobin Gareus
2014-01-17remove cruftRobin Gareus
2014-01-17override visibility default for Apple's "appleutility" library, which was ↵Paul Davis
written without symbol export control
2014-01-17Merge branch 'master' into cairocanvasPaul Davis
2014-01-17fix typo in auditioner-seekRobin Gareus
2014-01-17add seeking to sfdb auditionerRobin Gareus
2014-01-16Merge branch 'master' into cairocanvasPaul Davis
2014-01-16allow auditioning via the monitor section to work.Paul Davis
Ideally, we would feed the monitor section via an internal (aux) send/return, but this is an improvement over what we had before
2014-01-16add event type string function to canvas (since it does not use gtkmm2ext)Paul Davis
2014-01-16add Gtkmm2ext::event_type_string()Paul Davis
2014-01-15Merge branch 'master' into cairocanvasPaul Davis
2014-01-15continue with tweaks to VST timeinfo, such that the again demo plugin ↵Paul Davis
appears to work exactly as expected