ArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2023-12-18T18:07:03+02:00 https://brainmodular.com/forums/app.php/feed/topic/7203 2023-12-18T18:07:03+02:00 2023-12-18T18:07:03+02:00 https://brainmodular.com/forums/viewtopic.php?t=7203&p=45143#p45143 <![CDATA[Re: Midi Sync in Kiosk app]]> (wich is also limited by bloc resolution), thats what i did, but involved lot of stuff, queing in array, averaging ect.. so i really feel its far less efficient and precise than the 'build' in one from engine, iirc that why olivier moved it to devices themsefs at some point. so, idk ill prob script something that will edit the files..
the patch:
https://drive.google.com/file/d/1RoT_UJ ... TnAl_/view

Statistics: Posted by 23fx23 — 18 Dec 2023, 17:07


]]>
2023-12-18T12:55:24+02:00 2023-12-18T12:55:24+02:00 https://brainmodular.com/forums/viewtopic.php?t=7203&p=45139#p45139 <![CDATA[Re: Midi Sync in Kiosk app]]> Statistics: Posted by oli_lab — 18 Dec 2023, 11:55


]]>
2023-12-15T03:00:08+02:00 2023-12-15T03:00:08+02:00 https://brainmodular.com/forums/viewtopic.php?t=7203&p=45128#p45128 <![CDATA[Re: Midi Sync in Kiosk app]]>
so sadly nope forcing scaning/enabling midi devices on init doesn't enable main engine mtc controlling transport,
what is needed is those options, but im not sure the can be acceced via patch (mean for the user, in kiosk mode)., maye with setup string or something.. worse case could prob to a script that edit devices text files maybe...
Image

when those are enabled on a 'normal' wksp, there is no midi modules or patch needed, the 'engine' itself directlt respond to ext daw midi sync and align tempo to clock, that would be quite convenienant to still have that ability in kiosk i think.

Statistics: Posted by 23fx23 — 15 Dec 2023, 02:00


]]>
2023-12-15T02:44:56+02:00 2023-12-15T02:44:56+02:00 https://brainmodular.com/forums/viewtopic.php?t=7203&p=45127#p45127 <![CDATA[Re: Midi Sync in Kiosk app]]> !

Statistics: Posted by 23fx23 — 15 Dec 2023, 01:44


]]>
2023-12-15T02:36:51+02:00 2023-12-15T02:36:51+02:00 https://brainmodular.com/forums/viewtopic.php?t=7203&p=45126#p45126 <![CDATA[Re: Midi Sync in Kiosk app]]> cause problem here was by default usine doesn't 'sync' and start/stop responding to mtc in kiosk mode , while it was in wksp if activated
(the midi in global will receibve datas, but not 'usine engine' itself, dk if see what i mean)

Statistics: Posted by 23fx23 — 15 Dec 2023, 01:36


]]>
2023-12-15T01:02:50+02:00 2023-12-15T01:02:50+02:00 https://brainmodular.com/forums/viewtopic.php?t=7203&p=45125#p45125 <![CDATA[Re: Midi Sync in Kiosk app]]>
this will do the trick :
always midi in kiosk mode.PNG

Statistics: Posted by oli_lab — 15 Dec 2023, 00:02


]]>
2023-12-14T19:25:37+02:00 2023-12-14T19:25:37+02:00 https://brainmodular.com/forums/viewtopic.php?t=7203&p=45122#p45122 <![CDATA[Re: Midi Sync in Kiosk app]]>
I was thinking of that, but since I never use any sync in my music production, I'm lacking motivation to build such a module !

Anyway, next week I may have time to help you if necessary !
Oh nice, yeah that has been a very, very long time i didn't put fingerz in usine sdk, might so have few questions, hehe cool^^

I managed to build one ex i found with juce sampler, at first it was total crap but cause i wasn't using asio,
finally got it up working not bad already, so got some hopes!

test vid:
https://drive.google.com/file/d/1mfscIP ... sp=sharing

Statistics: Posted by 23fx23 — 14 Dec 2023, 18:25


]]>
2023-12-14T15:46:11+02:00 2023-12-14T15:46:11+02:00 https://brainmodular.com/forums/viewtopic.php?t=7203&p=45121#p45121 <![CDATA[Re: Midi Sync in Kiosk app]]>
best would be Ableton Link i think...
Ive seen they provide sdk on their site, might attempt to test if something could be done as a user module..
Hi !

I was thinking of that, but since I never use any sync in my music production, I'm lacking motivation to build such a module !

Anyway, next week I may have time to help you if necessary !

Cheers

Olivar

Statistics: Posted by oli_lab — 14 Dec 2023, 14:46


]]>
2023-12-14T09:21:01+02:00 2023-12-14T09:21:01+02:00 https://brainmodular.com/forums/viewtopic.php?t=7203&p=45120#p45120 <![CDATA[Re: Midi Sync in Kiosk app]]>
found an enhancing method: to count received pulses, and when reached NB_BARS * 4(beats)*24 (mtc beeing 24 pulse per bar) force an usine cycle restart.
so far tested for a very long time with Live and FL, it remained sync as restarting if eventually drifted.

