Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ Int24
Function
Int24
include/dsp/convert.hpp:19–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
Int24 {
18
int32_t i : 24;
19
Int24() {}
20
Int24(int32_t i) : i(i) {}
21
operator int32_t() {return i;}
22
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected