andrew-lowell / HMT

Houdini Music Toolset (HMT) turns the most powerful 3D program into a MIDI sequencer
GNU Lesser General Public License v3.0
201 stars 14 forks source link

Is there any way we can replicate cakewalk_14chn_spatial.cwp with qsynth #3

Open altineller opened 2 years ago

altineller commented 2 years ago

Hello,

Is there any way we can replicate this using open source software?

I understand you have attached 14 instruments to channels of loopMidi port0, panning each instrument with a specific setting.

If this was achievable tru opensoure software would it also be possible to run hmt with linux?

Best Regards, Can

altineller commented 2 years ago

I have qsynth listening on loopMidi, and without panning it kind of works.

I have set the spatial pan channels to 3, and using program midiView, I have dumped some of the midi emitted by HMT, as seen on the screenshot below:

Screenshot (3)

I have some questions: isn't this supposed to be 1 to N channels? why is it emitting on channel 15 and 7 and others when spatial pan channels is set to 3? Isn't it just supposed to emit only note-on and note-off events on channels 1 to N, N being spatial channel numbers?

When we set the pan channel number to original 14, we observe some event to channel 10, that has to do with panning.

Screenshot (9)

Best Regards, Can