GithubHelp home page GithubHelp logo

Pyo enhancements about pyo HOT 2 CLOSED

chiaravalle avatar chiaravalle commented on June 18, 2024
Pyo enhancements

from pyo.

Comments (2)

belangeo avatar belangeo commented on June 18, 2024

Hi @chiaravalle,

All these features look much more sequencer-oriented than programming-oriented, but let see:

Route track (this assumes pyo organizes concurrently playing samples to be on separate, virtual mixer tracks. Such tracks should be able to be routed to one another)

It's up to the programmer, not to pyo, to organise its routing as he wishes, but the Mixer object is designed to help doing all this!

Still per track, pan and volume

Can be done very easily after using a Mixer object.

Reverse a sample or a MIDI event sequence, or an automation clip by the way

  • sample: You just have to play it backward, speed=-1 with SfPlayer for example, can also be done with a table.
  • Midi sequence: Pyo is a real time, not a sequencer, if you want a MIDI event sequence, you'll have to store your events in a list yourself, and then, you can iterate in any possible way, like in any python list.
  • automation clip: This is clearly a sequencer concept, the nearest thing in pyo, is a trajectory stored in a table, and you can read it in many different ways, including backward.

Still same track types, split them by cutting
Same tracks except automation, fast/slow motion

Again, these are sequencer-oriented processes, not programming-oriented.

When overlapping audio sources, allow to choose overlap (one excluding the other) or blend

You surely can done any type of blending, overlapping, cross-fading, etc. with pyo. There are plenty of envelope types, and cross-fading functionalities.

from pyo.

chiaravalle avatar chiaravalle commented on June 18, 2024

Please, excuse me.
I misinterpreted the library.

By the way, your attempt to please me anyhow deserve kudos, that's for sure!!!

Thanks a lot.

from pyo.

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.