Replies: 1 comment 2 replies
-
Hi, Do you plan to loop the complete sample? When loading new samples you should get the correct values:
For runtime manipulation you can use: Sampler_SetADSR_Decay, Sampler_SetADSR_Release What do you want to display on the OLED? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I wanted to make a drone instrument which plays 4 notes of a wave file which is uploaded to the PSRAM, with selectable timing interval between the notes and selectable notes to play. But I need all the four notes to have the same length(duration). Will it be possible with setting a high release parameter?
Also is it possible to set a specific value for release and attack(any parameter) in the code itself rather than connecting a MIDI controller(I don't want to connect a MIDI controller).
Where should I look in the code for setting a custom value to attack, release and pitchbend?
Aslo where should I start to add a i2c oled to the mix. I am not a good programmer but I generally understand Arduino codes after a good look at it. But this code seems to be very confusing for me and unable to modify it.
Can anyone please guide me?
Your help will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions