mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-09 22:02:10 +02:00
Add logging for IAudioProcessor::process()
This is super verbose, but I'm sure it's going to be useful at some point.
This commit is contained in:
@@ -190,8 +190,10 @@ YaEventList::YaEventList(Steinberg::Vst::IEventList& event_list) {
|
||||
}
|
||||
}
|
||||
|
||||
YaEventList::~YaEventList() {
|
||||
FUNKNOWN_DTOR
|
||||
YaEventList::~YaEventList(){FUNKNOWN_DTOR}
|
||||
|
||||
size_t YaEventList::num_events() const {
|
||||
return events.size();
|
||||
}
|
||||
|
||||
void YaEventList::write_back_outputs(
|
||||
|
||||
Reference in New Issue
Block a user