mozaic_scripts_list

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
mozaic_scripts_list [2020/06/19 03:13] – Added CueDpattern _kimozaic_scripts_list [2020/07/23 03:12] – Added Active Notes Tracker, Note Statistics, Big Host Clock _ki
Line 1: Line 1:
 ===== Mozaic: Available Scripts List ===== ===== Mozaic: Available Scripts List =====
-An official [[https://patchstorage.com/platform/mozaic/|Mozaic user script repository]] has been established at [[https://patchstorage.com/platform/mozaic/|patchstorage.com]] hosting more than 160 scripts (15.06.2020)+An official [[https://patchstorage.com/platform/mozaic/|Mozaic user script repository]] has been established at [[https://patchstorage.com/platform/mozaic/|patchstorage.com]] hosting around 170 scripts (11.07.2020)
  
 ==== Script Download and Installation  ==== ==== Script Download and Installation  ====
Line 18: Line 18:
  
 ^  Channel Scripts  ^ ^ ^  Channel Scripts  ^ ^
 +| [[https://patchstorage.com/midi-multicast/|MIDI MultiCast]] | Triggerable scenes defining midi routings of a single input channel onto several output channels |
 | [[https://patchstorage.com/phaseyboi/|PhaseyBoi]] | Takes incoming MIDI and sends it out on channels 1-4 with a separate delay per channel to archieve Reichian phasing | | [[https://patchstorage.com/phaseyboi/|PhaseyBoi]] | Takes incoming MIDI and sends it out on channels 1-4 with a separate delay per channel to archieve Reichian phasing |
 | [[https://patchstorage.com/midi-channel-mute/|MIDI Channel Mute]] | Use the 16 pads or 16 CCs to mute/unmute midi channels | | [[https://patchstorage.com/midi-channel-mute/|MIDI Channel Mute]] | Use the 16 pads or 16 CCs to mute/unmute midi channels |
Line 31: Line 32:
 | | \\ | | | \\ |
 ^  Note Scripts  ^  ^ ^  Note Scripts  ^  ^
 +| [[https://patchstorage.com/keyster/|KEYSTER]] | Live play transposer and scale remapper |
 | [[https://patchstorage.com/transform-notes/|Transform Notes]] | Remaps incoming midi notes into different note range (squishes, stretches, inverts) with optional scale quantization | | [[https://patchstorage.com/transform-notes/|Transform Notes]] | Remaps incoming midi notes into different note range (squishes, stretches, inverts) with optional scale quantization |
 | [[https://patchstorage.com/pulser/|Pulser]] | Pulsates note velocity and delay timing on multiple channels | | [[https://patchstorage.com/pulser/|Pulser]] | Pulsates note velocity and delay timing on multiple channels |
Line 183: Line 185:
 | | \\  | | | \\  |
 ^  External Hardware Scripts  ^ ^ ^  External Hardware Scripts  ^ ^
 +| [[https://patchstorage.com/volcadrumpatchdesigner/|VolcaDrumPatchDesigner]] | A patch editor designed for the Volca Drum |
 | [[https://patchstorage.com/iconnectaudio4-analog-inputs-volume-control/|iConnectAUDIO4+ analog inputs volume control]] | Proof of concept for manipulating the four analog inputs volume values with the first four knobs, and the four pads for the mutes. | | [[https://patchstorage.com/iconnectaudio4-analog-inputs-volume-control/|iConnectAUDIO4+ analog inputs volume control]] | Proof of concept for manipulating the four analog inputs volume values with the first four knobs, and the four pads for the mutes. |
 | [[https://patchstorage.com/blueboard-switch-ramper/|BlueBoard Switch Ramper]] | Responds to cc triggers from iRig BlueBoard, sending the received cc’s in a configurable ramp | | [[https://patchstorage.com/blueboard-switch-ramper/|BlueBoard Switch Ramper]] | Responds to cc triggers from iRig BlueBoard, sending the received cc’s in a configurable ramp |
Line 193: Line 196:
 | [[https://patchstorage.com/mws-boss2bull/|MWS-BOS(S)2BULL]] | Convert a Boss FC-50 MIDI foot controller into a passable set of monophonic MIDI bass pedals to control the bass synth of your choice (possibly a Moog Taurus emulator)  | | [[https://patchstorage.com/mws-boss2bull/|MWS-BOS(S)2BULL]] | Convert a Boss FC-50 MIDI foot controller into a passable set of monophonic MIDI bass pedals to control the bass synth of your choice (possibly a Moog Taurus emulator)  |
 | [[https://patchstorage.com/ms6-control-panel/|MS6 Control Panel]] | Provides voice parameter access for a Cheetah MS6 hardware synth with Kristofer Maad v1.3 custom firmware  | | [[https://patchstorage.com/ms6-control-panel/|MS6 Control Panel]] | Provides voice parameter access for a Cheetah MS6 hardware synth with Kristofer Maad v1.3 custom firmware  |
 +| | \\  |
 +^  Utility Scripts  ^ ^
 +| [[https://patchstorage.com/big-host-clock/|Big Host Clock]] | Big number display of current HostBar and HostBeat. If the hosts timeline is running, an additional dots display visualized 1/16th |
 +| [[https://patchstorage.com/active-notes-tracker/|Active Notes Tracker]] | Display all active notes of all channels on 16 pads either sorted by note number or in the play-order. Sample for the  Active Notes Tracker (Include) snippet  |
 +| [[https://patchstorage.com/note-statistics/|Note Statistics]] | Samples number of occurencies of each of the 12 notes and sums up their duration in 1/32th note divisions according to the host tempo |
 | | \\  | | | \\  |
 ^  Developer Tools  ^ ^ ^  Developer Tools  ^ ^
 +| [[https://patchstorage.com/migration-manager-include/|4Devs: Migration Manager (Include)]] | Migrate script parameters between different script versions |
 | [[https://patchstorage.com/pad-manager-include/|4Devs: Pad & Shift Manager (Include)]] | Multi-pad or shift button single-tab/double-tab/hold interaction support script with user functions, intended to be easily included into your own scripts  | | [[https://patchstorage.com/pad-manager-include/|4Devs: Pad & Shift Manager (Include)]] | Multi-pad or shift button single-tab/double-tab/hold interaction support script with user functions, intended to be easily included into your own scripts  |
 | [[https://patchstorage.com/notestatetracking-code-example/|4Devs: NoteStateTracking (Example)]]| Shows how to implement note state tracking to enable functions acting on active notes only. Double NoteOn / NoteOff inputs are easily detected and filtered out | | [[https://patchstorage.com/notestatetracking-code-example/|4Devs: NoteStateTracking (Example)]]| Shows how to implement note state tracking to enable functions acting on active notes only. Double NoteOn / NoteOff inputs are easily detected and filtered out |
  • mozaic_scripts_list.txt
  • Last modified: 2024/03/20 09:20
  • by _ki