Page 1 of 1

MODUL8 v3.0 hd BETA 2

Posted: Mon Aug 29, 2016 10:15 pm
by garageRoot
The Modul8 v3.0 hd Beta 2 has been released!
To download it, click on the button or log on the modul8 yourspace page [/url] http://www.modul8.ch/yourspace[/url] using your modul8 serial number.

Please feel free to use this topic to give us feedback and bug report about the modul8 v3 BETA 2.
You can send a mail to : beta[AT]garagecube[DOT]com

Please Note : Check if your bugs/issues have been not already reported on the last beta here :
viewtopic.php?f=1&t=9577
(we didn't fix all the issues reported yet)
There is is still a free t-shirt for anyone who discover a new bug or crash and describe how to reproduce it!

Version v3.9 BETA 2 build 57A1A35 (expiration date September, 30 2016)
v3 requires macOS 10.9+

ADDITION
+ New special media : Solid White
+ Documentation for new keywords (ctrl_master_lightness, ctrl_master_fadeToBlack)
+ Warning message when opening a project created using version 2
+ Fixed movie looping
+ Deactivated HAP Q playback until it's functional

FIXED
* fixed Syphon in advanced output on retina Macs
* fixed folder player with certain image formats
* fixed movie thumbnails aspect-ratio

IMPROVEMENT
* refreshed UI 


WARNING!! : PLEASE DON'T USE IT IN PRODUCTION (OR AT YOUR OWN RISK)
If you save older project with this beta version you won't be able to open it on version 2.9.2 and older
[/size]

Re: MODUL8 v3.0 hd BETA 2

Posted: Tue Aug 30, 2016 11:31 am
by marty2x
Audio and video are still out of sync. There is a delay of half a second or so in the video.

Re: MODUL8 v3.0 hd BETA 2

Posted: Sun Sep 04, 2016 5:41 pm
by pele2010
Hi ,

logical record does not clear it´s value, when pressing the "X" .

kind regards Peter

[img]
Bildschirmfoto%202016-09-04%20um%2017.46.37.png
[/img]

Re: MODUL8 v3.0 hd BETA 2

Posted: Sun Sep 04, 2016 5:50 pm
by pele2010
Hi,

for me "sub" blending mode is not working as in the other modul8 versions.

I have to use "SCR" to get the same (not quite) result

thanks Peter

Re: Demo Project Version 3.0

Posted: Sun Sep 04, 2016 7:53 pm
by pele2010
Hi,

i checked the demo project of the modul8 3.0 version and it tells me that
it´s an version 2.xxx project.

Maybe it should be updated, so this message does´t pop up?

And it does not work at all. (with my retina macbook)

so i would suggest some kind of transfer of the old projects to the new version.

[img]
Bildschirmfoto%202016-09-04%20um%2019.49.49.png
[/img]

Re: Demo Project Version 3.0

Posted: Sun Sep 04, 2016 8:11 pm
by pele2010
Hey ,

We could make a we could make a "demo" contest.

let´s upload some material and the vj´s that have fun can provide a short project.

maybe at garagecube they can feed the projects together.

I made a small one for the transformer patch :

I can´t attach it here but i send it to pierre.

thanks Peter

HAP Codec still yellow

Posted: Sun Sep 04, 2016 9:35 pm
by pele2010
[img]
Bildschirmfoto%202016-09-04%20um%2021.33.20.png
[/img]

Layer record clip change

Posted: Mon Sep 05, 2016 11:17 am
by pele2010
Hi,

when you record layer actions we where able to jump from clip to clip and record this action too.
(mediaset)

This does not work any more. The record runs but it does not jump from clip to clip in the
mediaset.

And when you do the same action with logical record, it´s executed, but you don´t get a feedback
which clip in the mediaset is activated.

thanks Peter

Re: MODUL8 v3.0 hd BETA 2

Posted: Wed Sep 14, 2016 8:47 pm
by broken
Getting a lot of crashes at random with the new beta.

Sometimes crash/freeze entire computer when loading previously saved projects (made in v3 beta hours before).
Other times when dragging in certain clips the same type of full system freeze happens.

Due to the nature of these crashes, I am hard powering off my computer each time. Nothing is ever mentioned about previous crashes or submitting logs. I think with a hard reset, Modul8 is unaware there was even a crash happening, and thus doesn't report or log it as a crash?

Just wondering if there's anything I can submit that may help narrow down the issue on my system. It's quite random when it happens.

I could show up at a venue, setup my clips in order, get madmapper setup for surfaces.. save Modul8 file (that runs flawlessly), then when I try to load the same file 2-3h later, full system freeze/crash and I have to hard reset.

Modul8HD works so much faster with my HD content when it works, so I keep trying to use it - however these hard resets are not beneficial and would love to get to the bottom of it! :)

Re: MODUL8 v3.0 hd BETA 2

Posted: Wed Sep 21, 2016 6:50 pm
by renaud
Dear Modul8 team,

I've found a bug related to the scripting/modules part.

In modul8 2.X, you can use float to assign a media to a layer
in modul8 3, you cannot. You must use an integer to get it working.

I guess that many modules might use floats as it is the default with touch osc or other editors (i discovered the bug using a OSC module).

Steps to reproduce :
Put these 3 lines in a blank module (init part)
modul8.setValue('ctrl_layer_activated', 0, 1)
modul8.setValue('ctrl_layer_activated', 1, 1)
modul8.setValue('ctrl_layer_media', 3.0, 1)

expected result:
Media 3 is assigned to Layer 1

Result with Modul8 3
Layer 1 has no media associated.

cheers,

renaud


If

Re: MODUL8 v3.0 hd BETA 2

Posted: Wed Sep 21, 2016 6:51 pm
by renaud
I didn't try for other parameters, but maybe all integers parameters are affected by this bug…

cheers,

renaud