MetaluNet/moonlib
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
externals/moon…
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
MOONLIB puredata externals
tabenv : like env~, an enveloppe follower, but computing on a table, so
possibly much speeder than real-time env~'s computation.
tabsort and tabsort2 : returns the indices of the sorted table (tabsort2
is bidimentionnal).
gamme : one octave of a piano keyboard used to filter/choose notes in a
selected scale.
absolutepath/relativepath : to use datas (sounds, texts, presets, images,
programs...) nested in the patch's directory (and in subdirs).
sarray and slist : to creates shared dynamic arrays or lists with symbols.
sfread2~ and readsfv~ : to pitch the direct-from-disk reading of sound files.
dinlet~ : an inlet~ with a default value (when nothing is connected to it).
mknob : a round knob ala iemgui vslider (with its "properties" window).
dispatch : creates one bus name for many buttons' buses: from the N pairs
(slider1-snd/slider1-rcv) ... (sliderN-snd/sliderN-rcv), creates only
one pair of buses named (slider-snd/slider-rcv) , in which datas are
prepended by the number of the "sub-bus".
image : an improvment of Guenter Geiger's one. Same name, but it's
compatible. Here you can share images through different objects, preload
a list of images, and animate this list.
ndmetro : a metronome/counter allowing continuous tempo change and other features.
and some others...
In order to have sfread2~ working with big files in direct-from-disk
mode you have to hack pd sources: change
mlockall(MCL_FUTURE)
with
mlockall(MCL_CURRENT)
in s_inter.c . If not the whole file will be loaded in memory when opening it.
Latest source can be found (and issues can be reported) at:
https://github.com/MetaluNet/moonlib
Antoine Rousseau
About
Some useful Pd externals
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published