GithubHelp home page GithubHelp logo

circuitmusiclabs / petra Goto Github PK

View Code? Open in Web Editor NEW
37.0 37.0 4.0 19.69 MB

Max package for granular synthesis with Max

License: GNU General Public License v3.0

C 13.37% Max 86.63%
audio-devices maxmsp sampling synthesis

petra's People

Contributors

circuitmusiclabs 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

petra's Issues

m4l device using wrong versions of windows externals

Posting this for a general FYI in case you're wondering about weird behaviour on Windows:

The m4l device extras/petra for live.amxd uses the wrong versions of the Windows compatible external objects. A simple re-freeze of the device will fix this issue.

buffer info method

Write a buffer info method which is called when:

  • buffer is modified
  • a new buffer is set

The method then updates channelcount and framecount.

feature request : possible pitches set

hey, it would be cool if it were possible to send a list of different pitch and have the granulation transposition process randomly choose between those pitches, rather than find any pitch in a given range, this way you could have a sort of granular chord. Wouldn't it ? :)

cm.indexcloud~ dropouts if buffer is being written

Using the Max Package Manager version, cm.indexcloud~ plays with a lot of gaps if the buffer~ is being written into at the same time, as though it can only play one grain at a time, or as though the buffer is mostly empty. Tried with karma~ and record~. It goes back to normal once recording is turned off. I haven't tried the other buffer~ based objects in the package.

Mac ARM version?

Hello,

I usually teach granular synthesis with both MuBu and Petra to my students.

Some students recently purchased M1 Mac computers and cannot use Petra. Do you plan to release some version compiled for M1?

Bug: buffer-overflow with set method

When changing the buffer reference with the set method and the new sample is shorter than the old sample, the object inlet values can cause a buffer overflow.
Must find a way to reset object inlets when changing the buffer reference.

change phasor~ ramp-wrap detection

Current method:
if ((x->tr_prev - tr_curr) > 0.9)

Change to:
if (x->tr_prev > tr_curr)
--> If the previous sample is greater than the current sample, the phasor~ signal has wrapped.

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.