WHAT
This week we are following up from the Post-GDC show and will be covering more audio! Reynolds will show us an advanced demonstration on how you can create interactive music in Blueprints, and follow up with a simple example on how to get started.
translated by google translation
I have a question, is it possible for your game engine to expand the languages with a plugin?
There are more than 18 programming languages Is it possible to expand your engine for example under the python?
Further, your programming language as a visual is not translated into Russian because they can not use
Is it really difficult to translate your program into 45 languages like an android?
I could not interact with your programming blocks
I also found it not convenient, is it possible to replace it with a scratch? https://scratch.mit.edu/ ?
for example, I spent only an hour of time creating this game https://youtu.be/Lk1ZG65dqC8
in your environment, I can not create more than one game
and the problem here is only one software
can you maintain a plugin for programming on scratch?
Hey. It looks like example project is not the same as in the steam. It does not work as it supposed, and I canāt open anything except blueprint PrototypeTimeSynthActor, which is not commented at all.
If you try to open the project in 4.22.0 then the project will open without complaint. But, when you try to open a map (or anything else) you will get a āfailed to load assetsā error. It will suggest you look at the message log but the message log is empty and gives you no clue.
It took me a little while to realise that the downloaded and extracted project had associated itself with my copy of engine 4.22 downloaded editor and had ignored my compiled from source 4.22.1 engine. Had to right click the .uproject and switch unreal engine version.
Works nice now.
Thanks.
Hi @.reynolds I love the TimeSynth! This is something Unreal has needed for a long timeā¦ Iāve been stalling almost 4 years, working on other areas in my project, waiting for someone like you to come along and build this. Iām so happy youāre working on it. Iāve got a few questions, thoughā¦ can you help?
Firstly, Iām a bit confused on defining time signatures and temposā¦ for example, in my DAW (Ableton), Iām creating loops at 100BPM in 9/4 time, but no matter what I put in the TimeSynth settings, the BPM is always off (slower) and it seems it wonāt count anything but 4/4 accurately. See attached.
Secondly, when I pull āNum Barsā and āBeatā info from the āOn Beat Eventā delegate, this is my output:
I was expecting to see beats #1 - 9, for each barā¦ am I misunderstanding? And why are these counting in twos? Lastly, what does beat 0 translate to? Is that suppose to be the start of the bar (conventionally counted as 1)?
If Iām misunderstanding, how should I define the TimeSynth settings to align with 9/4 @ 100BPM?
Thanks for alerting us to these issues. Iāll take a look at reproducing them locally. Currently we consider the TimeSynth to be in Early Access, hopefully with help from early adopters like you, weāll make a truly useful tool.
@SVR33, we havenāt had a chance to look at the counting bug yet. As a work around in the meantime, you could ignore bar Events and focus entirely on Beat quantization and do beat counting locally in your script.
Hey @.reynolds, I tried your suggestion, but it seems the Beat Event doesnāt count correctly with anything other than 4 beats per bar.
Trying 5/4 still creates a 4 count, skipping the final beat (counts 1,2,3,4)
Trying 6/4 still creates a 4 count and skips beats 3 and 6 (counts 1,2,4,5)
Trying 9/4 still creates a 4 count and skips beats 2, 4, 6, 8 & 9 (counts 1,3,5,7)
So, I have a crazy issue that I almost canāt believe I canāt find anywhere, butā¦itās here.
Itās as simple as this: in a packaged game (not editor), Unreal will crash if you attempt to open level while a TimeSynth component is playing (or even after you stop it).
I took this project and the only thing I did was wire the āPlay Hitā button to load another map, put the two maps in the packaged build, and built it. You can change maps if you donāt hit the play button, but if you hit the play button and then try, it crashes immediately, with the crash log:
[2019.12.14-21.59.56:106][355]LogOutputDevice: Error: Ensure condition failed: 0 [File: C:/Build/++UE4/Sync/Engine/Source/Runtime/CoreUObject/Private/UObject/GarbageCollection.cpp] [Line: 1547]
[2019.12.14-21.59.56:106][355]LogOutputDevice: Error: Spent to much time waiting for FinishDestroy for 2 object(s) (last object: SoundWave None.None), check log for details
Admittedly Iām running this in 4.23.1, not 4.22, but I canāt downgrade my actual project where this is relevant, so.
Is there any possible workaround to this? Kind of need to change maps.