Ruby midi recorder to midi file

For general discussion related FlowStone
Post Reply
benjoe
Posts: 4
Joined: Thu Oct 22, 2020 8:32 pm

Ruby midi recorder to midi file

Post 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:
Tepeix
Posts: 361
Joined: Sat Oct 16, 2021 3:11 pm

Re: Ruby midi recorder to midi file

Post by Tepeix »

I do not try it myself but maybe here : viewtopic.php?f=3&t=1349
benjoe
Posts: 4
Joined: Thu Oct 22, 2020 8:32 pm

Re: Ruby midi recorder to midi file

Post 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.
benjoe
Posts: 4
Joined: Thu Oct 22, 2020 8:32 pm

Re: Ruby midi recorder to midi file

Post 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...
Post Reply