ed8ab2c80a
Fixed pb in toggle mode to switch at half way ( fixes #6424 )
2015-07-10 16:52:43 -04:00
a29b050883
Fixed generic MIDI program change event size to two bytes ( fixes #6426 )
2015-07-10 16:52:43 -04:00
6349570fb2
Add debug for generic midi control
2015-07-10 16:52:43 -04:00
81bd6469fc
Add a midimap for WiiMote via midikb.
2015-07-10 16:52:43 -04:00
da6790fc21
Merge branch 'Seablade-master'
2015-07-10 16:45:26 -04:00
7d3ef23183
Add in MXF file as a supported video format
2015-07-10 16:45:10 -04:00
4c608b6e04
assign new IDs to plugin copies on paste.
...
when copying a plugin the state is transferred by serializing
XML and setting state from XML. This state includes the unique ID.
This ID needs to be identical at first in order to load
the state from <session-dir>/plugins/<ID>/*
2015-07-10 22:09:18 +02:00
9ab76a5cf0
fix previous commit double dot in file ext.
2015-07-10 19:02:46 +02:00
a73a039a3a
separate VST blacklist for 32/64bit
2015-07-10 18:54:26 +02:00
ad9f76a8c5
add context menu to hide/show Midi-tracks - fixes #6430
2015-07-10 11:47:20 +02:00
62d0384b5a
ignore ldd warnings version during installation
...
some selinux systems can be picky
2015-07-10 00:09:01 +02:00
8af2d08f88
add debug info for xjadeo binary
2015-07-09 21:06:30 +02:00
b3c429d1fe
fix MB’s .so execution permissions
2015-07-08 18:08:16 +02:00
364022a35a
add locale-guard when saving engine states, also #6418
2015-07-08 11:34:57 +02:00
40c603c7e9
UTF8 encode windows device names - potential fix for #6418
2015-07-08 11:34:57 +02:00
821cc80a35
stationary PH: improve performance and reduce jitter.
2015-07-07 03:21:01 +02:00
1e169ea3e8
fix wscripts to work with python3.
...
encode/decode return byte arrays in python3, not strings
2015-07-06 10:06:06 -04:00
d26a57d377
update system config to match rc_configuration_vars
2015-07-06 02:07:32 +02:00
ccc8823461
tweak human readable names for meter-types
2015-07-05 17:19:55 +02:00
74d13efd8d
Preference GUI for default meters
2015-07-05 17:19:39 +02:00
15d150603c
use default meter type when creating new tracks/busses
2015-07-05 17:15:01 +02:00
8bd32dc4ce
prepare default meter-type config
2015-07-05 17:12:30 +02:00
4f81b17e85
another float/double -Wabsolute-value fix
2015-07-05 16:13:08 +02:00
7a7c87d5f4
remove tabs from python code
2015-07-05 14:50:13 +02:00
3ada7398e9
another python3 issue
2015-07-05 14:43:26 +02:00
025e8db11d
stationary playhead implies follow playhead
2015-07-04 16:35:49 +02:00
fa7bb93329
fix jack_port_get_aliases return value (if n/a)
2015-07-04 12:54:41 +02:00
cba7d37107
fix various issues when deleting midi region during step-edit
...
fixes #6404
2015-07-04 12:33:10 +02:00
a68221e323
fix jack/pthread windows condition
2015-07-04 11:49:44 +02:00
9ccfb921d4
synchronize with https://github.com/x42/weakjack/
2015-07-04 11:46:09 +02:00
416ef93635
use a trick to compile JACK/win with new and old headers
...
jack/systemdeps.h is jack2-only and contains many
windows-specific typedefs (native windows threads, ptw32 threads, MSVC
special cases etc etc.) which are not present in jack1/shared headers.
2015-07-04 09:52:04 +02:00
58a7b0e137
fix side-effect of moving to jack1 headers
2015-07-04 05:59:37 +02:00
278cd98799
fix compilation with mingw + pthreads
2015-07-04 05:48:42 +02:00
efb9da770d
fix use of += in waf variable
2015-07-04 05:43:34 +02:00
c905be691d
only compile, don’t link & run jack checks
2015-07-04 04:24:22 +02:00
4753a5be56
packaging: cope with OSX/finder latency on busy systems
2015-07-04 02:47:47 +02:00
d48a5f7068
fix weak jack w/new jack_port_rename()
2015-07-04 00:20:12 +02:00
35ab6e9075
fix error in type definition for weak jack handling of jack_port_rename
2015-07-02 14:24:49 -04:00
b8b5d0b4c7
alternative fix for the same problem that 9e2048decf
was addressing
2015-07-02 14:15:11 -04:00
aaab192436
add conditional use of jack_port_rename(), a newly added public API for JACK
2015-07-02 14:02:07 -04:00
9e2048decf
Don’t use invalid iterator during cleanup. fixes #6403
2015-07-02 19:46:38 +02:00
466af2a80b
don’t compile tracks specific sources for ardour.
2015-07-02 15:32:29 +02:00
2fd506c07c
possible fix for stack overflow when parsing video info
2015-07-02 14:46:46 +02:00
dd311c6b76
stream of consciousness^Wtypos
2015-07-02 11:23:24 +02:00
2f79682460
separate plugin & channel-strip installation
2015-07-02 11:20:10 +02:00
024c11d4ec
Fifteen bytes in the harriman cache
...
Yo ho ho and a bottle of zip.
2015-07-02 10:35:44 +02:00
4756423e60
fix another late night typo
2015-07-02 10:16:02 +02:00
71595234bc
indicate port-connections of non-track type
...
Previously a Midi-track with synth showed “-“ for the output
even if the audio output ports were connected. (only MIDI
connections are displayed on the button).
2015-07-02 10:03:21 +02:00
fe5852fc1d
MSVC doesn't like us calling 'sqrt()' with integers (it doesn't have a version which takes an int)
...
So let's specify which version we'd like it to use.
2015-07-02 08:23:38 +01:00
f814045f80
MSVC doesn't have 'sleep()' (it uses 'Sleep()' with a capital 'S') so let's make sure it'll still compile
...
(see the note about possibly using 'Glib::usleep()' ??)
2015-07-02 08:23:38 +01:00