Code Monkey home page Code Monkey logo

Comments (7)

awwbees avatar awwbees commented on May 29, 2024

there are a meager few script examples in https://github.com/awwbees/BespokeSynth/tree/master/Builds/MacOSX/build/Release/data/scripts , which can be loaded via the dropdown on the top of script modules. but yes, overall, example usage is extremely lacking. I'll find some good savestates that don't rely on VSTs to submit to the savestates directory.

from bespokesynth.

KottV avatar KottV commented on May 29, 2024

Yeah, I saw them. Bot when I try to send notes (should I?) in script I get:

python execution exception (error_already_set): NameError: name 'on_note__script' is not defined

At:
  <string>(2): <module>

from bespokesynth.

awwbees avatar awwbees commented on May 29, 2024

from bespokesynth.

KottV avatar KottV commented on May 29, 2024

I'm feel stupid, no success for me. I press run, script windows blinked green, then I send note from my keys and got that error. For example this simple state:

image

from bespokesynth.

awwbees avatar awwbees commented on May 29, 2024

ah yes, this is definitely a case where examples would help. the problem in your case is that there is an on_pulse() defined, which takes pulse input, but not an on_note(), which takes note input. here's a version of your patch that takes pulses in:
Screen Shot 2020-05-29 at 7 33 20 PM

and then here's a version that does closer to what you're trying to do, which is manipulate note input:
Screen Shot 2020-05-29 at 7 36 30 PM

in making that note input example, I found that I'm hearing some pops and clicks. mostly I've been using sequencers for note input, which handles the scheduling appropriately, but it seems I've got a bug in handling live input well. it'll probably sound fine with a VST, but the internal synths will all probably give pops and clicks with live input triggered by on_note(). I'll take a look at that sometime soon-ish

from bespokesynth.

KottV avatar KottV commented on May 29, 2024

got it!

from bespokesynth.

awwbees avatar awwbees commented on May 29, 2024

there are some examples now! I should probably add some more sometime, though

from bespokesynth.

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.