Skip to content

Releases: andrew-lowell/HMT

HMT 3.0 - Using Mido for Midi IO

31 Jan 03:52
41d7044
Compare
Choose a tag to compare

This release uses the Mido python library for OS independent IO and efficiency, replacing the MIDI in and out CHOPs, and chops-based systems.

Mido must be installed to use the play_with_mido or the midi_input nodes. See
https://www.youtube.com/watch?v=cIEN50WuPoc

curl https://bootstrap.pypa.io/get-pip.py -o C:/TEMP/get-pip.py
hython C:/TEMP/get-pip.py
hython -m pip install mido
hython -m pip install python-rtmidi

For how to install external libraries.

https://mido.readthedocs.io/en/latest/

Utility Update

11 Dec 02:45
8b30925
Compare
Choose a tag to compare

Trill Fix

Utility Update

11 Dec 02:31
1d1d77b
Compare
Choose a tag to compare

Update with minor speed and stability improvements

Editor Improvements and Echo Chamber

30 May 19:47
7de3ca3
Compare
Choose a tag to compare

This release has several editor workflow simplifications and enhancements, as well as stability improvements.
It also includes a spacial echo node to produce delay effects with notes

Spatial Midi-Channel Distribution Node Added

29 Dec 02:16
56d6c6f
Compare
Choose a tag to compare

This very elaborate node presents a final solution to overlapping channels. Used spatially in a stereo spread, or simply the distribution of overlapping notes. It also has visualization features to pinpoint channel flow.

hmt_spatial_channel_distribution

Optimized Compound Note Dictionaries in Editor and SOPs-Notes

27 Dec 02:21
8106039
Compare
Choose a tag to compare

This update has a few maintenance and performance enhancements:
1). Updated Shelf tools for Houdini 19
2). Optimized Workflows. Notes can be compacted into dictionaries separating needed attributes from extraneous attributes. The editor can also optimize compound notes for lower scene sizes.
3). Modal Enhancements. Most modal logic now done at the VOPs level.

Updated Editor Compound Notes with Channel/Color

03 Oct 02:05
8c25e19
Compare
Choose a tag to compare

The collapsing and expanding of compound notes now contains localized channel and color values. The sharp_color parameter has been removed for simplification of workflows.

Added Scene SOP Import Node

01 Oct 02:34
071f617
Compare
Choose a tag to compare

The hmt_scene_sop_import node will open and merge sop data from another Houdini scene. It's useful with long compositions and multiple copyies of complex digital assets to avoid interface, overhead, scene load time.

Letter to Note conversion optimizations

20 Sep 21:35
d6305b4
Compare
Choose a tag to compare

Transcribing a letter (A, B, C, D, E, F, G), sharps, flats, and octaves (Fb4) now uses dedicated vops instead of sops. It's faster, more memory efficient, and more powerful as the previous method used a limited point cloud to gather information from.

Editor Updates and Optimizations

06 Sep 05:59
9ddd18b
Compare
Choose a tag to compare

Updates and optimizations to the Edit Notes paradigm including transpose, and improved translate/scale abilities.
Optimizations to trill and compound notes.