Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit c2ad95e

Browse files
authored
Merge pull request #224 from musikinformatik/topic/support-gain-in-controlbus
Topic/support gain in controlbus
2 parents 4f4adc9 + 5cfaae0 commit c2ad95e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

classes/DirtEvent.sc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ DirtEvent {
152152
in: orbit.synthBus.index, // read from synth bus, which is reused
153153
out: orbit.dryBus.index, // write to orbital dry bus
154154
amp: ~amp,
155+
gain: ~gain,
156+
overgain: ~overgain,
155157
sample: ~hash, // required for the cutgroup mechanism
156158
sustain: ~sustain, // after sustain, free all synths and group
157159
fadeInTime: ~fadeInTime, // fade in

0 commit comments

Comments
 (0)