problem remaining tho, is man can't really 'jump' to a different song pos or loop ect from host with midi..

best would be Ableton Link i think...
Ive seen they provide sdk on their site, might attempt to test if something could be done as a user module..

Statistics: Posted by 23fx23 — 14 Dec 2023, 08:21


]]>
2023-12-14T08:03:30+02:00 2023-12-14T08:03:30+02:00 https://brainmodular.com/forums/viewtopic.php?t=7203&p=45119#p45119 <![CDATA[Re: Midi Sync in Kiosk app]]> thanks

Statistics: Posted by rlgsbt — 14 Dec 2023, 07:03


]]>
2023-12-14T05:08:19+02:00 2023-12-14T05:08:19+02:00 https://brainmodular.com/forums/viewtopic.php?t=7203&p=45118#p45118 <![CDATA[Re: Midi Sync in Kiosk app]]> queing / filtering /averaging pulses durations in a buffer, that get precise enough bpm
a bit 'laggy' tho as smoothing involved, but once reached ok, just restart other daw does the job.
for ppl like me too lasy to manually enter bpm lol.

(usine build in would prob do a better job tho cause here it is limited by bloc resolution..)

but if some are interested, link to vid test with ableton where tempis matchs nicely:
https://drive.google.com/file/d/1RoT_UJ ... sp=sharing

hh5 patch:
https://drive.google.com/file/d/1nvHVeP ... sp=sharing

Statistics: Posted by 23fx23 — 14 Dec 2023, 04:08


]]>
2023-12-14T02:25:32+02:00 2023-12-14T02:25:32+02:00 https://brainmodular.com/forums/viewtopic.php?t=7203&p=45117#p45117 <![CDATA[Re: Midi Sync in Kiosk app]]> Statistics: Posted by 23fx23 — 14 Dec 2023, 01:25


]]>
2023-12-14T02:03:47+02:00 2023-12-14T02:03:47+02:00 https://brainmodular.com/forums/viewtopic.php?t=7203&p=45116#p45116 <![CDATA[Midi Sync in Kiosk app]]> however im stuggling a bit to figure out how to activate midi clock sync.

on 'normal' wksp afaik we enable midi clock on the device themselves now, (for ex here i use loopbe to link to ableton, bitwig ect..).

but when the app is exported, it looks like we cannot access devices settings anymore to enable MTC or midi clock on loopbe,
so wonder how can we achieve midi sync in kiosk mode?

Image

Statistics: Posted by 23fx23 — 14 Dec 2023, 01:03


]]>
BrainModular BrainModular Users Forum 2023-12-18T18:07:03+02:00 https://brainmodular.com/forums/app.php/feed/topic/7203 2023-12-18T18:07:03+02:00 2023-12-18T18:07:03+02:00 https://brainmodular.com/forums/viewtopic.php?t=7203&p=45143#p45143 <![CDATA[Re: Midi Sync in Kiosk app]]> (wich is also limited by bloc resolution), thats what i did, but involved lot of stuff, queing in array, averaging ect.. so i really feel its far less efficient and precise than the 'build' in one from engine, iirc that why olivier moved it to devices themsefs at some point. so, idk ill prob script something that will edit the files..
the patch:
https://drive.google.com/file/d/1RoT_UJ ... TnAl_/view

Statistics: Posted by 23fx23 — 18 Dec 2023, 17:07


]]>
2023-12-18T12:55:24+02:00 2023-12-18T12:55:24+02:00 https://brainmodular.com/forums/viewtopic.php?t=7203&p=45139#p45139 <![CDATA[Re: Midi Sync in Kiosk app]]> Statistics: Posted by oli_lab — 18 Dec 2023, 11:55


]]>
2023-12-15T03:00:08+02:00 2023-12-15T03:00:08+02:00 https://brainmodular.com/forums/viewtopic.php?t=7203&p=45128#p45128 <![CDATA[Re: Midi Sync in Kiosk app]]>
so sadly nope forcing scaning/enabling midi devices on init doesn't enable main engine mtc controlling transport,
what is needed is those options, but im not sure the can be acceced via patch (mean for the user, in kiosk mode)., maye with setup string or something.. worse case could prob to a script that edit devices text files maybe...
Image

when those are enabled on a 'normal' wksp, there is no midi modules or patch needed, the 'engine' itself directlt respond to ext daw midi sync and align tempo to clock, that would be quite convenienant to still have that ability in kiosk i think.

Statistics: Posted by 23fx23 — 15 Dec 2023, 02:00


]]>
2023-12-15T02:44:56+02:00 2023-12-15T02:44:56+02:00 https://brainmodular.com/forums/viewtopic.php?t=7203&p=45127#p45127 <![CDATA[Re: Midi Sync in Kiosk app]]> !

Statistics: Posted by 23fx23 — 15 Dec 2023, 01:44


]]>
2023-12-15T02:36:51+02:00 2023-12-15T02:36:51+02:00 https://brainmodular.com/forums/viewtopic.php?t=7203&p=45126#p45126 <![CDATA[Re: Midi Sync in Kiosk app]]> cause problem here was by default usine doesn't 'sync' and start/stop responding to mtc in kiosk mode , while it was in wksp if activated
(the midi in global will receibve datas, but not 'usine engine' itself, dk if see what i mean)

