N00b Q: clarifying uses of sheets

Hi guys and gals,

Can anyone explain to a n00b the pros/cons of placing instruments on parameter sheets (or action sheets) as opposed to timeline?

I know it makes them exempt from temporal functions, but aside from that are there useful reasons to not use the timeline for instruments? Considering the timeline tracks still receive parameter automation from param sheets.

Thanks for clarifying,
Matt

Thereā€™s a lot of reasons. Each time the instruments in your events arenā€™t related by a timing. For exemple, a one-shot sound triggered in real time could be on an action sheet only.

Typically, a complex footsteps system which superposes layers of sounds depending of parameters (type of shoe, type of surface) will have all the instruments placed directly on the parameter sheets and nothing in the timeline.

Thanks Alcibiade!

Iā€™m guessing that instruments on parameter sheets are specific to that parameter only, not shared with other parameters, and if you want them responding to other parameters itā€™s better to have them copied onto those other parameter sheets as well rather than trying to have them all shared from a timeline sheet, if there are no ā€˜time-responsiveā€™ requirements.

Thanks again for clarifying for me, this is what happens when you read the manual before working on a project!

I think I can define sheets now as follows:

Action sheets are momentary one-shot playlists (no scatterers or trigger conditions)
Timeline sheets are linear pre-set parameters (with sustain points and logic markers as controllers)
Parameter sheets are for state-dependent sounds (can automate timeline sounds or can host&seek/automate continuous sounds, can have multiple if track number is populated accordingly, creating matrix)

No, it doesnā€™t work that way! If you copy your instruments on multiple parameter sheets, those parameters will never work well together! The parameter sheet in which you should put your instrument is the one most directly related to the instrument trigger. Interaction with other parameters could be done in this sheet by having, for instance, conditional triggering behavior to these instruments, related to other parameters.

Keep in mind events often use a combination of those! But itā€™s a rather good summary, to answer to your specific question: in which sheet should I put my instruments.

I also really often use event nested at several levels. For instance, in our game, for the melee attacks, Iā€™m using several distinct events:

  • the impact sound on a parameter sheet (depending of the surface of impact)
  • the woosh sound on a parameter sheet (depending of the type of weapon)
  • a feedback sound for hit or miss, on an action sheet
    etcā€¦
    And all of those events are nested in a parent event called ā€œmelee attackā€, which is a timeline sheet.
    I find this kind of break down workflow very effective.
1 Like

Ah thankyou, thatā€™s really useful and clarifies a lot - nesting really makes sense now.

And because itā€™s all one event I guess it makes it a lot easier to apply as one asset in UE4 for example, pulling all the various information into a single node.

I donā€™t use UE4 but probably. Yes, that way, an unique event which the right parameter values are sent to, does the job. I like doing that way because our dev uses the api and has to code everything. So, the more I control things inside my events, the less code it is for him (and the more I keep control on sub-events triggering and the
timings related).

If I may ask a question on this, is it quite normal that audio middleware staff donā€™t need to know the game engine, or is there sometimes an expectation that they know at least basics of engine implementation?

Thereā€™s no single ā€œnormalā€ way of doing things. Different game projects have different requirements and resources, and so divide up their responsibilities differently: One studio might expect its developers to stick to very specific and clearly-defined roles, in order to let them focus on their unique specialties without distractions; another studio might encourage developers to talk about whatever theyā€™re working on with others, even if theyā€™re working on different aspects of the game, so as to promote an atmosphere of friendly collaboration and ensure everyone is working towards the same shared vision.

That being said, regardless what kind of studio you work for, itā€™s useful to have a rough idea of how your content will be used and triggered in-game, since knowing how your content will be used means you can design it for that purpose - and knowing your game engineā€™s relevant jargon makes it a lot easier to communicate with the other people working on the same game project, which is always useful.