Giter Club home page Giter Club logo

crow-max-and-m4l's Introduction

crow-max-and-m4l

Max + M4L for crow (monome/whimsical raps)

Max installation

After downloading the entire crow-max-and-m4l repo, extract the zip file and you should get two unique folders: crow_max and crow_m4l.

Open Max > Options > File Preferences > highlight User Library > the rightmost icon in the bottom bar should illuminate. Clicking this icon will open the User Library folder, where you can drop the crow_max folder.

If you are performing an update of an existing crow_max installation, you can simply allow the system to replace the existing files. If you somehow have previous beta crow files in your User Library (or anywhere along your Max search path), please delete them and start fresh with crow_max.

Restart Max and you should be able to instantiate the crow abstraction as a regular object!

Getting started with crow + Max

A detailed Max help patcher is included with the crowabstraction:

help_ss

To access, instantiate crow and right-click the object. Select "Open crow Help".

  • anatomy: demonstration of the necessary signal flow to start patching with crow in Max.
  • cv input: showcases reading CV through crow's 2 hardware inputs either on-demand, as a stream, or when a signal crosses a specified threshold.
  • basic cv output: setting CV slew and specifying target voltages for crow's 4 hardware outputs. introduces sprintf techniques to help assign values dynamically.
  • cv notes: showcases MIDI-to-CV translation for v/8 notemaking. also introduces pulse and ar commands.
  • cv shapes: introduction to actions as user-definable envelopes/lfo's.
  • i2c: demonstrates i2c connectivity + simple interactions with Just Friends (Whimsical Raps). this seemed the most interesting application, though the fundamental approach is translatable to any i2c device that has pre-defined Teletype interactions (w/, ER-301, Ansible, etc).
  • ^^: an index of system commands that report on connected hardware + flash new scripts to the module.

The [crow.] library

crow. library

In addition to the crow object, there are many helper objects which can aid in development of crow Max and Max for Live applications. each object comes with its own help-patcher and built in Max reference page.

  • crow.volts: directly set one of crow's outputs to a voltage (with an optional slew time)
  • crow.inputs: a bpatcher gui to easily access data from crow's inputs within Max
  • crow.ar: easily configure and trigger an attack-release envelope on any of crow's outputs
  • crow.adsr: easily configure and trigger an ADSR envelope on one of crow's outputs
  • crow.var: assign a value, table, variable, or function return to a variable (or to an element of a table)
  • crow.function: tell crow to execute a function, or generate a function call to pass to another crow. object.
  • crow.makefunction: convert a value, variable, or function call into an anonymous function that returns the original value/variable/function call.
  • crow.n2v: convert semitones to V/oct voltage levels.

The standalone ^^bootloader patch

To help make flashing new crow firmware easy, we've included a straightforward Max patch that walks through the necessary steps:

bootloader_ss

You can either open it from inside the crow_max folder or by opening a new patcher in Max and instantiating a ^^bootloader object (lock the patch and double-click the object to open the bootloader helper).

After loading new firmware, you will need to re-establish the connection between Max and the crow module but there is no need to reboot your modular.

Max for Live installation

nb. Max installation is not required to use the devices in crow_m4l.

After downloading the entire crow-max-and-m4l repo, extract the zip file and you should get two unique folders: crow_max and crow_m4l.

Open Live (9 or 10) Suite, running at least Max 7.3.6. Place crow_m4l wherever you'd prefer it living longterm on your hard drive. Open Live and drag the folder into Live's browser, under PLACES.

If you are updating a previous installation, just replace the previous crow_m4l folder's contents with the new files.

Getting started with crow + Max for Live

The crow_m4l folder holds a suite of devices to help integrate your modular with Live:

row

There is also a series of video walkthroughs available, which explore setup and basic parameters of each device.


^^command_center

command-center

nb. the m4l devices that follow will not connect to crow unless ^^command_center is properly initialized.

  • a connector between crow and Live
  • a router for messages from Live to crow
  • load onto any MIDI track
  • select your connected crow device from the dropdown
  • don't see your crow? hit [refresh]

many crow? each needs an address

nb. If you are NOT connecting more than one crow to Live, you do not need to perform the actions outlined in this section. They do not apply to (or even help) a single-crow configuration.

If you'd like to connect more than one physical crow module to the m4l devices, you'll need to instantiate a unique ^^command_center for each crow and give it a Live address. You'll also have to tell the other m4l devices to which address they should send messages. Don't worry, these addresses will all save with your Live Set.

Every ^^command_center defaults to address 1. To make sure messages from the m4l devices get to the right crow, toggle from [setup] to [address] and you'll be able to change ^^command_center's address.

So, a typical two-crow setup would require:

  • each crow connected to your computer through USB
  • instantiate two ^^command_center devices
  • use the dropdown on the [setup] page to connect each ^^command_center to a different crow
  • toggle to [address] and make sure that one ^^command_center has address 1 and the other has address 2
  • on each of the following m4l devices, toggle [address] to direct the flow of traffic from the device back to the right ^^command_center. eg: if I want to use ^^dual with crow 2, I would have to specify 2 as ^^dual's address:

command-center


^^dual

dual

  • an output device to translate MIDI data from Live to v/8 and envelope voltages
  • load onto any MIDI track + either arm it for record or set the monitoring to "in"
  • expand the (outs) dropdown to identify which duo of outputs you'd like ^^dual to use for v/8 and envelope voltage: ouputs 1+2 or outputs 3+4
  • output 1/3 will send v/8
  • output 2/4 will send either an envelope or a trigger for every note-on event

