Giter VIP home page Giter VIP logo

Comments (4)

XeroOl avatar XeroOl commented on September 28, 2024

I added defer= to funcs, you can set defer=true to delay by a frame, or defer=n to delay by n frames

from notitg-mirin.

XeroOl avatar XeroOl commented on September 28, 2024

I still need to do this

from notitg-mirin.

XeroOl avatar XeroOl commented on September 28, 2024

The reason this hasn't happened yet is that it causes there to not be a canonical order to funcs. This messes up a ton of assumptions that are being made in the mirin template backend, so I need to think longer about how to make this work and also stay consistent.

ie,

func {0, function() print('a') end}
func {1, function() print('b') end, delay = 1} --
func {60, function() print('c') end}

Would print 'abc' if played from front to end, but acb if started after beat 60. I have no idea under what circumstances this is desired and under what circumstances it isn't.

from notitg-mirin.

ChocoboGamer avatar ChocoboGamer commented on September 28, 2024

After consideration by Xero, this functionality would conflict with how func is currently setup in the template and would cause several sorting issues if implemented.

from notitg-mirin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.