py4pd-orchidea
allows to use Orchidea Sol inside PureData.
orchidea
:
- Methods:
get
: get valid configurations;key
: get all valid keys;inst
: get valid instruments keys;dyn
: set dynamic;...
set
: set configurations;inst
: set instruments;dyn
: set dynamic;...
sample
: get all samples that pass the filter setted;
- Create a new Pure Data patch.
- Create a
py4pd
object. - Send a message with
pip install git+https://github.com/charlesneimog/py4pd-orchidea
. - Restart Pure Data.
- Create a new object
py4pd -lib orchidea
.
All the objects must be avaiable to use now.