Giter Club home page Giter Club logo

max-objects's People

Contributors

siteswapjuggler avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

alessandrostone

max-objects's Issues

RAMP: list output

When there is only one element we should output float or int instead of a list.

unable to find entry point named round in jitlib.dll / err 127

Hello, thanks for this great external ! works like a charm on mac.
But on Win7 Max7 I have this issue...
I tried to find newest/older jitlib.dll, the last C++ redistribuable , everytime error 127
Same error on max 6.1.

I found that on Cycling74 forum, I hope it could help (talk about "round")...

For future reference, here are a few important things to check for developers working in C++, particularly if you're using the C++(11/14) STL.

  1. Be sure to define the preprocessor macro MAXAPI_USE_MSCRT before including "ext.h" (if you're lazy or superstitious, just add it to the Preprocessor section of the project properties window). This will ensure that Max doesn't try (and fail) to link to the backward-compatible, but essentially outdated "maxcrt.lib" (which doesn't provide a lot of C++ features).
  2. If you don't want the users of your externals to require Microsoft's C++ Redistributable Package for the compiler you're using, compile your objects statically with the \MT flag. Yes, your objects will be unnecessarily larger, but what's a few KB compared to failure to load due to missing dependencies?
  3. If you are including , make sure that your function calls to acosh(), asinh(), atanh(), expm1(), exp2(), log2(), round() and trunc() are properly namespaced with std:: .

Compiling ramp on Windows

hi!
great stuff!
i have this errors in ramp on VS2013
1 ramp IntelliSense: expression must have a constant value 321 17
2 ramp IntelliSense: expression must have a constant value 467 21
3 ramp IntelliSense: expression must have a constant value 490 29
4 ramp IntelliSense: expression must have a constant value 553 21

related to

t_atom temp[x->r_len];

smoov does comile fine

notice that i got to add

include# <stdint.h> on both sources
and

define M_PI 3.14159265359

to ramp source

any idea ho to solve the ramp issue?

thanks and all the best

RAMP: discontinuity

Sometime the output is not continuous.
Possible cause are overload.
Possible solution do a separate thread to handle the interpolation.

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.