Giter Club home page Giter Club logo

Comments (2)

grammaton avatar grammaton commented on July 20, 2024 1

Hi @DavidsonAudioMulti, it depends on how do you use Faust.
Using the webide you have to simply drag your custom libraries close to your DSP and invoke them like stdfaust.lib.

import("seam.lib");
process = ma.PI*2, sma.twopi;

the seam.lib call also ask for import("stdfaust.lib").

each library has three letters index (sma. => seam math… etc).

With webide, you can import and write code, but you can not compile with external libraries (or if there is a way I do not know it). Nevertheless, you can compile offline without issue by command line.

Hope it can help.
I appreciate your interest, so ask freely again if you need.
SEAM has also a small slack channel to discuss.

Ciao!
Giuseppe

from faust-libraries.

DavidsonAudioMulti avatar DavidsonAudioMulti commented on July 20, 2024

Thank you very much grammaton!!

I have faust setup working similar to Mr Smith's classroom presentation video using just notepad++, FaustLive, and the powershell. With these I can change the code and faustLive will update it takes a second to compile then I can see changes after saving the file. I found that this worked to call the external libraries from the dsp file on PC pretty reliably. Then as you instructed add the prepending two or three letter index value to call the external in the code. I will keep trying different combinations of tools seems to be a ton of development utilities and helper apps for faust.

import("stdfaust.lib");
import("C:\Program Files\Faust\share\faust\userlib\Test.lib");

Really fun platform I am having a blast thanks Giuseppe!!

from faust-libraries.

Related Issues (13)

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.