-
Notifications
You must be signed in to change notification settings - Fork 8
/
NEWS
62 lines (32 loc) · 1.66 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
User-visible changes in the Audio Processing Framework. Recent changes on top.
0.5.0 (31 May 2023)
- don't auto-start jackd
- use jack_on_shutdown instead of jack_on_info_shutdown for Windows compatibility
- stop calling JACK callback after an exception
0.4.0 (09 October 2020)
- remove all thread policies, replace them with native C++11 threads
- SharedData: support movable types, set_from_rt_thread()
- JACK client: add sync callback
- jack_policy: rename connect_to -> connect-to
- MEX: Add missing convert() function for long int
0.3.0 (11 May 2016)
- the license was changed from the GPL to the less restrictive MIT license
- some improvements in the MEX tools
0.2.1 (16 July 2014)
- new: default_number_of_threads() in thread policies
- new: default_thread_policy.h for selecting thread policy based on OS
- new: some helper functions for implementing MEX files
- extend delay_is_valid() to provide "corrected" delay value
- several bug-fixes, more unit tests, improved examples
0.2.0 (03 July 2013)
- new: Convolver and BlockDelayLine
- new: query_policy for getting information out of the audio thread
- new: fixed_vector and fixed_list, changed Matrix to fixed_matrix
- new: ScopedThread, DetatchedThread, fftw_allocator, PortAudio policy
- re-design of the crossfade, tools for parameter interpolation were added.
see CombineChannels, CombineChannelsCrossfade, CombineChannelsInterpolation
- posix_thread_policy and posix_sync_policy were combined
- several bug-fixes and many improvements, more unit tests
- re-organization of the directory structure, some separate files were combined
0.1.0 (10 April 2012)
- first release