Robin Gareus
f801144472
less prominent meter shade
2013-07-10 15:27:09 +02:00
Robin Gareus
580cec03ad
add shade gradient to meter
2013-07-10 15:27:08 +02:00
Robin Gareus
d4b1941796
fix meter gradient y-axis only
2013-07-10 15:27:08 +02:00
Robin Gareus
42ee64e950
midi meter updates..
2013-07-10 15:27:08 +02:00
Robin Gareus
8a16e61b11
make all meter-colors configurable,..
2013-07-10 15:27:07 +02:00
Robin Gareus
571b2d70e9
refactor level-meter widget: 5x2 stops meter colors
2013-07-10 15:27:07 +02:00
Robin Gareus
447e736139
remove b0rked horizontal meter code.
2013-07-10 15:27:07 +02:00
Robin Gareus
a07c50ad80
reduce peak-hold indicator to 2px height
2013-07-10 15:27:05 +02:00
Robin Gareus
a13bdf4153
meter rounded rectangle
2013-07-10 15:27:04 +02:00
Robin Gareus
3823ffc942
configurable meter background color
2013-07-10 15:27:04 +02:00
Robin Gareus
e4d754390e
meter border
2013-07-10 15:27:04 +02:00
Robin Gareus
5b6fd190cb
remove border around meter gradients, again.
2013-07-10 15:27:04 +02:00
Robin Gareus
fdbb0ef780
meter background gradient (hardcoded colors so far)
...
this is a quick test w/black borders only left+right
for Mr oofus to assess.
2013-07-10 15:27:03 +02:00
Robin Gareus
d6d27f10cb
fastmeter: 1px padding left&right
2013-07-10 15:27:03 +02:00
Robin Gareus
c23a537b61
session property - include busses in meterbridge
2013-07-10 15:27:02 +02:00
ben
04eaf7b418
add lib/LV2 path akin to lib/surfaces, to allow bundling of LV2 plugins in an ardour release. My first attempt to push...
2013-07-10 07:31:25 -05:00
Robin Gareus
29108187ed
fix metering when monitoring track input. (ran twice)
2013-07-07 04:16:54 +02:00
Robin Gareus
398839f6e1
reset meters when changing metering-point or ports
2013-07-05 10:44:09 +02:00
Colin Fletcher
9a9f4276a0
Further Freesound import tweaks.
...
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-22 13:35:03 +01:00
Colin Fletcher
48efe6c293
Add config variable for Freesound download folder location.
2013-06-21 21:30:52 +01:00
Colin Fletcher
21914c884e
Make scroll-wheel modifier keys consistent in main editor window.
...
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-21 20:13:44 +01:00
Robin Gareus
cc960c4f07
remove executable mode-bit from files
2013-06-16 21:54:08 +02:00
Robin Gareus
12584b7a7a
don't display freewheeling & samplerate LV2 ports on GUI
2013-06-14 17:33:29 +02:00
Paul Davis
80a13145f3
Generalize no-plugin-state from AudioUnits to all plugins
...
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-13 22:50:54 -04:00
Alexandre Prokoudine
5d52ae1825
Update Russian translation of Ardour 3.2
2013-06-14 02:21:02 +02:00
Paul Davis
e2df0413f4
fix up versioning stuff for libardour, which should track regular ardour release versions
2013-06-13 10:53:36 -04:00
Paul Davis
31e8c77609
update .po files
2013-06-11 08:49:52 -04:00
Paul Davis
298da23619
save and restore Generic MIDI threshold/smoothing value
2013-06-10 12:37:09 -04:00
Robin Gareus
4cb31ef74e
Revert all close-on-exec changes from earlier today
...
with b26cc125 these are no longer needed.
2013-06-07 21:07:41 +02:00
Robin Gareus
fd5f1ef5f5
fix typo in SndFileDescriptor::open() -- check if file open succeeded.
2013-06-07 20:14:42 +02:00
Robin Gareus
07c6df00cc
fix use of sf_open_fd() instad of sf_open()
2013-06-07 19:33:20 +02:00
Robin Gareus
676a23e031
close audio-file if it cannot be opened
2013-06-07 18:56:48 +02:00
Robin Gareus
0761902b7e
fix issue (creating new sound-files) in 92161b57
2013-06-07 18:09:15 +02:00
Robin Gareus
bdf91de8b7
more OSC socket fcntl() close-on-exec
2013-06-07 18:02:47 +02:00
Robin Gareus
6b19f5a444
OSC bail out if server cannot be started
2013-06-07 18:02:04 +02:00
Robin Gareus
92161b57ad
mark more filedes as close-on-exec. - here audio+midi files!
2013-06-07 17:43:06 +02:00
Robin Gareus
df99859ad2
more sockets to close on fork()
2013-06-07 17:12:25 +02:00
Robin Gareus
024e556cb2
close network sockets on fork
...
fixes problem with external apps (ie. video-server) inheriting them.
2013-06-07 16:54:47 +02:00
Robin Gareus
7d8def38f4
fix compiler warnings
2013-06-06 21:00:34 +02:00
Paul Davis
36359a7d8f
correct previous premature commit re: OSC and send gain
2013-06-06 11:19:23 -04:00
Paul Davis
addb33bc63
implement OSC /ardour/route/send/gainabs and /ardour/route/send/gainDB
2013-06-06 11:14:31 -04:00
Paul Davis
8bfaa2d3d9
move control surface prefs onto their own tab in the user prefs; for Generic MIDI GUI, rename "Threshold" to "Smoothing" and add a tooltip to describe it; fix misuse of S_() in prefs editor
2013-06-06 08:31:46 -04:00
Robin Gareus
e9341a7de3
fix memory leaks and compiler warnings in LXVST code
2013-06-06 02:24:49 +02:00
Robin Gareus
cc8dafad4f
lilv-backwards compatible min buffer-size implementation
2013-06-03 19:34:14 +02:00
Robin Gareus
1ee8f5c2e4
add forgotten free() -- fix tiny memory leak
2013-06-03 01:45:30 +02:00
Robin Gareus
6d33cd4362
fix typo in prev commit
2013-06-03 01:42:38 +02:00
Robin Gareus
b3014a63f1
lilv_port_get() for LV bufsize query requires new lilv
2013-06-03 01:40:10 +02:00
Robin Gareus
725e7443ad
properly clean up LV2 world
2013-06-03 00:51:34 +02:00
Robin Gareus
a1d0093bfa
honor LV2 rsz:minimumSize for Atom Event buffers
2013-06-03 00:48:17 +02:00
Sakari Bergen
b01ff11b04
Return null if deserializing an export timespan doesn't succeed with at least one range.
...
This should fix an issue with loading old sessions using the old way of
handling session ranges specially.
2013-05-26 21:25:22 +03:00