MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ read_audio() [1/2]

auto MayaFlux::Creator::read_audio ( ) -> std::shared_ptr<Kakshya::SoundFileContainer>
inline

Definition at line 149 of file Creator.hpp.

150 {
151 auto container = choose_audio();
152 if (container)
153 MF_LIVE_EXPOSE_AUTO(container);
154 return container;
155 }
#define MF_LIVE_EXPOSE_AUTO(ptr)
Auto-expose variant that deduces the key prefix from the shared_ptr element type.
std::shared_ptr< Kakshya::SoundFileContainer > choose_audio()
Present a native open-file dialog filtered to audio formats and load the chosen file via IOManager::l...
Definition Depot.cpp:122

References MayaFlux::choose_audio(), and MF_LIVE_EXPOSE_AUTO.

+ Here is the call graph for this function: