All Projects → mdedwards → mdeGranular

mdedwards / mdeGranular

Licence: GPL-3.0 license
granular synthesis external for MaxMSP and PD

Programming Languages

c
50402 projects - #5 most used programming language
Max
122 projects
Makefile
30231 projects

Projects that are alternatives of or similar to mdeGranular

PdWebParty
An app that allows Pd users to run patches in a web browser and share them with a web link
Stars: ✭ 37 (+131.25%)
Mutual labels:  puredata, pd
pdjs
JavaScript External for Pure Data based on V8
Stars: ✭ 45 (+181.25%)
Mutual labels:  puredata, pd
pd-autotuned
an autotuner for Puredata ported from the autotalented LADSPA plugin
Stars: ✭ 16 (+0%)
Mutual labels:  puredata
pd-aubio
aubio external for PureData
Stars: ✭ 20 (+25%)
Mutual labels:  puredata
AudioLab
Pure Data abstractions for electroacoustic composition & live electronics
Stars: ✭ 59 (+268.75%)
Mutual labels:  puredata
abclib
Faust code for ambisonic and multi-channel mixed music
Stars: ✭ 34 (+112.5%)
Mutual labels:  puredata
arduivis
a bi-directional communication paradigm for programming languages & microcontrollers
Stars: ✭ 48 (+200%)
Mutual labels:  puredata
netpd-instruments
instruments (synths, sequencers, utilities, etc) to be used with netpd
Stars: ✭ 18 (+12.5%)
Mutual labels:  puredata
vult
Vult is a transcompiler well suited to write high-performance DSP code
Stars: ✭ 316 (+1875%)
Mutual labels:  puredata
pdkvabs
pure data abstractions
Stars: ✭ 28 (+75%)
Mutual labels:  puredata
Ofelia-Fast-Prototyping
Some abstractions that helps prototyping projects with the ofelia library and pure data
Stars: ✭ 21 (+31.25%)
Mutual labels:  puredata
DAO-MaxMSP-Pd
Collection of Max/MSP and Pd externals developed from the explanations in the book "Designing Audio Objects for Max/MSP and Pd" by Eric Lyon.
Stars: ✭ 35 (+118.75%)
Mutual labels:  puredata
upp
Universal Polyphonic Player (UPP) for Pure Data
Stars: ✭ 14 (-12.5%)
Mutual labels:  puredata

mdeGranular

This is mdeGranular~, a real-time, multi-channel, multi-voice, multi-transposition granular synthesis external for Max/MSP and PD.

mdeGranular's binaries get continously built through GitHub Actions. You can find precompiled binaries readily available under this repository's Actions tab. Just click on the latest 'workflow run' and you'll see the latest external objects listed under 'Artifacts'. NB You have to be logged in to github in order to access these, so you'll need to make an account first. There are also archives of these builds for each platform in the builds folder.

mdeGranular~.mxe64 = Max on Windows
mdeGranular~.mxo = Max on Mac
mdeGranular~.pd_linux = PD on Linux
mdeGranular~.dll = PD on Windows
mdeGranular~.pd_darwin = PD on Mac

Help files for both PD and MaxMSP may be found in the 'pd' or 'max' subdirectories respectively.

Documentation is on the wiki.

Compilation

Github actions should now take care of compilations (many thanks to the brilliant René-Maurice Hanne for this!). However if you want to use XCode yourself on a Mac, keep reading.

To compile for MaxMSP on OSX you'll need XCode and the most recent MaxSDK. There's a sample XCode project in the max folder. This was created for Max SDK 8.0.3 using XCode 11.3.1. It will not work directly as is, rather, you need to put the xcode folder (containing mdegranular~.xcodeproj) into the MaxSDK folder "source/audio" alongside the MaxMSP example projects. From there it should build against the MaxMSP libraries.

NB this object is not yet working on Mac M1 computers.

Michael Edwards, March 9th 2020
[email protected]
https://www.michael-edwards.org

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].