Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

AudioUnit plugin: Difference between revisions

From JustChords Wiki
No edit summary
No edit summary
Line 15: Line 15:
For Chords mode:
For Chords mode:
* Set '''anticipation''' (lead-in) to allow downstream apps processing time: 1/4 beat, 1/8 beat, or 1/16 beat.[user-provided]
* Set '''anticipation''' (lead-in) to allow downstream apps processing time: 1/4 beat, 1/8 beat, or 1/16 beat.[user-provided]
* Chords fire in sync with DAW transport; no native MIDI clock generation (use host/DAW clock). [perplexity](https://www.perplexity.ai/search/e2ecb3e0-7dbf-4d38-90e3-a9aa97cde95c)
* Chords fire in sync with DAW transport


Additionally:
Additionally:
* '''OnSongAppear''': Sends a custom MIDI message when a new song is displayed/loaded.[user-provided]
* '''MIDI on song appear''': Sends a custom MIDI message when a new song is displayed/loaded. You can define message in SongEditor.
* '''Control Messages''' (via dedicated Control port): Transmits CC messages on section changes.
* '''Control Messages''': Transmits CC messages on section changes.
** First section: CC with value 1
** First section: CC with value 1
** Second section: CC with value 2
** Second section: CC with value 2
** Etc.
** Etc.
** End of last section: CC with value 0
** End of last section: CC with value 0
** Full spec: MIDI CONTROL port transmits CC when entering new sections (1, 2, etc.); value 0 at song end.[user-provided]
** Full spec: MIDI CONTROL port transmits CC when entering new sections (1, 2, etc.); value 0 at song end.


=== Loopy Pro Integration ===
=== Loopy Pro Integration ===

Revision as of 17:39, 19 January 2026

Using JustChords as an Audio Unit Plugin

JustChords operates as an AUv3 MIDI plugin in DAWs like Loopy Pro and AUM, sending block chords and control messages synchronized to the transport. It features two independent MIDI outputs (MIDI 1 and MIDI 2) for flexible routing to instruments, samplers, or other plugins.[user-provided] Users commonly integrate it for live chord triggering, section changes, and song progression in looping and modular workflows.

MIDI Output Configuration

JustChords provides two configurable MIDI outputs: MIDI 1 and MIDI 2.

Each output supports these modes:

  • Off: No MIDI transmission.
  • MIDI Chords: Sends standard MIDI note block chords on transport beats.
  • TonePacketProtocol Chords: Proprietary chord format for compatible apps/devices.

For Chords mode:

  • Set anticipation (lead-in) to allow downstream apps processing time: 1/4 beat, 1/8 beat, or 1/16 beat.[user-provided]
  • Chords fire in sync with DAW transport

Additionally:

  • MIDI on song appear: Sends a custom MIDI message when a new song is displayed/loaded. You can define message in SongEditor.
  • Control Messages: Transmits CC messages on section changes.
    • First section: CC with value 1
    • Second section: CC with value 2
    • Etc.
    • End of last section: CC with value 0
    • Full spec: MIDI CONTROL port transmits CC when entering new sections (1, 2, etc.); value 0 at song end.

Loopy Pro Integration

  1. In Loopy Pro mixer, add JustChords as Instrument or MIDI Processor on a channel.
  2. Configure MIDI 1/2 outputs to Loopy bindings, clips, or other AUv3 instruments for chord-triggered loops/sequencing. [youtube](https://www.youtube.com/watch?v=KYtJIbWDOfg)
  3. Use anticipation for tight sync; map Control CC to Loopy actions (e.g., clip arming per section).
  4. Control JustChords playback via Loopy MIDI clips/actions; enable OnSongAppear for song changes.[user-provided] [loopypro](https://loopypro.com/manual/)

AUM Integration

  1. Create a MIDI chain; insert JustChords early, route MIDI 1/2 to instruments/effects downstream.
  2. Attach audio sources (files, Apple Music) for transport sync; use Control CC for section-based automation.[user-provided] [kymatica](https://kymatica.com/aum/help)
  3. Set chord anticipation to match AUM latency; test OnSongAppear for playlist workflows.

Tips and Best Practices

For advanced setups, refer to DAW manuals (Loopy Pro, AUM) and experiment with MIDI monitoring tools. [loopypro](https://loopypro.com/manual/)


Last edited: January 19, 2026
Keywords: AUv3, MIDI plugin, Loopy Pro, AUM, chord triggering