summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-01forward port lv2_evbuf update (from jalv)Robin Gareus
2014-01-30even though man alloca says to include <alloca.h>, it apparently isn't ↵Paul Davis
necessary and no such header exists in the msvc world
2014-01-29move check for n_speakers so that we avoid needless workPaul Davis
2014-01-29fix vbap-speaker calculations to work with alloca()Robin Gareus
2014-01-28fix thinko. custom panner URL is remembered for later when port-count/panner ↵Robin Gareus
changes
2014-01-27fix up the abomination caused by moving from variable length ↵Paul Davis
(multidimensional) arrays to alloca'ed arrays, specifically access to arr[a][b]. This needs checking by an actual VBAP+multispeaker user.
2014-01-27prevent a strange crash while iterating over tracks (now, and maybe in the ↵Paul Davis
future)
2014-01-27add new folders to linux vst search path to help out AVLinux and some other ↵Paul Davis
specialized distros
2014-01-27replace standards-wobbling variable-length-arrays with alloca()Paul Davis
2014-01-27comment unused function argumentPaul Davis
2014-01-26fix #5840 ; redefinition of typedef 'VstTimeInfo'Robin Gareus
2014-01-26fix routing display for mono synths and midi-tracks w/o synthRobin Gareus
2014-01-26fix crash when removing synth from midi-trackRobin Gareus
(and there are bypassed audio-plugins after said synth)
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-22prepare GUI for auditioning midi filesRobin 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-21ditto for clock in session properties dialogRobin Gareus
2014-01-21sfdb's clock-states are not part of the session-state, use transient clockRobin Gareus
fixes issue with 'show import dialog' marking session as modified.
2014-01-20one less Conditional jump or move depends on uninitialised value(s)Robin Gareus
2014-01-19lock source list when destroying it.Robin Gareus
2014-01-19remove cruftRobin Gareus
2014-01-19audition: resampler use same quality as importRobin Gareus
2014-01-18fix XML parser error:Robin Gareus
XML declaration allowed only at the start of the document
2014-01-18fix typo in VST flagsRobin Gareus
2014-01-18add meter-peak (display&reset) button to gain-meters by defaultRobin 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-17remove cruftRobin Gareus
2014-01-17use Glib URI utility function to generate a local filename from a URI, ↵Paul Davis
rather than hand-crafted code
2014-01-17fix typo in auditioner-seekRobin Gareus
2014-01-17add seeking to sfdb auditionerRobin Gareus
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-16new basic MIDI map for m-audio oxygen-25Paul Davis