Page 1 of 1

Ruby midi recorder to midi file

Posted: Tue Nov 08, 2022 3:46 am
by benjoe
Hi!
I can't get a solution for this... I have the midilib ruby stuff,but I just can't build my own working midi recorder.
All I need is a ruby midi recorder that records (multiarray-polyphonic) notes to a midi file,so I can open the file in a daw and play it,or modify it... any help would be appreciated!!! :cry: :cry: :cry:

Re: Ruby midi recorder to midi file

Posted: Thu Nov 10, 2022 8:56 pm
by Tepeix
I do not try it myself but maybe here : viewtopic.php?f=3&t=1349

Re: Ruby midi recorder to midi file

Posted: Fri Nov 11, 2022 2:38 pm
by benjoe
Tepeix wrote:I do not try it myself but maybe here : viewtopic.php?f=3&t=1349

Yep,this is what I am using,however it creeates a sequencer track with major notes and it is quantized to 'quarter'. I need to transform this without quantize and to record notes.

Re: Ruby midi recorder to midi file

Posted: Fri Nov 11, 2022 2:52 pm
by benjoe
Tepeix wrote:I do not try it myself but maybe here : http://www.dsprobotics.com/support/view ... f=3&t=1349

I mean polyphonic stuff like in a piano roll.... a normal sequence is just notes after notes. I can't understand why FS doesn't have a midi file save module like wave save module...