Robin Gareus
9a25fcbfe1
fix input metering:
...
if meter==input, meter depends on In/Disk
see also 29108187ed
2013-07-16 15:25:23 +02:00
Michael R. Fisher
cdef4aa50f
Add c++11 enablement options in wscript
...
- adds "--cxx11" toggle for ./waf configure
- The switch adds appropriate compiler flags and tests the compiler
for usability of c++11
- This 'should' be compatible for linux, osx, and windows systems
that have gcc and/or clang with support c++11
2013-07-15 22:57:35 -05:00
Michael R. Fisher
066df0d218
Temporary OSX/Clang/C++11 workaround
...
- Adds a directive that includes <vector> upon specific conditions
- WIP
2013-07-15 22:57:35 -05:00
Michael R. Fisher
fa1086d82d
Dereference pointers in ctors where appropriate. (c++11 wants this)
2013-07-15 22:57:35 -05:00
Michael R. Fisher
bf153e58a5
C++11 Building - Use new style struct field inititializing
...
- clang with std=c++11 enabled was failing here
2013-07-15 22:57:34 -05:00
Michael R. Fisher
65eb0b845f
Include evoral/Note.hpp before pbd/compose.h
...
- This workaround prevents a clang compiler error about template
visibility
2013-07-15 22:57:34 -05:00
Michael R. Fisher
693713ecdb
Allow compiling with c++11 enabled
2013-07-15 22:57:34 -05:00
Michael R. Fisher
3e11c80ac3
C++11 Building - Add space between macros and quoted strings
2013-07-15 22:57:34 -05:00
Michael R. Fisher
5e739dbfc1
Typo fixed: call class method instead of trying to use as a variable
2013-07-15 22:57:34 -05:00
Michael R. Fisher
7f6765ece4
OSX GUI - Prevent compiler errors when -std=c++11 is switched on
2013-07-15 22:57:34 -05:00
Paul Davis
9cb678ebcc
finally get to the bottom of where NO_PLUGIN_STATE needs to be in order to be useful
2013-07-15 22:23:16 -04:00
Paul Davis
90f5eb4a31
more plugin state debugging
2013-07-15 20:43:44 -04:00
Paul Davis
332deec155
tweaks to NO_PLUGIN_STATE logic
2013-07-15 20:43:44 -04:00
Robin Gareus
9f6d97376d
add option to disable cairo-RGBA overlays for meters.
2013-07-16 00:56:36 +02:00
Paul Davis
0c641f6847
Merge branch 'apple' of https://github.com/mfisher31/ardour
2013-07-15 15:04:01 -04:00
Paul Davis
15be154515
use g_unlink() rather than unlink() universally, requires <glib/gstdio.h> in several files
2013-07-15 14:29:00 -04:00
Michael R. Fisher
08e6dcde76
Startup BETA Mac Screen - Pull version number from VERSIONSTRING
2013-07-15 13:00:35 -05:00
Michael R. Fisher
abb8d61dea
Correcting Indentation Errors
2013-07-15 12:48:33 -05:00
Paul Davis
f9549b6c5c
Update Pango modules file to work with Pango version in Fedora 17
2013-07-15 13:45:36 -04:00
Paul Davis
9b8a3a1ea4
Update mingw package script for Fedora 17
2013-07-15 13:45:00 -04:00
Paul Davis
a2a7545ea1
Update mingw environment to work with mingw-64 toolchain on F17
2013-07-15 13:44:11 -04:00
Paul Davis
590e1fb458
Disable check for boost with mingw build
2013-07-15 13:43:47 -04:00
Paul Davis
00ae5492f4
(reapply with fixes) Build system changes to support mingw build target
2013-07-15 13:43:17 -04:00
Michael R. Fisher
d64d4b881d
Fix typo in osx BETA startup screen
...
- Step #2 was being skipped in the text
2013-07-15 12:42:09 -05:00
Paul Davis
96ea407d1a
Revert "Build system changes to support mingw build target"
...
This reverts commit 94145732f3 .
2013-07-15 13:21:22 -04:00
Paul Davis
555174d510
Revert "tweaks to mingw build environment"
...
This reverts commit fa09121a7f .
2013-07-15 13:20:48 -04:00
Paul Davis
fa09121a7f
tweaks to mingw build environment
2013-07-15 13:17:32 -04:00
Paul Davis
94145732f3
Build system changes to support mingw build target
2013-07-15 13:16:09 -04:00
Paul Davis
020ca43ed0
add and Update mutex test that is no longer necessary now that glib has been fixed
2013-07-15 12:53:16 -04:00
Paul Davis
a8647faca7
Add JACK utility functions in libardour and test
...
This contains much of the code present in the GUI EngineDialog class
but refactored with some added windows bits.
2013-07-15 12:46:35 -04:00
Paul Davis
3e1c66f946
Use g_stat in AudioSource::initialize_peakfile for portability
2013-07-15 12:41:53 -04:00
Paul Davis
4a8aadbbdf
Use g_rename in AudioSource::rename_peakfile for portability
2013-07-15 12:41:24 -04:00
Paul Davis
dca2774508
Use g_utime for portability in AudioSource::touch_peakfile
2013-07-15 12:41:01 -04:00
Paul Davis
ea0e42dee7
Use g_stat in AudioSource::touch_peakfile for portability
2013-07-15 12:40:34 -04:00
Paul Davis
81dbc20bac
Add basic test for PluginManager and LADSPA plugins
2013-07-15 12:40:06 -04:00
Paul Davis
83e05ec0ec
Use ARDOUR::ladspa_search_path and PBD::find_matching_files to find LADSPA modules
2013-07-15 12:38:03 -04:00
Robin Gareus
d80f672e84
Revert new meter types (postponed until after 3.3 release)
...
This reverts commit ce621d1c8a .
This reverts commit 80aa257481 .
2013-07-15 16:07:37 +02:00
Robin Gareus
ce621d1c8a
add new meter-type enums (amend 80aa2574)
2013-07-15 15:12:15 +02:00
Robin Gareus
80aa257481
add VU and IEC meter DSP (from jmeters)
2013-07-15 15:04:36 +02:00
Robin Gareus
9b1d7fd2f7
simplify meter-type context menu
...
in preparation for adding more meter-types
2013-07-15 15:04:32 +02:00
Robin Gareus
6908ad1053
move ardour meter globals into dedicated namespace (TODO meter_patters typedef)
2013-07-15 15:04:20 +02:00
Paul Davis
5bc4e54b7d
Add ARDOUR::ladspa_search_path function to get LADSPA module directories
2013-07-15 08:08:09 -04:00
Paul Davis
2c7a1179c6
Fix finding panner modules on windows by looking for files with *.dll extension
2013-07-15 08:07:12 -04:00
Paul Davis
49edb90484
Add ladspa directory name to directory names
2013-07-15 08:06:39 -04:00
Paul Davis
c00e03cced
Don't include jack/weakjack.h header when compiling for windows
2013-07-15 08:06:09 -04:00
Paul Davis
43f7813b24
Fix portability of Session::source_search_path
2013-07-15 08:05:37 -04:00
Paul Davis
f08d9591e6
Fix reading and writing of files on windows in PBD::FileManager
2013-07-15 07:55:36 -04:00
Paul Davis
542c4b024e
Don't use errno after g_file_test on windows
2013-07-15 07:55:01 -04:00
Paul Davis
5131b8300f
Use g_open instead of ::open in PBD::FileManager
...
g_open is a macro that evaluates to ::open on linux(and mac) so this
is only a change for windows.
2013-07-15 07:54:29 -04:00
Paul Davis
db3edc4018
Use ::write instead of pwrite in AudioSource::compute_and_write_peaks for portability
...
This destroys the atomicity of pwrite() and thus suggests that we should do something else to ensure
that multithread access to peakfiles (if it does in fact exist) is safe. OTOH, there may be no
such thing, since they are designed for the GUI, which is single threaded (for now)
2013-07-15 07:53:45 -04:00