falkTX
806da09a12
Allow portaudio driver on any system, use device reservation too
Signed-off-by: falkTX <falktx@falktx.com>
1 year ago
falkTX
0d730dd356
Fix crash on windows 64bit when receiving winmme MIDI messages
Signed-off-by: falkTX <falktx@falktx.com>
1 year ago
luz paz
ae9993bb34
Fix typos
2 years ago
falkTX
d2bd4feed3
Do not ship tools in automated Windows CI builds
Signed-off-by: falkTX <falktx@falktx.com>
3 years ago
Alexis Murzeau
3d681a3a99
installer: add qwindowsvistastyle.dll for QJackCtl
This DLL is required to have a proper Qt skin on Windows.
3 years ago
falkTX
3d4027b1c7
CI: Generate windows installers
Signed-off-by: falkTX <falktx@falktx.com>
3 years ago
falkTX
66f9bdb386
Better handling of optional asio
Signed-off-by: falkTX <falktx@falktx.com>
3 years ago
falkTX
e7545f5b81
Remove old workaround for asio4all, as it breaks with jack-router
Seems no longer needed
Closes #697
4 years ago
falkTX
9776657bf3
Show welcome and license pages on windows installer
4 years ago
falkTX
a563cc8cdf
Ignore versions on windows installer, always replacing files
4 years ago
falkTX
e761478422
Fix slightly wrong parameter type in portaudio adapter
4 years ago
falkTX
89e3ac18b7
Add jack-router to windows installer, opt-in
4 years ago
Luciano Iam
a23d22eacf
Update README_MINGW to reflect 2020 changes
4 years ago
falkTX
ac62faa9c0
Fix registry keys for Windows, add 32bit compat ones on 64bit
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
d90ef27d60
Remove jack-router windows code, moved to new repo
See https://github.com/jackaudio/jack-router/
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
9a99d202eb
Remove "v" prefix from Windows installer files
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
198b1a2b39
Remove "v" prefix from Windows installer files
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
b5ce525f22
Install def and lib files in the Windows installer
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
c48cb45191
Correct the include dir used in the windows installer
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
d539727a2d
Update default jack location on windows, per new installers
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
230cd6cc64
winmme: allow to activate without any ports, fix some warnings
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
99b7a20486
Install 32bit libjack.dll on 64bit windows installer
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
b3603d6fb3
Write registry key so 3rd parties can find jackd.exe
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
81ac3d06d4
Fix typo
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
d3a3242647
Add innosetup files
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
69768dcd94
Remove 1 more unused file
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
c078bb1a3e
Remove old, unused codeblocks project files
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
c4af0d1b56
Use system headers for portaudio
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
2925617908
Remove pre-included portaudio and samplerate header files
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
9f035df3d4
Remove pre-included windows portaudio static libs
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
56462c748c
Remove pre-included portaudio.h file for windows
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
a11c6995e4
2 more winsock.h includes, also set PRIu64 for mingw
4 years ago
falkTX
8cfc45ba59
Include winsock2.h before windows.h, for mingw
4 years ago
Luciano Iam
cfb85b0143
1.9.14 on MinGW/waf + build guide ( #495 )
* Add guide for compiling on MinGW using waf
* Update wscripts and guide for MinGW
* Fix README_MINGW typos
* Add instructions for ASIO support
* Update jackd example
* Patch for metadata support on Windows
* Update VS project for building JackRouter
* JackRouter/VS: add int redefinition fix to all build configurations
* VS: ignore Visual Studio build files and user settings
* Revise and extend README_MINGW
* Fix typos in README_MINGW
* Update MinGW build guide
* Replace MAX_PATH with PATH_MAX (win32)
* Include limits.h in JackMetadata.h
Co-authored-by: Schrödinger's Cat <6382400+Schroedingers-Cat@users.noreply.github.com>
5 years ago
Kjetil Matheussen
52786902d6
Windows: Use widechar instead of char when loading drivers.
5 years ago
Luciano Iam
02528686c4
Rename PortSetDeviceMetadata to PortSetDefaultMetadata
5 years ago
Luciano Iam
a5093f06ca
Rename PortSetDeviceMetadata to PortSetDefaultMetadata
5 years ago
luz.paz
a93b210134
FIx doxygen and user facing and non-facing typos
Found via `codespell -q 3`
5 years ago
falkTX
bb416c7801
Rename `PortSetDeviceName` to `PortSetDeviceMetadata`
5 years ago
Luciano Iam
c2ec4b37d4
MIDI port pretty names ( #498 )
* Set MIDI port pretty names on macOS
* Set MIDI port pretty names on Windows
* Set MIDI port pretty names on Linux/alsarawmidi
* Update alsarawmidi port naming to match CoreMIDI and WinMME
* Rename PortSetPrettyNameProperty to PortSetDeviceName
* Set hardware property to MIDI port names
5 years ago
Filipe Coelho
59550f67ee
Fix client UUID gen, and some warnings ( #440 )
* Fix generation of client uuid
Signed-off-by: falkTX <falktx@falktx.com>
* Remove all client properties when removed; Cleanup a few things
Signed-off-by: falkTX <falktx@falktx.com>
* Make all uuid function arguments use jack_uuid_t type; Fix warnings
Signed-off-by: falkTX <falktx@falktx.com>
* Rework uuids to never be int, more cleanup
Signed-off-by: falkTX <falktx@falktx.com>
6 years ago
falkTX
7dfdbe133a
Cleanup some warnings
Signed-off-by: falkTX <falktx@gmail.com>
6 years ago
Adrian Knoth
6ccfdc1058
Mass-fix spelling errors
Flagged by the Debian QA tool.
Mostly automatic search-n-replace of the mistakes flagged.
7 years ago
falkTX
288df203f5
Prepare 1.9.12 release
7 years ago
Yasuhiro Fujii
f76cd1b840
add _snprintf() wrapper.
7 years ago
Yasuhiro Fujii
e3bbd5cdba
Change JackPortAudioDriver::Open() to permit a long device name and use truncated name for the most other parts.
8 years ago
Yasuhiro Fujii
6758354192
fix compilation on MSYS2.
8 years ago
Stephane Letz
364159f821
Fix for JackNetUnixSocket::SendTo.
8 years ago
Stephane Letz
02f74a659a
String management fix.
9 years ago
Karl Linden
aaaeeea8d7
Refactor duplicated code into toplevel wscript.
9 years ago