Search found 3 matches
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable- Fri Jun 08, 2018 11:24 am
- Forum: Fugio
- Topic: MIDI Note to Filename
- Replies: 3
- Views: 1896
Re: MIDI Note to Filename
Could this work? fugio = require "fugio" PinInput1 = fugio.input( "Input1" ) PinInput2 = fugio.input( "Input2" ) PinOutput = fugio.output( "Output" ) local filepath = "C:/videos/" local suffix = ".mp4" functions main() -- putting it all together local midichannel = PinOutput1:get() local midinote = ...
- Fri Jun 08, 2018 9:59 am
- Forum: Fugio
- Topic: MIDI Note to Filename
- Replies: 3
- Views: 1896
Re: MIDI Note to Filename
Seems this could be done with LUA.
Any idea?
Any idea?
- Mon Jun 04, 2018 10:21 pm
- Forum: Fugio
- Topic: MIDI Note to Filename
- Replies: 3
- Views: 1896
MIDI Note to Filename
Hi there, I just discovered Fugio and it looks like this can solve my need of a MIDI VIDEO PLAYER. But I really can't find Examples or a Documentation hat helps me. Can someone give me an example how to convert the MIDI values NOTE and CHANNEL to a filename for the Mediaplayer for example: MIDI Chan...