Statistics: Posted by 23fx23 — 15 Dec 2023, 01:36


]]>
2023-12-15T01:02:50+02:00 2023-12-15T01:02:50+02:00 https://brainmodular.com/forums/viewtopic.php?t=7203&p=45125#p45125 <![CDATA[Re: Midi Sync in Kiosk app]]>
this will do the trick :
always midi in kiosk mode.PNG

Statistics: Posted by oli_lab — 15 Dec 2023, 00:02


]]>
2023-12-14T19:25:37+02:00 2023-12-14T19:25:37+02:00 https://brainmodular.com/forums/viewtopic.php?t=7203&p=45122#p45122 <![CDATA[Re: Midi Sync in Kiosk app]]>
I was thinking of that, but since I never use any sync in my music production, I'm lacking motivation to build such a module !

Anyway, next week I may have time to help you if necessary !
Oh nice, yeah that has been a very, very long time i didn't put fingerz in usine sdk, might so have few questions, hehe cool^^

I managed to build one ex i found with juce sampler, at first it was total crap but cause i wasn't using asio,
finally got it up working not bad already, so got some hopes!

test vid:
https://drive.google.com/file/d/1mfscIP ... sp=sharing

Statistics: Posted by 23fx23 — 14 Dec 2023, 18:25


]]>
2023-12-14T15:46:11+02:00 2023-12-14T15:46:11+02:00 https://brainmodular.com/forums/viewtopic.php?t=7203&p=45121#p45121 <![CDATA[Re: Midi Sync in Kiosk app]]>
best would be Ableton Link i think...
Ive seen they provide sdk on their site, might attempt to test if something could be done as a user module..
Hi !

I was thinking of that, but since I never use any sync in my music production, I'm lacking motivation to build such a module !

Anyway, next week I may have time to help you if necessary !

Cheers

Olivar

Statistics: Posted by oli_lab — 14 Dec 2023, 14:46


]]>
2023-12-14T09:21:01+02:00 2023-12-14T09:21:01+02:00 https://brainmodular.com/forums/viewtopic.php?t=7203&p=45120#p45120 <![CDATA[Re: Midi Sync in Kiosk app]]>
found an enhancing method: to count received pulses, and when reached NB_BARS * 4(beats)*24 (mtc beeing 24 pulse per bar) force an usine cycle restart.
so far tested for a very long time with Live and FL, it remained sync as restarting if eventually drifted.

problem remaining tho, is man can't really 'jump' to a different song pos or loop ect from host with midi..

best would be Ableton Link i think...
Ive seen they provide sdk on their site, might attempt to test if something could be done as a user module..

Statistics: Posted by 23fx23 — 14 Dec 2023, 08:21


]]>
2023-12-14T08:03:30+02:00 2023-12-14T08:03:30+02:00 https://brainmodular.com/forums/viewtopic.php?t=7203&p=45119#p45119 <![CDATA[Re: Midi Sync in Kiosk app]]> thanks

Statistics: Posted by rlgsbt — 14 Dec 2023, 07:03


]]>
2023-12-14T05:08:19+02:00 2023-12-14T05:08:19+02:00 https://brainmodular.com/forums/viewtopic.php?t=7203&p=45118#p45118 <![CDATA[Re: Midi Sync in Kiosk app]]> queing / filtering /averaging pulses durations in a buffer, that get precise enough bpm
a bit 'laggy' tho as smoothing involved, but once reached ok, just restart other daw does the job.
for ppl like me too lasy to manually enter bpm lol.

(usine build in would prob do a better job tho cause here it is limited by bloc resolution..)

but if some are interested, link to vid test with ableton where tempis matchs nicely:
https://drive.google.com/file/d/1RoT_UJ ... sp=sharing

hh5 patch:
https://drive.google.com/file/d/1nvHVeP ... sp=sharing

Statistics: Posted by 23fx23 — 14 Dec 2023, 04:08


]]>
2023-12-14T02:25:32+02:00 2023-12-14T02:25:32+02:00 https://brainmodular.com/forums/viewtopic.php?t=7203&p=45117#p45117 <![CDATA[Re: Midi Sync in Kiosk app]]> Statistics: Posted by 23fx23 — 14 Dec 2023, 01:25


]]>
2023-12-14T02:03:47+02:00 2023-12-14T02:03:47+02:00 https://brainmodular.com/forums/viewtopic.php?t=7203&p=45116#p45116 <![CDATA[Midi Sync in Kiosk app]]> however im stuggling a bit to figure out how to activate midi clock sync.

on 'normal' wksp afaik we enable midi clock on the device themselves now, (for ex here i use loopbe to link to ableton, bitwig ect..).

but when the app is exported, it looks like we cannot access devices settings anymore to enable MTC or midi clock on loopbe,
so wonder how can we achieve midi sync in kiosk mode?

Image

Statistics: Posted by 23fx23 — 14 Dec 2023, 01:03


]]>