MCPcopy Create free account
hub / github.com/LancePutnam/Gamma / openWrite

Method openWrite

src/SoundFile.cpp:288–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286bool SoundFile::openRead(){ return mImpl->openRead(path()); }
287
288bool SoundFile::openWrite(){ return mImpl->openWrite(path()); }
289
290
291void SoundFile::print(){

Callers 3

recordNRTMethod · 0.45
mainFunction · 0.45
MyAppMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected