Search found 4 matches

by benjoe
Fri Nov 11, 2022 11:09 pm
Forum: User Examples
Topic: Powerfull Midi manipulation Ruby library
Replies: 12
Views: 57134

Re: Powerfull Midi manipulation Ruby library

Hello to all, I've found some awesome midi library MIDILIB (Google it for details) and succeeded to fully integrate it to Flowstone's Ruby - no need to carry extra files, just paste one instance of Ruby code component containing all the functions of MIDILIB - and you are ready to process midi files ...
by benjoe
Fri Nov 11, 2022 2:52 pm
Forum: General
Topic: Ruby midi recorder to midi file
Replies: 3
Views: 10945

Re: Ruby midi recorder to midi file

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...
by benjoe
Fri Nov 11, 2022 2:38 pm
Forum: General
Topic: Ruby midi recorder to midi file
Replies: 3
Views: 10945

Re: Ruby midi recorder to midi file

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.
by benjoe
Tue Nov 08, 2022 3:46 am
Forum: General
Topic: Ruby midi recorder to midi file
Replies: 3
Views: 10945

Ruby midi recorder to midi file

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