~~

  • base: the central point for MIDI-to-CV conversion, default is MIDI note 60
  • slew: adds glide between notes, default is none
  • attack: shapes the start of the envelope, default is nearly zero
  • decay: shapes the end of the envelope, default is very snappy / trigger-style

^^ins

ins

  • an input device to translate incoming CV to useful MIDI data
  • load onto any MIDI track
  • expand the (input) dropdown to identify which hardware input you'd like to monitor / control Live: 1 or 2
  • input cv: real-time streaming monitor of voltage incoming through the input specified

~~

CV-to-CC: this section will translate incoming voltage to MIDI CC data

  • low: set the desired floor for voltage-to-CC, default is 0V
  • high: set the desired ceiling for voltage-to-CC, default is 10V
  • map: map the incoming voltage to any MIDI-controllable parameter in Live
  • %'s: adjust the range of CC expression for each individual map channel

~~

CV-to-note: this section will translate incoming CV to MIDI pitch data

  • (trig src): identify whether you would like the CV conversion to take place synced to Live's clock (arpeggiator) or if you'd like the conversion to take place every time a trigger is received through the other input of crow
  • low: set the desired floor for CV-to-MIDI, default is lowest note at 36
  • high set the desired ceiling for CV-to-MIDI, default is highest note at 127

^^jf_synth

jf-synth

an i2c output device to play a connected Just Friends module as a 6-voice polyphonic synth through Live

  • as always, you must first choose a crow device with the ^^command_center
  • ^^jf_synth requires Just Friends (Whimsical Raps) to be connected to crow via i2c cable or through powered-bus
  • load onto any MIDI track + either arm it for record or set the monitoring to "in"
  • if crow is NOT connected to an i2c powered-bus (ie, if it's just connected directly to Just Friends via an i2c cable with no Teletpe/TXb/powered-bus in between), toggle 'enable pullups' on the m4l interface
  • on your Just Friends module's panel, engage 'sound' and 'transient'
  • on the m4l device, engage the second toggle to connect to Just Friends
  • you will see the 6 lights blink on Just Friends
  • you should now be able to play Just Friends through MIDI!

^^outs

outs-setup

nb. you can instantiate this device up to four times in a Live set, to speak to each of the four hardware outputs on crow

  • an output device that collects multiple utilities in a single interface
  • load onto any MIDI track + either arm it for record or set the monitoring to "in"
  • expand the (out) dropdown to identify which hardware output you'd like to use
  • the device will display the selected output in the top right corner of the following screens:

~~

v/8

outs-v-8

  • base: the central point for MIDI-to-CV conversion, default is MIDI note 60
  • slew: adds glide between notes, default is none

~~

clock

outs-clock

  • rate: the rate of clock pulses, synced to Live's transport + tempo, default quarter notes
  • trigger: set the max voltage for the trigger signal, default 5V
  • gate: toggle behavior for trigger which will reveal % duty cycle of current clock rate, default 50%
  • polarity: whether triggers are a burst of voltage or an absence of voltage in a continuous on-state, default is + (burst)

~~

lfo

outs-lfo

  • rate: the rate of a positive LFO, synced to Live's transport + tempo, default 1 bar
  • level: the high voltage for the LFO to reach before falling to 0V, default 5V

~~

remote

outs-remote

  • knob: an automatable knob which sends any movement out as CV
  • min: the minimum CV the knob can put out when the needle is far-left, default -5V
  • max the maximum CV the knob can put out when the needle is far-right, default 5V
  • bias: adds an offset to the knob's current position, default 0V
  • smooth: adds glide between knob values, default 50ms

^^derwydd

This device gives you access to crow's Lua read-eval-print loop. Send Lua code to Crow to execute on the fly, allowing you to modify crow's behavior in your real time. You can also use it to upload new scripts, erase scripts, and more.

derwydd

  • as always, you must first choose a crow device with the ^^command_center

  • load onto any MIDI track.

  • use the yellow-bordered box to type in lua code to send to crow.

  • choose between how the 'enter' key on your keyboard functions using the switch

    • execute mode: pressing enter will send the entered code to crow for execution
    • carriage-return mode: pressing enter will move you to a new line, allowing you to send more complex multi-line code snippets to crow
  • printouts and error messages from crow are displayed to the right of the text entry box

  • use the up and down arrow keys to scroll through your recently entered code snippets

  • use the ^^ buttons to give crow special commands; hover over the buttons and read Ableton's info box to find out more


^^bridges

bridges

Use this device to translate multiple mappable knobs in ableton into data for crow; the primary use case is taking remote control over variables in a script that crow is currently running.

  • as always, you must first choose a crow device with the ^^command_center
  • load onto any MIDI track
  • use the yellow-bordered box to type in a name matching a variable in your script; the corresponding knob will now act as a remote control for that variable
  • press enter to confirm your selection.
  • adjust the min and max values of the knob as desired
  • try automating the knob
  • try MIDI mapping the knob with a MIDI controller
  • try mapping the knob with another Max For Live Device
  • adjust the number of bridges using the bridge count controller
  • you may have an arbitrary number ^^bridges devices instantiated in a given set

^^macros

macros

Store code snippets which can be sent to crow as macros on the fly. Each snippet can be sent by selecting the device and pressing the corresponding number key on your keypad, or by sending the device the corresponding MIDI note.

  • as always you must first choose a crow device the ^^command_center
  • load onto any MIDI track
  • use the numbered, yellow-bordered boxes to type in lua code to send to crow
  • to execute the code in each box, you may either send the corresponding MIDI note to the device, or press the corresponding key on your keyboard nb: when using your number keys, make sure the device is highlighted
  • macros are saved with your live set

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.