You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this may be useful to reduce IPC overhead. For example, a plugin can then query the entire range of notes that it expects to use within a single synth voice, using 1 IPC call, instead of potentially up to 128. Of course there should be something similar for note-retuning-ratio, note-returning-semis and a couple other ones.
The text was updated successfully, but these errors were encountered:
Would it be possible to add an alternative version of NoteToFrequency that takes in a range of notes?
Something like
I think this may be useful to reduce IPC overhead. For example, a plugin can then query the entire range of notes that it expects to use within a single synth voice, using 1 IPC call, instead of potentially up to 128. Of course there should be something similar for note-retuning-ratio, note-returning-semis and a couple other ones.
The text was updated successfully, but these errors were encountered: