mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-09 05:27:57 +00:00
initial driver entry point
This commit is contained in:
@@ -17,4 +17,20 @@ Submix::Submix(Engine& engine, Submix* smx)
|
||||
m_submix->m_activeSubmixes.insert(this);
|
||||
}
|
||||
|
||||
bool Submix::canApplyEffect() const
|
||||
{
|
||||
}
|
||||
|
||||
void Submix::applyEffect(int16_t* audio, const ChannelMap& chanMap, double sampleRate) const
|
||||
{
|
||||
}
|
||||
|
||||
void Submix::applyEffect(int32_t* audio, const ChannelMap& chanMap, double sampleRate) const
|
||||
{
|
||||
}
|
||||
|
||||
void Submix::applyEffect(float* audio, const ChannelMap& chanMap, double sampleRate) const
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user