Posts

Showing posts with the label Creator

MIDI Program Change …paradigm of having more sounds under finger tips.

Image
MIDI Program Change …paradigm of having more sounds under finger tips. Long talker with the help of   #creator  from Mark Harris. Keygroup with 110 Keys, each sending program change seems ok! Sound illustration is Korg WaveStation, one of the few you can leave a note playing and change preset with not much "cut audio" (effects do cut the sound) Evaluating...

#Creator query.

#Creator query... I'm wondering - is it possible to completely rebuild the factory setup from Creator yet, or are there some items missing? Thanks!

Reorganisation of my github and move to EigenZone!!

Reorganisation of my github and move to EigenZone!! =========================================== Ive now moved to using EigenD 2.1 day to day,  and so naturally using this when developing agents, so Ive had to reorganise my github a bit. there are README in github, but just in case you miss them... For those that wish to download agents, please go to EigenZone http://wiki.eigenzone.org/wiki/Agents directly:  http://wiki.eigenzone.org/wiki/TheTechnobear_agents Ive also created an info page about #Creator  at Eigenzone http://wiki.eigenzone.org/wiki/TheTechnobears_Creator (it can also be found under scripts there) The Eigenzone page, will just contain information about Creator and a link to the repository, as it is always best to use the github repo to get all the latest templates: So continue to use the existing link on github: https://github.com/TheTechnobear/Eigenharp/tree/master    Important note: Contributors ONLY commit changes on this master branch. The following info, is only nec...

#Creator

Image
#Creator   Having a break (really? not so) got to go back about one-key-chord Matthew Walton   playing and ideas. checked something on Mark Harris   github.

#Creator update - new Iterate feature

#Creator update - new Iterate feature My config files have been getting very big recently. The reason is simple, even one line to connect key group output to a rig makes for a lot of lines when you have 12 rigs, and 6 key groups.... and Ive a similar problem linking ScaleIlluminator. So Ive introduced a new feature... Iterate! My new Ableton live setup config used to be 329 lines, it now is only 188 ... nearly half the size!  not bad for something that generates 2241 lines of belcanto! so how does it do it... Lets say we have a config lines like: midi/linkmidirig.bc:percussion keygroup:midi rig 1:1:11:1:1: midi/linkmidirig.bc:percussion keygroup:midi rig 2:2:11:1:2: midi/linkmidirig.bc:percussion keygroup:midi rig 3:3:11:1:3: we can now replace this with: Iterate:%X%:midi rig 1,midi rig 2,midi rig 3:midi/linkmidirig.bc:percussion keygroup:%X%:%IDX%:11:1:%IDX: so whats going on here... generally the format is: Iterate:VAR(=offset):LIST:existing config line to iterate  VAR is the variab...

New template and conf. (Pico but not exclusive)

New template and conf. (Pico but not exclusive) Usefull for multitimbral au's aumidichchanger.conf createaumidichannelchanger.bc Not much but getting the hang of #Creator

#Creator 2.0 is here!

#Creator 2.0 is here! =============== Update: 2.0.2, bug fix in physical mapping, and keygroup layout. normal and vertical layout example for pico Sneak peek yesterday but now its here for real. Changes: - written in Java using XML/RPC to talk to eigenD, doesnt need eigend scripts. this means its should be compatible with windows. (though only a mac osx script its supplied) - has all command line features of 1.0, use -h to see, is backwards compatible - Keygroup layout    old CreateLayout is now integrated into creator, and so can use  command line options of creator (e.g. file, script, debug etc) - Templates - these are the old 1.0 modules renamed, as modules are something else now.  - two initial modules:     * BelcantoTemplate - process template files( old modules)     * KeygroupLayout - processes layouts (aka old CreateLayout), see below.  - new 'command' option, -C to issue a single command - createsetup.sh has been renamed to creator.sh, to reflect broader usage Currently...

High praise and other misdemeanors to Mark Harris .

High praise and other misdemeanors to Mark Harris . Just browsed through the #Creator docs again on GitHub.  Really well done, sir.  Was looking through the repo for things I had missed since my absence, so thought the docs deserved another look too. Clear, concise, complete.