Giter Site home page Giter Site logo

alainbonardi / abclib Goto Github PK

View Code? Open in Web Editor NEW
43.0 8.0 5.0 4.88 MB

Faust code for ambisonic and multi-channel mixed music

License: GNU Lesser General Public License v3.0

Faust 9.54% Max 87.56% Shell 0.86% JavaScript 1.25% XSLT 0.75% HTML 0.04%
multi-channel-audio spatialization ambisonics faust-language spatial-sound-processing puredata cicm mixed-music max

abclib's People

Contributors

alainbonardi avatar paulgoutmann avatar sletz avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

abclib's Issues

loading external error on windows11

I have put this externals distributed for max into my max8 package, but some objects are not loading properly and the following message appears in the console.

"Error 998 loading external abc_2d_scope2~"
Screenshot 2022-08-03 172724

Even if the error is not printed to the console and they are in the candidate list, they do not work properly.
Screenshot 2022-08-03 172755

My environment is Windows 11 (Alianware m15r3, i7-10750H) and Max8 (ver. 8.3.1).
I have tried to put only this in my packages, but it did not solve the problem. If you are still working on it, I would appreciate it if you could fix these problems.

Function coding

We've just updated the Contributing page here. This section may be of interest:

Functions with several parameters should better be written by putting the more constant parameters (like control, setup...) at the beginning of the parameter list, and audio signals to be processed at the end. This allows to do partial-application. So prefer the following clip(low, high, x) = min(max(x, low), high); form where clip(-1, 1) partially applied version can be used later on in different contexts, better than clip(x, low, high) = min(max(x, low), high); version.

(for exemple here: https://github.com/alainbonardi/abclib/blob/master/faustCodes/library/mm.lib#L72)

no max externals

Screenshot 2023-01-23 at 19 27 51

Hi Alain, I'm super curious to try your work, it looks amazing.
Unfortunately, when I open the package in Max the externals are not loading. Looks like the externals (.mxo file) are missing, I can't find them anywhere.

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.