MCPcopy Create free account
hub / github.com/Ableton/link / abl_link_commit_audio_session_state

Function abl_link_commit_audio_session_state

extensions/abl_link/src/abl_link.cpp:184–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 }
183
184 void abl_link_commit_audio_session_state(
185 struct abl_link link, abl_link_session_state session_state)
186 {
187 reinterpret_cast<ableton::LinkAudio *>(link.impl)->commitAudioSessionState(
188 *reinterpret_cast<ableton::Link::SessionState *>(session_state.impl));
189 }
190
191 double abl_link_tempo(abl_link_session_state session_state)
192 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected