-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
112 lines (71 loc) · 3.48 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
Summary of important user-visible changes for releases of the audio package
===============================================================================
audio-2.0.9 Release Date: 2024-09-23
===============================================================================
** minor bug fixes
** minor updates to documentation
** NEW FUNCTIONS:
- phone2sone
- sone2phone
===============================================================================
audio-2.0.8 Release Date: 2023-10-02
===============================================================================
** bugfix midisend with multiple messages
** audioOscillator: update to allow functioning in < octave 6
** minor updated for Octave 9+ compatibility
===============================================================================
audio-2.0.7 Release Date: 2023-07-26
===============================================================================
** bugfix crash on create mididevice without a midisystem
** minor updates to documentation
===============================================================================
audio-2.0.6 Release Date: 2023-07-20
===============================================================================
** minor updates for octave dld classes
** NEW FUNCTIONS:
- erb2hz and hz2erb
- bark2hz and hz2bark
- mel2hz and hz2mel
- audioOscillator
** minor updates to documentation
===============================================================================
audio-2.0.5 Release Date: 2022-07-20
===============================================================================
** minor updates for octave dld classes
** NEW FUNCTIONS:
- @octave_midi/hasdata
- midicallback
- midiflush
** midirecv always returns abs timestamp from midimsg results
** added qt5 documentation
===============================================================================
audio-2.0.4 Release Date: 2021-12-05
===============================================================================
** minor updates for octave 7 compatibility
===============================================================================
audio-2.0.3 Release Date: 2021-10-22
===============================================================================
** midifilewrite: updates for time processing
** midifileread: updates reading sysex messages
** midimsg: allow horzcat to add multiple messages
** midisend: dont send metadata to mididevice
===============================================================================
audio-2.0.2 Release Date: 2020-10-13
===============================================================================
** added 'other' field to midifileinfo structure
** added metaevent type to midimsg
** additional FXX type message file reading
** added format specifier to midifileread
** bugfix ref count on midi_object unique_clone
** minor documentation updates
===============================================================================
audio-2.0.1 Release Date: 2020-05-08
===============================================================================
** added additional midimsg property set/get
** added midimsgtype enumeration class
** minor documentation updates
===============================================================================
audio-2.0.0 Release Date: 2020-01-03
===============================================================================
** Added midi functions
** remove obsolete / old audio functions