Open jhw opened 3 years ago
It is the relative_note
on each Sample
: https://github.com/metrasynth/radiant-voices/blob/master/rv/modules/sampler.py#L251
Ah yes - i have feeling base and relative notes are different, but can achieve the same effect with relative note.
Many thanks for quick reply and hope u are doing well :)
On Wed, 27 Jan 2021, 18:32 Matthew R. Scott, notifications@github.com wrote:
It is the relative_note on each Sample: https://github.com/metrasynth/radiant-voices/blob/master/rv/modules/sampler.py#L251
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/metrasynth/radiant-voices/issues/39#issuecomment-768485833, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAACFFB2ISOPRXZUONB3CKTS4BLZ7ANCNFSM4WVWR6SQ .
u might like this which I hacked together this evening (with RV)
https://gist.github.com/jhw/44d4ab80a6c9b582f22a25afd91e3cdf#file-pico_sample_chain-md
On Wed, 27 Jan 2021 at 18:57, justin worrall justin.worrall@gmail.com wrote:
Ah yes - i have feeling base and relative notes are different, but can achieve the same effect with relative note.
Many thanks for quick reply and hope u are doing well :)
On Wed, 27 Jan 2021, 18:32 Matthew R. Scott, notifications@github.com wrote:
It is the relative_note on each Sample: https://github.com/metrasynth/radiant-voices/blob/master/rv/modules/sampler.py#L251
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/metrasynth/radiant-voices/issues/39#issuecomment-768485833, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAACFFB2ISOPRXZUONB3CKTS4BLZ7ANCNFSM4WVWR6SQ .
Hi,
I want to load a series of samples into a sampler and assign them to different notes.
I can load and assign the samples fie, but sunvox wants to give each a "base note" (default seems to be C5) which it then uses for pitch shifting.
This means that any sample not assigned to C5 gets pitch shifted, which I don't want.
I can see the base note in the sunvox UI, but don't know how to change in via RV.
Is there a way ?
Thx!