Work on AudioUnit

This commit is contained in:
Jack Andersen
2016-06-02 16:53:52 -10:00
parent 8930e005df
commit 81bd897ec1
5 changed files with 291 additions and 132 deletions

View File

@@ -71,7 +71,7 @@ Sequencer::Sequencer(Engine& engine, const AudioGroup& group, int groupId,
m_midiSetup = it->second->data();
m_submix = m_engine.addSubmix(smx);
m_submix->makeReverbHi(0.2f, 1.f, 1.f, 0.5f, 0.f, 0.f);
m_submix->makeReverbHi(0.2f, 0.65f, 1.f, 0.5f, 0.f, 0.f);
}
Sequencer::ChannelState::~ChannelState()