Re: [tim-janik/beast] Property ports for MidiSynth (#112)

2019-08-09 Thread Tim Janik via beast
Closed #112 via 155c02175c3ec4c17a564896cfeb0876ad584e23. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tim-janik/beast/pull/112#event-2546182240___ beast

Re: [tim-janik/beast] Property ports for MidiSynth (#112)

2019-08-09 Thread Tim Janik via beast
tim-janik commented on this pull request. > @@ -1135,6 +1135,11 @@ interface MidiSynth : SNet { STANDARD ":scale", 1, 256, 1, 16); }; + group _("Adjustments") { +float64 volume_f = Range (_("Master [float]"), _("Master

[tim-janik/beast] Property ports for MidiSynth (#112)

2019-08-03 Thread Stefan Westerfeld via beast
This ports all properties of the MidiSynth to C++ (except for object properties SNet/PNet). I had to fix a bug in BsePcmOutput (first commit), because setting the volume on the output object had no effect, but I wanted to test my code. To have 1:1 the same ranges, I introduced constants for