summaryrefslogtreecommitdiff
path: root/libs/ardour/MSVClibardour
AgeCommit message (Collapse)Author
2014-12-26Remove the source files which got transferred to libpbdJohn Emmas
2014-12-07Add some newly introduced source files to our MSVC project (libardour)John Emmas
2014-12-01Replace half-baked param metadata with descriptor.David Robillard
Among other things, this means that automation controls/lists have the actual min/max/normal/toggled of parameters, and not those inferred from the Parameter ID, which is not correct for things like plugin parameters. Pushing things down to the Evoral::ParmeterDescriptor may be useful in the future to have lists do smarter things based on parameter range, but currently I have just pushed down the above-mentioned currently used attributes.
2014-11-30Move EventRingBuffer to libardour.David Robillard
This is not used anywhere in Evoral and is just a wrapper around the PBD RingBuffer anyway. Towards a (once again?) independently buildable/testable Evoral and fewer cross-dependencies.
2014-11-04Add some newly introduced header files to our MSVC project (libs/ardour)John Emmas
2014-11-04When running an (MSVC built) VST scanner app, make sure we can utilise ↵John Emmas
debuggable versions if we need to
2014-11-01Add a newly introduced header file to our MSVC project (libardour)John Emmas
2014-10-29Add support for USE_CAIRO_IMAGE_SURFACE when building with MSVCJohn Emmas
(new preprocessor directive - greatly improves CPU loading)
2014-10-08MSVC - add support for 'HAVE_NEW_LV2'John Emmas
(after updating to the latest versions of serd, sord, sratom and lilv)
2014-08-28Make sure all our VC projects agree that the product is called 'Mixbus3' (as ↵John Emmas
opposed to just 'Mixbus') It'd be nice if we could use 'ARDOUR::config_dir_name' for this purpose (or perhaps 'PROGRAM_VERSION'). However, neither is implemented widely enough at present to make this practical. Keep an eye on them though, as possible future strategies.
2014-08-04Modify our VC project files to work with msvc32-fixup.plJohn Emmas
2014-07-27Add provision for 'PROGRAM_VERSION' (MSVC libardour project)John Emmas
2014-07-15Update vcproj files for changed LILV config define.David Robillard
2014-06-28Add (newly introduced) sources to our MSVC projectsJohn Emmas
2014-06-15Add newly introduced sources to our MSVC projectsJohn Emmas
2014-05-21Add newly introduced sources to MSVC projectsJohn Emmas
(SoundCloud export stuff)
2014-05-06Add 'midi_scene_change' sources to ardour.vcprojJohn Emmas
2014-04-11another stab at a working vst on windowsunknown
2014-04-11interim vst fixesunknown
2014-04-08Add the main VC project files for building Ardour3 with Microsoft Visual StudioJohn Emmas
Note that there's no 'VS Solution' file at present and some targets haven't been built yet (e.g. 'fst')