Difference between revisions of "Component: DSPBufferRef (DSP)"
From Flowcode Help
Jump to navigationJump to search| Line 72: | Line 72: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
| + | |||
| + | |||
| Line 77: | Line 79: | ||
==Macro reference== | ==Macro reference== | ||
| + | ===Prv_PutPropStr=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 100: | Line 103: | ||
| + | ===Prv_PutConsole=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 123: | Line 127: | ||
| + | ===get=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 141: | Line 146: | ||
| + | ===put=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 164: | Line 170: | ||
| + | ===put_float=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 187: | Line 194: | ||
| + | ===Prv_GetPropStr=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 205: | Line 213: | ||
| + | ===Prv_GetConsole=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 223: | Line 232: | ||
| + | ===SetHandle=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 241: | Line 251: | ||
| + | ===get_float=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Revision as of 11:49, 3 February 2023
| Author | Matrix TSL |
| Version | 1.0 |
| Category | DSP |
Contents
DSPBufferRef component
Reference and access to a specific DSP buffer inside another DSP component. Used for a DSP component input buffer.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_DSP_Buff_Ref.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_DSP_Buff_Ref.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
Prv_PutPropStr
| Prv_PutPropStr | |
| Idx | |
| Val | |
| Return | |
Prv_PutConsole
| Prv_PutConsole | |
| Idx | |
| Val | |
| Return | |
get
| get | |
| Embedded - Get/Set uses Type Specified to maintain efficiency Sim - Reverts to long type so 8/16 bit will also fit | |
| Idx | |
| Return | |
put
| put | |
| Embedded - Get/Set uses Type Specified to maintain efficiency Sim - Reverts to long type so 8/16 bit will also fit | |
| Idx | |
| Val | |
| Return | |
put_float
| put_float | |
| Embedded - Get/Set uses Type Specified to maintain efficiency Sim - Reverts to long type so 8/16 bit will also fit | |
| Idx | |
| Val | |
| Return | |
Prv_GetPropStr
| Prv_GetPropStr | |
| Idx | |
| Return | |
Prv_GetConsole
| Prv_GetConsole | |
| Idx | |
| Return | |
SetHandle
| SetHandle | |
| Handle | |
| Return | |
get_float
| get_float | |
| Embedded - Get/Set uses Type Specified to maintain efficiency Sim - Reverts to long type so 8/16 bit will also fit | |
| Idx | |
| Return | |
Property reference
| Properties | |
| Link To | |
| DSP component with output buffer to collect our data from. | |
| Subname | |
| Subhandle | |
| Buffer Size | |
| Buffer Type | |
| Console Handle | |
| Text | |
| Orientation | |