summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-26remove c99'ness from rsynth.c - should fix #5751Robin Gareus
2013-10-26Fix french translation of "meterbridge" -- closes #5744Robin Gareus
2013-10-25Don't allow loop, punch, or session range markers to be renamed.Colin Fletcher
Don't allow loop, punch, or session range markers to be renamed, even when double-clicked.
2013-10-25Edit tempo & meter markers on double-click.Colin Fletcher
2013-10-25Double-click on region pops up region properties.Colin Fletcher
2013-10-25Mark session dirty when a marker is renamed.Colin Fletcher
2013-10-25Make double-click on marker pop up rename dialogue.Colin Fletcher
2013-10-25Add a double-click handler for items in the editor window.Colin Fletcher
2013-10-25Merge branch 'ordering_fixup' of https://github.com/nmains/ardourPaul Davis
2013-10-26Use add_route_dialog's transient_for() window to determine track selection ↵nick_m
for order_hint.
2013-10-23fix MMCPaul Davis
MTC and MIDI Clock port input handling was moved into the process/RT thread(s) during audioengine work, but MMC was left orphaned. Add it to the port(s) handled by the MIDI UI thread. Also, remove PortChange request from MidiUI because it has no meaning anymore
2013-10-23Report an error to stderr if creation of jack command line fails.Colin Fletcher
Output a simple message to stderr if get_jack_command_line_string() still fails for any reason.
2013-10-23Don't ever pass -d for device name to dummy jackd driverColin Fletcher
2013-10-23Fix setting playback & capture channel counts for jackd dummy backend.Colin Fletcher
Unlike all the other jack backends which allow setting the number of inputs and outputs with -i & -o, the dummy backend uses -P & -C for this. Make the jackd command line use these options when the dummy backend is requested with a specified input or output channel count.
2013-10-23Don't fail jackd command line creation for jack dummy backend.Colin Fletcher
The dummy jackd backend doesn't require a device to be specified, so much of the error checking in get_jack_command_line_string() is irrelevant, if not actively wrong, when the dummy backend is specified. Only perform the checks if the chosen jack backend is not the dummy.
2013-10-23add script to clean up translationsRobin Gareus
2013-10-23remove fuzzy and obsolete translationsRobin Gareus
2013-10-23make fixed IO ports untranslatableRobin Gareus
Outdated and fuzzy translations of MTC, MTC, LTC, etc caused various issues (duplicate jack port names, exceptions, crashes). Functionality should not be affected by translations (for now).
2013-10-23Fix midi-note length when quantizing a swing rhythmRobin Gareus
Note: 'swing' probably requires a 2nd iteration: first quantize notes to the grid, then apply beat shift.
2013-10-24New routes are placed after highest selected route.nick_m
2013-10-23relax requirement on lv2 stackRobin Gareus
2013-10-23fix midi quantization - part twoRobin Gareus
include position offset in rounding
2013-10-23fix midi quantization - part oneRobin Gareus
subtract offset if region was truncated at the beginning.
2013-10-23initialize plugin param descriptor structRobin Gareus
2013-10-22do not use --tags to get git description/versionPaul Davis
2013-10-22Merge branch 'unify_display_ordering' of https://github.com/nmains/ardourPaul Davis
2013-10-22Merge branch 'miscfix' of https://github.com/mojofunk/ardourPaul Davis
2013-10-22honor LV2 units:midiNote: display Note name instead of integer3.5.14Robin Gareus
2013-10-22fix bundling of .mo files in OS X bundlesPaul Davis
2013-10-22fix locale path in OS X bundlesPaul Davis
2013-10-21fix issues with recording while synced to JACK (non-pure-virtual method ↵Paul Davis
added to AudioBackend) and remove pause() from AudioEngine/AudioBackend APIs
2013-10-21use new default SR + bufsize values in engine dialogPaul Davis
2013-10-21add default sample rate and buffer size methods to AudioBackendPaul Davis
2013-10-21fix endless messages about MIDI events being dropped.Paul Davis
track-owned MIDI port buffers (at the Ardour level) get ::flush_buffers() called twice, once by Delivery::flush_buffers() which is called at the end of MidiTrack::rol() to push data out in graph order, and then finally as a last-chance effort in PortManager::cycle_end(). This should not cause a repeated attempt to write the same data, but it was. Fixed by marking the buffer empty once its data has been flushed into a backend port buffer.
2013-10-21Remove random character at start of wscript fileTim Mayberry
2013-10-21Forward declare NSM_Client class in ardour_ui.hTim Mayberry
nsm.h pulls in winsock2.h and with the mingw build and it causes endless warnings from the compiler
2013-10-21Fix check button handling in Memory Warning DialogTim Mayberry
2013-10-21Fix two minor memory leaks in pending state dialogTim Mayberry
2013-10-20add missing waflib include to rsynth.lv2Robin Gareus
2013-10-20bundled LV2 plugin build and deploymentRobin Gareus
2013-10-20fix typo (rsynth.lv2 configure)Robin Gareus
2013-10-21Unify editor / mixer ordering.nick_m
2013-10-20add reasonablesynth.lv2Robin Gareus
A reasonably simple synth to allow new users to 'hear midi'. This is a first step. It still needs proper install and bundling.
2013-10-19replace rather than append to SUIL_MODULE_DIRRobin Gareus
should fix http://tracker.ardour.org/view.php?id=5679
2013-10-18fix missing Click outputs for new sessionsPaul Davis
2013-10-16remember to fix up libnames in backends, missed the 3.5 tag but this is just ↵Paul Davis
the build script
2013-10-15fix typo from earlier change to conditionalize driver-change in audio backend3.5Paul Davis
2013-10-15package small-splash image in binary bundlesPaul Davis
2013-10-15another russian translation updatePaul Davis
2013-10-15fix up issues with MIDI I/O option when using jack1 or jack2's most recent ↵Paul Davis
options for this