
User Details
Username: | jim95454 |
Website: | None provided |
Facebook: | None provided |
Twitter: | None provided |
Soundcloud: | None provided |
Account Status: | enabled |
Member since: | May 17 2021 |
About jim95454: | |
(report this profile) |
Devices by jim95454
No devices have been posted by this user.
Comments by jim95454
Comments
3) SysMsg receiving now. You need SysMsg.amxd from the other project on a seperate MIDI track with IN monitoring and the Midi from set to E-MU. sysexin to work requires upgrading Max for Live to the latest release (https://cycling74.com/downloads) and the point Live to the correct path in Albeton Lives preferences. |
Posted on May 18 2021 by jim95454 (report comment) (Goto Comment) |
1) Gets fixed by removing the gate node under the change preset flow. (The gate stops the MIDI transmission if current preset is 0 and one changes to 1.) 2) ROM presets are accessible by increasing the range of the live.numbox[1] under change preset from 0-999 to 0-1255. Assuming you have 256 presets in ROM. The ROM presets seem to start at 1000 on E-Synth so after the 999 possible RAM presets. 3) Still not receiving any SysMsg. There is a file SysMsg.amxd in your other project that probably needs to be included here and put on another track with IN monitoring and the Midi from set to the E-MU. However, sysexin does not seem to be triggerd. |
Posted on May 17 2021 by jim95454 (report comment) (Goto Comment) |
1) Minor bug: It seems like switching the preset from 0 to 1 stays at 0, no MIDI message is sent. But switching the preset from 2 to 1, 1 to 0 works. and you can switch from 0 to 1 and then to 2, and that will get preset 2. 2) Feature issue: The control panel does not allow selecting the ROM presets starting with L instead of P. 3) Bigger issue: The names of the Samples do not appear somehow it's not receiving SysMsg. receive SysMsg does not get triggered. Any idea? Who triggers SysMsg? |
Posted on May 17 2021 by jim95454 (report comment) (Goto Comment) |
So regarding receive SysMsg that parses the incoming preset name, the wav: PWM-1 never goes away. When is Live supposed to update the preset name? Is maybe something wrong with my setup? I have two tracks, one with the external instrument and EMU control and another track with SysListener with Monitor set to In - Midi From is Channel 1 on the EMU. When I change the preset on the E-MU sampler, the Midi In signal blinks of the track with SysListener but nothing updates. What would be a simple debug message I could add to the Max script to check if it receives a sysmessage at all? |
Posted on May 17 2021 by jim95454 (report comment) (Goto Comment) |
It seems like loadmess connects to message 1 but that 1 then connects comment "Depth". That causes an error "comment doesn't understand "int" ". Should the connect from message go somewhere else? |
Posted on May 17 2021 by jim95454 (report comment) (Goto Comment) |
It seems like loadmess connects to message 1 but that 1 then connects comment "Depth". That causes an error "comment doesn't understand "int" ". Should the connect from message go somewhere else? |
Posted on May 17 2021 by jim95454 (report comment) (Goto Comment) |
Opened it into Max Live to debug: newobj: live.banks: No such object comment: doesn't understand "int" (when I double click it highlight the Depth which defaults to -96 db) |
Posted on May 17 2021 by jim95454 (report comment) (Goto Comment) |
I am getting this error under print: comment: doesn't understand "int" What is SysMsg.amxd needed for? It's not mentioned in the PDF? |
Posted on May 17 2021 by jim95454 (report comment) (Goto Comment) |
Hi, any way I can debug this for you? Is there particular midi settings on the E-MU E4K that I should turn on for this to work? It's in multi-mode right now. How would I change the pre-set for a particular midi channel? |
Posted on May 17 2021 by jim95454 (report comment) (Goto Comment) |
Let me know.