summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2013-07-10number/name on meterbridgeRobin Gareus
2013-07-10...towards unique track numbers.Robin Gareus
2013-07-10allow to include solo,mute buttons on meterbridgeRobin Gareus
2013-07-10remove b0rked attempt at meter-thread regularity.Robin Gareus
eventually fall-off should be calculated in the audio-thread, anyway and this thread will be obsolete..
2013-07-10Task Force Viking: operation green lineRobin Gareus
2013-07-10fix RMS+Peak meter for MIDI-tracksRobin Gareus
2013-07-10with RMS meters: use "peak indicator" as DPMRobin Gareus
2013-07-10ignore state-changes during [meter] context-menu popup (gtkmm bug?)Robin Gareus
2013-07-10use digital max-peak with RMS meterRobin Gareus
2013-07-10share meter-type among meter instances.Robin Gareus
2013-07-10prepare meter type unificationRobin Gareus
2013-07-10test/fix - possible cause of meter-freezing..Robin Gareus
2013-07-10fix meterbridge metric display switchRobin Gareus
2013-07-10remember meter type with sessionRobin Gareus
2013-07-10don't reset meter background/highlight on click.Robin Gareus
2013-07-10amend to 212d2ac5d (port add/remove signals)Robin Gareus
fix deadlock when updating audio/midi connection matrix during session-close or on exit. (Note: this still can cause a crash if the route goes away while the iterator in the connection-matrix still has an index of it)
2013-07-10experimental RMS-meter and peak-signal (vs peak-power) queryRobin Gareus
2013-07-10improve timing accuracy for meter-falloff calc.Robin Gareus
2013-07-10prepare meter-widget for dual background colorRobin Gareus
2013-07-10meter line-up and fall-off standard values & namesRobin Gareus
2013-07-10peak-indicator threshold configurationRobin Gareus
2013-07-10prepare meter configuration..Robin Gareus
- rework metric/tick image cache invalidation - flush cache - send signal to queue redraws (TODO) selectively flush cache // cache per size, style - add four common line up levels
2013-07-10add options to show/hide master and midi tracks;; hide inactive tracksRobin Gareus
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