summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2013-07-10fix [some] issues when adding/removing output portsRobin Gareus
2013-07-10less prominent meter shadeRobin Gareus
2013-07-10add shade gradient to meterRobin Gareus
2013-07-10fix meter gradient y-axis onlyRobin Gareus
2013-07-10midi meter updates..Robin Gareus
2013-07-10make all meter-colors configurable,..Robin Gareus
2013-07-10refactor level-meter widget: 5x2 stops meter colorsRobin Gareus
2013-07-10remove b0rked horizontal meter code.Robin Gareus
2013-07-10reduce peak-hold indicator to 2px heightRobin Gareus
2013-07-10meter rounded rectangleRobin Gareus
2013-07-10configurable meter background colorRobin Gareus
2013-07-10meter borderRobin Gareus
2013-07-10remove border around meter gradients, again.Robin Gareus
2013-07-10meter background gradient (hardcoded colors so far)Robin Gareus
this is a quick test w/black borders only left+right for Mr oofus to assess.
2013-07-10fastmeter: 1px padding left&rightRobin Gareus
2013-07-10session property - include busses in meterbridgeRobin Gareus
2013-07-10add lib/LV2 path akin to lib/surfaces, to allow bundling of LV2 plugins in ↵ben
an ardour release. My first attempt to push...
2013-07-07fix metering when monitoring track input. (ran twice)Robin Gareus
2013-07-05reset meters when changing metering-point or portsRobin Gareus
2013-06-22Further Freesound import tweaks.Colin Fletcher
Make download of sound files multi-threaded. Each sound file download takes place in its own thread, and has its own progress bar and cancel button, which stack up from the bottom of the list of results. Sound files download into a file with a '.part' suffix, which is then renamed to the intended name on success. Add a 'Similar' button, which searches Freesound for sounds similar to the currently-selected sound in the results list. Add a freesound-download-dir config variable to decide the location of sound files downloaded from Freesound. Move Windows-specific logic to replace '/'s with '\'s from Mootcher::changeWorkingDir() to Mootcher::ensureWorkingDir(), and remove the now unused Mootcher::changeWorkingDir(). Use Glib::build_filename to construct paths.
2013-06-21Add config variable for Freesound download folder location.Colin Fletcher
2013-06-21Make scroll-wheel modifier keys consistent in main editor window.Colin Fletcher
Add constants for the keyboard modifiers that should be used for vertical zoom, horizontal zoom, and horizontal scrolling in the main editor window, and use these where appropriate rather than using Keyboard::PrimaryModifier and friends directly.
2013-06-16remove executable mode-bit from filesRobin Gareus
2013-06-14don't display freewheeling & samplerate LV2 ports on GUIRobin Gareus
2013-06-13Generalize no-plugin-state from AudioUnits to all pluginsPaul Davis
Replace AU_STATE_SUPPORT compile-time define with NO_PLUGIN_STATE and make it prevent plugin state setting, preset loading, preset saving and plugin state saving. Blocks on these actions exist partially in the backend and partially in the GUI (this latter class are not absolute, and should OSC or MIDI be able to drive Plugin::save_preset() the block could be circumvented). Set NO_PLUGIN_STATE if --freebie is used at waf-configure time
2013-06-14Update Russian translation of Ardour 3.2Alexandre Prokoudine
2013-06-13fix up versioning stuff for libardour, which should track regular ardour ↵Paul Davis
release versions
2013-06-11update .po filesPaul Davis
2013-06-10save and restore Generic MIDI threshold/smoothing valuePaul Davis
2013-06-07Revert all close-on-exec changes from earlier todayRobin Gareus
with b26cc125 these are no longer needed.
2013-06-07fix typo in SndFileDescriptor::open() -- check if file open succeeded.Robin Gareus
2013-06-07fix use of sf_open_fd() instad of sf_open()Robin Gareus
2013-06-07close audio-file if it cannot be openedRobin Gareus
2013-06-07fix issue (creating new sound-files) in 92161b57Robin Gareus
2013-06-07more OSC socket fcntl() close-on-execRobin Gareus
2013-06-07OSC bail out if server cannot be startedRobin Gareus
2013-06-07mark more filedes as close-on-exec. - here audio+midi files!Robin Gareus
2013-06-07more sockets to close on fork()Robin Gareus
2013-06-07close network sockets on forkRobin Gareus
fixes problem with external apps (ie. video-server) inheriting them.
2013-06-06fix compiler warningsRobin Gareus
2013-06-06correct previous premature commit re: OSC and send gainPaul Davis
2013-06-06implement OSC /ardour/route/send/gainabs and /ardour/route/send/gainDBPaul Davis
2013-06-06move control surface prefs onto their own tab in the user prefs; for Generic ↵Paul Davis
MIDI GUI, rename "Threshold" to "Smoothing" and add a tooltip to describe it; fix misuse of S_() in prefs editor
2013-06-06fix memory leaks and compiler warnings in LXVST codeRobin Gareus
2013-06-03lilv-backwards compatible min buffer-size implementationRobin Gareus
2013-06-03add forgotten free() -- fix tiny memory leakRobin Gareus
2013-06-03fix typo in prev commitRobin Gareus
2013-06-03lilv_port_get() for LV bufsize query requires new lilvRobin Gareus
2013-06-03properly clean up LV2 worldRobin Gareus
2013-06-03honor LV2 rsz:minimumSize for Atom Event buffersRobin Gareus