Stéphane Letz
4ea2e204f5
Merge pull request #107 from KimJeongYeon/master
eliminate duplicated examples.
10 years ago
KimJeongYeon
7676ac7a4d
eliminate duplicated examples.
10 years ago
Stéphane Letz
e38a27687a
Merge pull request #101 from 4c0n/bugfix/fix-status
Preserving original status
10 years ago
Youri Westerman
0b6616369a
Preserving original status
10 years ago
Stéphane Letz
3225446e98
Merge pull request #92 from x42/master
support [unescaped] double-quotes in jackdrc
10 years ago
Robin Gareus
886a64e02a
support [unescaped] double-quotes in jackdrc
allow autostart of jackd on OSX where device-names can
contain spaces.
10 years ago
Stephane Letz
81c129c1dd
Alexandru Costache patch for memory allocation failure.
10 years ago
Stéphane Letz
abad658b78
Merge pull request #86 from mseeber/array-to-short-2014-012-14
increase size of array to fit initializer string
10 years ago
Stéphane Letz
f806d26359
Merge pull request #87 from mseeber/warning-pointer-target-signedness-2014-12-18
fix warning for unsigned/signed pointer target
10 years ago
Markus Seeber
275357080c
fix warning for unsigned/signed pointer target
- use unsigned int instead of int (socklen_t is supposed to be unsigned)
- converted inconsistent line Ending to UNIX line ending
10 years ago
Markus Seeber
e1935e630e
increase size of array to fit initializer string
- fixed compiler warning
- fixed possible cropping of output
10 years ago
Stéphane Letz
7477bc2b01
Merge pull request #83 from mseeber/unused-label-warn-1
Fix compiler warning about unused label on non Win32
10 years ago
Markus Seeber
f67f7b0fdb
Add curly brackets
10 years ago
Markus Seeber
1f1478c263
better error messages
- separated two causes of an error
- gave the win32 "lost signal" case a more descriptive message
10 years ago
Markus Seeber
a66fe88a34
fix warning about unused label on non win32 build
- moved platform dependend code into scope its respective #ifdef
- killed one useless 'goto' with great pleasure
- introduced duplicate code to preserve behavior (fallthrough case)
10 years ago
Nedko Arnaudov
9087f53edf
Merge pull request #79 from mseeber/linebreaks
Changed inconsistent lineendings to UNIX format
10 years ago
Markus Seeber
1122d37324
Changed inconsistent lineendings to UNIX format
- used dos2unix
- this also cleaned some whitespaces
10 years ago
Stephane Letz
2cd233537a
Improve documentation.
10 years ago
Stéphane Letz
55219a488d
Merge pull request #76 from ricardocrudo/master
including S24_LE/BE formats to linux alsa driver
10 years ago
Ricardo Crudo
9e70b86c65
including S24_LE/BE formats to linux alsa driver
10 years ago
Nedko Arnaudov
c298113078
Merge pull request #75 from mseeber/build
fix bug on building under path with whitespaces
10 years ago
Markus Seeber
d6db80c936
fix bug on building under path with whitespaces
- wrapping the path strings in quotes prevents interpretation as multiple files
or paths if there are whitespaces in the path.
10 years ago
Stephane Letz
9159e9f85f
Merge remote-tracking branch 'upstream/master'
10 years ago
Stephane Letz
3260d467e0
Robin Gareus patch for Windows JackRouter.
10 years ago
Adrian Knoth
d3c8e2d8d7
Fix FTBFS with clang++
Forwarded from http://bugs.debian.org/757820
10 years ago
Stephane Letz
a9a2ad16e1
Improve net.h documentation(2).
10 years ago
Stephane Letz
7e9ef34f79
Improve net.h documentation.
10 years ago
Stephane Letz
54ada6e545
Correct NetJack2 SyncSend.
10 years ago
Stephane Letz
450745678c
Correct NetJack2 init code.
10 years ago
Stephane Letz
ce825c6a6b
Version 1.9.11 started.
11 years ago
Stephane Letz
3eb0ae6aff
Update changelog.
11 years ago
Stéphane Letz
d5973baf07
Merge pull request #67 from Igevorse/jack_transport_reposition_fix
jack_transport_reposition linkage fix
11 years ago
Igevorse
4e8101ebc7
jack_transport_reposition linkage fix
11 years ago
Stephane Letz
a48fea3c01
Correct JackWinMMEDriver and JackALSARawMidiDriver creation.
11 years ago
Stephane Letz
e24717e3ed
README updated.
11 years ago
Stéphane Letz
16c810d60c
Merge pull request #66 from KimJeongYeon/master
up-to-date jack2_android from OSRC(SM-G9008W_CHN).
11 years ago
KimJeongYeon
695bbaeb57
up-to-date jack2_android from OSRC(SM-G9008W_CHN).
11 years ago
Stéphane Letz
97e0e80bba
Merge pull request #65 from falkTX/master
Fix jack_port_uuid
11 years ago
falkTX
5fb7e2a191
Fix jack_port_uuid
11 years ago
Stéphane Letz
eb860f55dd
Merge pull request #64 from mojofunk/fixmingw
Add missing version of windows wscript file
11 years ago
Tim Mayberry
9e415ea8d5
Add missing version of windows wscript file
This file was supposed to be added quite some time ago to support
compiling jack with mingw.
11 years ago
Stephane Letz
dd97d19124
Fix for KillServer.
11 years ago
Stephane Letz
2e6344a32b
Use jack_free instead of free in inprocess.c.
11 years ago
Stéphane Letz
4813f1b5c3
Merge pull request #63 from valentindavid/master
Fix sample_move_d24_sS when using SSE4.1
11 years ago
Valentin David
967e913896
Fix sample_move_d24_sS when using SSE4.1
11 years ago
Stephane Letz
314e5f7d09
Pawel patch for MidiBufferMixdown.
11 years ago
Stéphane Letz
1fcdfed3ae
Merge pull request #62 from falkTX/master
stub/empty implementation of jack meta-data API
11 years ago
falkTX
f7543f05db
Missing jack_port_uuid. stub/empty implementation complete
11 years ago
falkTX
e49378dcb8
Fix last commit
11 years ago
falkTX
986d306275
Fix meta keys visibility
11 years ago