Search found 7 matches
- Fri Jun 11, 2021 6:30 am
- Forum: Module Designer
- Topic: Sequencer/Arpeggiator?
- Replies: 7
- Views: 4106
Re: Sequencer/Arpeggiator?
A big thanks to everyone for your help, now i finally understand how it's done.
- Thu Jun 10, 2021 11:43 am
- Forum: Module Designer
- Topic: Sequencer/Arpeggiator?
- Replies: 7
- Views: 4106
Re: Sequencer/Arpeggiator?
i need to do 8 different SetValue after every samplesPerBeat is passed and then when sequence reaches the last value it should reset and start over. I didn't manage to do this with for, while loops. there is probably easier and obvious solution but i am really stupid to see this.
- Wed Jun 09, 2021 6:27 pm
- Forum: Module Designer
- Topic: Sequencer/Arpeggiator?
- Replies: 7
- Views: 4106
Re: Sequencer/Arpeggiator?
Could somebody please explain me the way how to switch to the next value after calculating number of samples? i have tried TimerTask, conditions, Named Timer but i am definitely lacking knowledge on how to do it right
- Wed Jun 09, 2021 9:52 am
- Forum: Module Designer
- Topic: Sequencer/Arpeggiator?
- Replies: 7
- Views: 4106
Re: Sequencer/Arpeggiator?
Hi there, you will need to count samples and switch to the next value after a certain number of samples. E.g. at 120 BPM a single beat (usually 1/4 note) will take double tempo = 120.0; double division = 1.0; double samplesPerBeat = Values.SampleRate * 60.0 / (tempo * division); where division is a...
- Wed Jun 09, 2021 8:36 am
- Forum: Module Designer
- Topic: Sequencer/Arpeggiator?
- Replies: 7
- Views: 4106
Sequencer/Arpeggiator?
So i am designing a sequencer, 8 knobs with -5V to 5V range each and additional tempo knob. I would really appreciate any help and tips about how to make this iterating sequence of values.
- Mon Jan 11, 2021 9:55 pm
- Forum: Module Designer
- Topic: Beginner question
- Replies: 4
- Views: 2744
Re: Beginner question
This is one of those things that I would have thought was super easy to find sample code for but a quick google reveals nothing very useful. And I must confess that this is something I've never coded myself but kind of just assumed was simple. Someone else here can probably come up with better advi...
- Fri Jan 08, 2021 5:30 pm
- Forum: Module Designer
- Topic: Beginner question
- Replies: 4
- Views: 2744
Beginner question
So i recently started using Module Designer and so far i have built my first LFO and oscillator, however i really need some help on how to implement v/oct input.