Go Back   Cockos Incorporated Forums > REAPER Forums > MIDI Hardware, Control Surfaces, and OSC

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 02-24-2019, 01:20 PM   #11
nkovac
Human being with feelings
 
Join Date: Feb 2019
Posts: 3
Default

Quote:
Originally Posted by moss View Post
Please retry with the new version I just released.

Yes, with clip I mean the items on a track. The log you sent me shows that there are several items for which the name could not be retrieved. I also tried to add some Croatian characters but could not reproduce the problem. Can you please post an example project?
Hi Moss,
I have completely removed old version, installed version 5.5, Started afresh (empty project) added one track.
removed my Novation Launchpad Pro from the list of Controllers, added it again. nothing changes on the controller itself. went to ->configuration -> re-set MIDI in and out ports to Launchpad Pro, pressed "Rescan Midi Devices" and got this log:
Code:
Novation Launchpad Pro: Starting...
Novation Launchpad Pro: Running.
Closing controller...
Exited.
Release resources...
Closing midi connections...
Novation Launchpad Pro: Starting...
Could not execute scheduled task.
java.lang.IllegalStateException: Receiver is not open
	at java.desktop/com.sun.media.sound.AbstractMidiDevice$AbstractReceiver.send(Unknown Source)
	at de.mossgrabers.reaper.framework.midi.MidiConnection.send(MidiConnection.java:264)
	at de.mossgrabers.reaper.framework.midi.MidiConnection.sendCC(MidiConnection.java:164)
	at de.mossgrabers.reaper.framework.midi.MidiOutputImpl.sendCC(MidiOutputImpl.java:35)
	at de.mossgrabers.controller.launchpad.controller.LaunchpadControlSurface.setButtonEx(LaunchpadControlSurface.java:305)
	at de.mossgrabers.framework.controller.AbstractControlSurface.setButton(AbstractControlSurface.java:539)
	at de.mossgrabers.controller.launchpad.command.trigger.LaunchpadCursorCommand.delayedUpdateArrows(LaunchpadCursorCommand.java:393)
	at de.mossgrabers.framework.controller.AbstractControlSurface.lambda$scheduleTask$2(AbstractControlSurface.java:749)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)

Novation Launchpad Pro: Running.
Could not execute scheduled task.
java.lang.IllegalStateException: Receiver is not open
	at java.desktop/com.sun.media.sound.AbstractMidiDevice$AbstractReceiver.send(Unknown Source)
	at de.mossgrabers.reaper.framework.midi.MidiConnection.send(MidiConnection.java:264)
	at de.mossgrabers.reaper.framework.midi.MidiConnection.sendCC(MidiConnection.java:164)
	at de.mossgrabers.reaper.framework.midi.MidiOutputImpl.sendCC(MidiOutputImpl.java:35)
	at de.mossgrabers.controller.launchpad.controller.LaunchpadControlSurface.setButtonEx(LaunchpadControlSurface.java:305)
	at de.mossgrabers.framework.controller.AbstractControlSurface.setButton(AbstractControlSurface.java:539)
	at de.mossgrabers.controller.launchpad.command.trigger.LaunchpadCursorCommand.delayedUpdateArrows(LaunchpadCursorCommand.java:393)
	at de.mossgrabers.framework.controller.AbstractControlSurface.lambda$scheduleTask$2(AbstractControlSurface.java:749)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)

Could not execute scheduled task.
java.lang.IllegalStateException: Receiver is not open
	at java.desktop/com.sun.media.sound.AbstractMidiDevice$AbstractReceiver.send(Unknown Source)
	at de.mossgrabers.reaper.framework.midi.MidiConnection.send(MidiConnection.java:264)
	at de.mossgrabers.reaper.framework.midi.MidiConnection.sendCC(MidiConnection.java:164)
	at de.mossgrabers.reaper.framework.midi.MidiOutputImpl.sendCC(MidiOutputImpl.java:35)
	at de.mossgrabers.controller.launchpad.controller.LaunchpadControlSurface.setButtonEx(LaunchpadControlSurface.java:305)
	at de.mossgrabers.framework.controller.AbstractControlSurface.setButton(AbstractControlSurface.java:539)
	at de.mossgrabers.controller.launchpad.command.trigger.LaunchpadCursorCommand.delayedUpdateArrows(LaunchpadCursorCommand.java:393)
	at de.mossgrabers.framework.controller.AbstractControlSurface.lambda$scheduleTask$2(AbstractControlSurface.java:749)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)

Could not execute scheduled task.
java.lang.IllegalStateException: Receiver is not open
	at java.desktop/com.sun.media.sound.AbstractMidiDevice$AbstractReceiver.send(Unknown Source)
	at de.mossgrabers.reaper.framework.midi.MidiConnection.send(MidiConnection.java:264)
	at de.mossgrabers.reaper.framework.midi.MidiConnection.sendCC(MidiConnection.java:164)
	at de.mossgrabers.reaper.framework.midi.MidiOutputImpl.sendCC(MidiOutputImpl.java:35)
	at de.mossgrabers.controller.launchpad.controller.LaunchpadControlSurface.setButtonEx(LaunchpadControlSurface.java:305)
	at de.mossgrabers.framework.controller.AbstractControlSurface.setButton(AbstractControlSurface.java:539)
	at de.mossgrabers.controller.launchpad.command.trigger.LaunchpadCursorCommand.delayedUpdateArrows(LaunchpadCursorCommand.java:393)
	at de.mossgrabers.framework.controller.AbstractControlSurface.lambda$scheduleTask$2(AbstractControlSurface.java:749)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)

Could not execute scheduled task.
java.lang.IllegalStateException: Receiver is not open
	at java.desktop/com.sun.media.sound.AbstractMidiDevice$AbstractReceiver.send(Unknown Source)
	at de.mossgrabers.reaper.framework.midi.MidiConnection.send(MidiConnection.java:264)
	at de.mossgrabers.reaper.framework.midi.MidiConnection.sendCC(MidiConnection.java:164)
	at de.mossgrabers.reaper.framework.midi.MidiOutputImpl.sendCC(MidiOutputImpl.java:35)
	at de.mossgrabers.controller.launchpad.controller.LaunchpadControlSurface.setButtonEx(LaunchpadControlSurface.java:305)
	at de.mossgrabers.framework.controller.AbstractControlSurface.setButton(AbstractControlSurface.java:539)
	at de.mossgrabers.controller.launchpad.command.trigger.LaunchpadCursorCommand.delayedUpdateArrows(LaunchpadCursorCommand.java:393)
	at de.mossgrabers.framework.controller.AbstractControlSurface.lambda$scheduleTask$2(AbstractControlSurface.java:749)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
It seems to me there is something other wrong apart from possible "weird" letters in clip names. (I can still send you previous project, you asked)
Should I ensure the device has a certain firmware version or something like that? Is it sensitive to the type of USB port being used? I am using the same USB port I use for Ableton/launchpad combo.
And thank you once again.

EDIT: I connected my Akai APC40 (mk1) to the same USB port, did everything the same as with Launchpad and it works. Device lights up with your custom look, and as far I can gather everything works as it is supposed.

Last edited by nkovac; 02-24-2019 at 01:41 PM. Reason: new information available
nkovac is offline   Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 01:29 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.