falkTX
f3a6b3e44a
1.9.11-RC1 release
8 years ago
Stephane Letz
6fb2dfc080
Update copyright date.
9 years ago
Stephane Letz
123de3614f
Correct midiseq.c : better use jack_midi_reset_buffer instead of jack_midi_clear_buffer for output port.
9 years ago
Stephane Letz
02f74a659a
String management fix.
9 years ago
ethe
7cb81394ec
Fixed building AudioAdapter on OSX
9 years ago
ethe
acbe8b11a6
Remember to add Foundation.h to use NS*
9 years ago
ethe
7dbf04ca22
Use mach semaphore rather than posix
9 years ago
ethe
ea8e853365
Updated deprecated error handling function
9 years ago
ethe
309025c3fb
Renamed OSX C++ files to Objective-C++ files
9 years ago
Karl Linden
3eec03a64a
Modernize MacTypes.h #includes.
9 years ago
Karl Linden
b3d0fcd723
Drop (seemingly) unused and deprecated #include.
9 years ago
Karl Linden
aaaeeea8d7
Refactor duplicated code into toplevel wscript.
9 years ago
Stephane Letz
c388561e68
Correct version.
9 years ago
Stephane Letz
b1efb10e85
Correct instllations scripts.
9 years ago
Stephane Letz
3a6d6b32fc
Framework moved in /Library again, using posing semaphores.
9 years ago
Stephane Letz
600bebe38d
Missing include, correct log message.
9 years ago
Cédric Schieli
8f6c3c6d1f
Add JackProxyDriver
This driver is very similar to the JackNetDriver, but instead of connecting
through the network, it connects to its upstream server through standard jack
API. So it can only reach local servers which must be running as the same user
or in promiscuous mode.
The main use case is the multi-user, multi-session, shared workstation:
- a classic server with hw driver is launched system-wide at boot time, in
promiscuous mode, optionaly restricted to the audio group
- in each user session, a jackdbus server is automatically started with
JackProxyDriver as master driver, automatically connected to the
system-wide one
- optionaly, each user run PulseAudio with a pulse-jack bridge
10 years ago
Stephane Letz
70c920ba69
Correct CoreAudio devices aggregation code.
10 years ago
Stephane Letz
ce825c6a6b
Version 1.9.11 started.
10 years ago
Stephane Letz
3eb0ae6aff
Update changelog.
10 years ago
Stephane Letz
ab409a65df
Correct CreateAggregateDevice and libjacknet packet latency management.
11 years ago
Stephane Letz
9a48112658
Correct XCode project(3).
11 years ago
Stephane Letz
693c2ffcf1
Correct XCode project(2).
11 years ago
Stephane Letz
274752d275
Correct XCode project.
11 years ago
Stéphane Letz
5eaeab814a
Swich to OPUS on OSX in progress.
11 years ago
Stephane Letz
678b3cae57
Improve default input/ouput device selection in JackCoreAudioDriver.
11 years ago
Stephane Letz
d4d194ebf6
Back to CELT encoder.
11 years ago
Stephane Letz
3a658b687a
Correct XCode project NetJack2 options.
11 years ago
Stephane Letz
907970178e
Improve partial cycle support in NetJack2.
11 years ago
Stephane Letz
7123ef1562
Correct JackCoreMidiDriver.
11 years ago
Stephane Letz
f60fde8a2d
Cleanup backend class structure.
11 years ago
Stephane Letz
dc22edecc9
std::exception used by reference.
12 years ago
Stephane Letz
b75b629c70
Use engine lock in JackCoreMidiDriver::Restart.
12 years ago
Stephane Letz
5936f2fbeb
Define NETWORK_PROTOCOL.
12 years ago
Stephane Letz
e4de2d61da
Autosave mode in netjack2 netmanager.
12 years ago
Stephane Letz
3a3aa4c219
Correct XCode project.
12 years ago
Stephane Letz
a4e319b753
Correctly pass code parameter in InfoShutdown callback.
12 years ago
Stephane Letz
dcb782e682
Port naming fix in CoreMidiDriver.
12 years ago
Stephane Letz
2e12829a04
Improve JackDriver SaveConnections and RestoreConnections.
12 years ago
Stephane Letz
c44b7123b3
Fix JackMachThread::Kill.
12 years ago
Stephane Letz
e7239f0925
Cleanup netjack2 code (in progress).
12 years ago
Stephane Letz
83baac750d
Open one virtual in/out in CoreMidi driver, fix a state refresh issue.
12 years ago
Stephane Letz
af2d63961d
Correct auto-connect for audioadapter.
12 years ago
Stephane Letz
268bdf2b54
Add USE_CLASSIC_AUTOLAUNCH in XCode project.
12 years ago
Stephane Letz
47f3a68c43
Correct typo in JackCoreAudioDriver::OpenAUHAL.
12 years ago
Christian Schoenebeck
023262251e
CoreMIDI driver fix: A MIDIPacket can contain more than 1 event.
12 years ago
Christian Schoenebeck
4e5e7a11c3
CoreMIDI driver fix: MIDI "running status" was not implemented.
( Added few lines to implement it, transition to
JackMidiRawInputWriteQueue might be a better solution though )
12 years ago
Stephane Letz
bbc95b71a6
Code cleanup.
12 years ago
Stephane Letz
c1f057e013
Fix stupid typo in JackEngine::NotifyRemoveClient.
12 years ago
Stephane Letz
3fc1d76f9e
Cleanup.
12 years ago