-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdeprecated.html
More file actions
104 lines (102 loc) · 7.02 KB
/
deprecated.html
File metadata and controls
104 lines (102 loc) · 7.02 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>libfluidsynth: Deprecated List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">libfluidsynth
 <span id="projectnumber">1.1.11</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Deprecated List </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><dl class="reflist">
<dt><a class="anchor" id="_deprecated000004"></a>Class <a class="el" href="struct__fluid__mod__t.html">_fluid_mod_t</a> </dt>
<dd>To be removed from the public API. </dd>
<dt><a class="anchor" id="_deprecated000006"></a>Global <a class="el" href="gen_8h.html#aa15008d347132b989970e91cb142413b">fluid_gen_set_default_values</a> (fluid_gen_t *gen)</dt>
<dd>Will be removed from the public API in a future release, because there is no current usecase for it. </dd>
<dt><a class="anchor" id="_deprecated000005"></a>Global <a class="el" href="settings_8h.html#a21bdf64fc45834507a750886e06df889">FLUID_HINT_INTEGER</a> </dt>
<dd></dd>
<dt><a class="anchor" id="_deprecated000001"></a>Global <a class="el" href="event_8h.html#a98ada1fab7a3785a41aa4003645640eba2ea2f1b628552592bfb549df00ac606d">FLUID_SEQ_LASTEVENT</a> </dt>
<dd>As of 1.1.7 this enum value is deprecated and will be removed in a future release, because it prevents adding new enum values without breaking ABI compatibility. </dd>
<dt><a class="anchor" id="_deprecated000020"></a>Global <a class="el" href="settings_8h.html#a7cc14a16666ddaa5bfdac455023541f0">fluid_settings_getstr</a> (fluid_settings_t *settings, const char *name, char **str)</dt>
<dd></dd>
<dt><a class="anchor" id="_deprecated000008"></a>Global <a class="el" href="synth_8h.html#a95ec45c4cbe9bd7ef92c2fef957a1717">fluid_synth_create_key_tuning</a> (fluid_synth_t *synth, int bank, int prog, const char *name, const double *pitch)</dt>
<dd>Use fluid_synth_activate_key_tuning(synth, bank, prog, name, pitch, FALSE) instead. </dd>
<dt><a class="anchor" id="_deprecated000009"></a>Global <a class="el" href="synth_8h.html#aa431e627a9e322982d2c1fafe8e2abcc">fluid_synth_create_octave_tuning</a> (fluid_synth_t *synth, int bank, int prog, const char *name, const double *pitch)</dt>
<dd>Use fluid_synth_activate_octave_tuning(synth, bank, prog, name, pitch, FALSE) instead. </dd>
<dt><a class="anchor" id="_deprecated000007"></a>Global <a class="el" href="synth_8h.html#a80f40cdecd1db919d2a0ba80f10907e6">fluid_synth_get_channel_info</a> (fluid_synth_t *synth, int chan, fluid_synth_channel_info_t *info)</dt>
<dd>Provides redundant functionality that can be achieved with <a class="el" href="synth_8h.html#a3fba596ce8f5f4c0e54d8013348e80c4" title="Get active preset on a MIDI channel. ">fluid_synth_get_channel_preset()</a> or <a class="el" href="synth_8h.html#af8771f60cfb9f4b352fa7423621d35e5" title="Get current SoundFont ID, bank number and program number for a MIDI channel. ">fluid_synth_get_program()</a>. </dd>
<dt><a class="anchor" id="_deprecated000011"></a>Global <a class="el" href="synth_8h.html#a6fbd7080c3b88840a05d99add3d5b279">fluid_synth_reset_tuning</a> (fluid_synth_t *synth, int chan)</dt>
<dd>Use fluid_synth_deactivate_tuning(synth, chan, FALSE) instead. </dd>
<dt><a class="anchor" id="_deprecated000010"></a>Global <a class="el" href="synth_8h.html#abfba46ba4cd550119fb6618f461dc99c">fluid_synth_select_tuning</a> (fluid_synth_t *synth, int chan, int bank, int prog)</dt>
<dd>Use fluid_synth_activate_tuning(synth, chan, bank, prog, FALSE) instead. </dd>
<dt><a class="anchor" id="_deprecated000018"></a>Global <a class="el" href="synth_8h.html#a473592b54847c90e359fa8c18edbc87d">fluid_synth_set_gen2</a> (fluid_synth_t *synth, int chan, int param, float value, int absolute, int normalized)</dt>
<dd>As of 1.1.9 this function is deprecated, because there doesn't seem to be a use-case for it. </dd>
<dt><a class="anchor" id="_deprecated000019"></a>Global <a class="el" href="synth_8h.html#a19e0147dddbfbd54a5c13c140c95608d">fluid_synth_set_midi_router</a> (fluid_synth_t *synth, fluid_midi_router_t *router)</dt>
<dd>This function is only used by shell command handler, which will be refactored in a future release. </dd>
<dt><a class="anchor" id="_deprecated000002"></a>Global <a class="el" href="gen_8h.html#ad17a24ae3b25f3b8cc5762f818eef9b4a9c372c341b7b1a718f0016f40c615cf3">GEN_LAST</a> </dt>
<dd>As of 1.1.7 this enum value is deprecated and will be removed in a future release, because it prevents adding new enum values without breaking ABI compatibility. </dd>
<dt><a class="anchor" id="_deprecated000003"></a>Global <a class="el" href="log_8h.html#aa341232c15addd9c336131984840ed9eae556bea4357140f1b3f639fd450b88d4">LAST_LOG_LEVEL</a> </dt>
<dd>As of 1.1.7 this enum value is deprecated and will be removed in a future release, because it prevents adding new enum values without breaking ABI compatibility.</dd>
</dl>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>