Hi there,
it seems to be a bug in Reaper itself.
When using OSC-Monitor ( http://www.frieder-weiss.de/OSC/index.html - Freeware) the message I've sended is recieved correctly.
Edit :
For the one's that are interessted in.
Reaper only accepts float values from 0.0 - 1.0 .
The value's shown in the ...
Search found 19 matches
- Sat Feb 25, 2012 8:37 am
- Forum: Coding Questions
- Topic: OSC (OpenSoundControl) and PB
- Replies: 22
- Views: 6460
- Sat Feb 25, 2012 7:36 am
- Forum: Coding Questions
- Topic: OSC (OpenSoundControl) and PB
- Replies: 22
- Views: 6460
Re: OSC (OpenSoundControl) and PB
Hello Infratec,
I tried youre example, but the error remains the same. As you said, the OSC-Package-Allignment seems to be ok because Reaper reacts for the message I send to. But if you listen to reaper's port, the ',' isn't right interpreted. I tried many things for now but it's always the same ...
I tried youre example, but the error remains the same. As you said, the OSC-Package-Allignment seems to be ok because Reaper reacts for the message I send to. But if you listen to reaper's port, the ',' isn't right interpreted. I tried many things for now but it's always the same ...
- Fri Feb 24, 2012 11:07 pm
- Forum: Coding Questions
- Topic: OSC (OpenSoundControl) and PB
- Replies: 22
- Views: 6460
Re: OSC (OpenSoundControl) and PB
Hi Jesper,
thanks for replying. I'm looking forward to see something of your work .
I also think it would be really nice to see OSC working with PB. There are so many more Options where you could use OSC. It's not only helpful when dealing with music/video/dmx but also with a sort of message-system ...
thanks for replying. I'm looking forward to see something of your work .
I also think it would be really nice to see OSC working with PB. There are so many more Options where you could use OSC. It's not only helpful when dealing with music/video/dmx but also with a sort of message-system ...
- Fri Feb 24, 2012 8:01 pm
- Forum: Coding Questions
- Topic: OSC (OpenSoundControl) and PB
- Replies: 22
- Views: 6460
OSC (OpenSoundControl) and PB
Hi there,
I have a little with sending the correct OSC data to the Sequencer-Prog "Reaper" via UDP.
Here's the Code :
EnableExplicit
Macro CALC_ALIGNMENT(x)
(x+4) & $fffc
EndMacro
If InitNetwork() = 0
MessageRequester("Error", "Can't initialize the network !", 0)
End
EndIf
Declare.i ...
I have a little with sending the correct OSC data to the Sequencer-Prog "Reaper" via UDP.
Here's the Code :
EnableExplicit
Macro CALC_ALIGNMENT(x)
(x+4) & $fffc
EndMacro
If InitNetwork() = 0
MessageRequester("Error", "Can't initialize the network !", 0)
End
EndIf
Declare.i ...
- Mon Jul 05, 2010 11:25 am
- Forum: Coding Questions
- Topic: MessageBox failed
- Replies: 24
- Views: 5814
Re: MessageBox failed
OK.
Thanks for the answers and good to know !
mfg Christian
Thanks for the answers and good to know !

mfg Christian
- Mon Jul 05, 2010 10:37 am
- Forum: Coding Questions
- Topic: MessageBox failed
- Replies: 24
- Views: 5814
MessageBox failed
Hi at all.
It seems like there is a bug with the MessageBox_() API-Function.
The following could doesn't show the MessageBox :
If MessageBox_(#Null,"Do you want Fullscreen?","Mode",#MB_YESNO|#MB_ICONQUESTION) = #IDNO
fullscreen = #False
Endif
If you do a MessageRequester-Call before, the ...
It seems like there is a bug with the MessageBox_() API-Function.
The following could doesn't show the MessageBox :
If MessageBox_(#Null,"Do you want Fullscreen?","Mode",#MB_YESNO|#MB_ICONQUESTION) = #IDNO
fullscreen = #False
Endif
If you do a MessageRequester-Call before, the ...
- Tue Oct 21, 2008 4:37 pm
- Forum: Feature Requests and Wishlists
- Topic: [Implemented] AllocateMemory without clearing
- Replies: 37
- Views: 7062
- Tue Oct 21, 2008 4:13 pm
- Forum: Feature Requests and Wishlists
- Topic: [Implemented] AllocateMemory without clearing
- Replies: 37
- Views: 7062
- Mon Oct 20, 2008 2:53 pm
- Forum: Feature Requests and Wishlists
- Topic: [Implemented] AllocateMemory without clearing
- Replies: 37
- Views: 7062
- Sun Oct 19, 2008 10:18 pm
- Forum: Feature Requests and Wishlists
- Topic: [Implemented] AllocateMemory without clearing
- Replies: 37
- Views: 7062
- Sun Oct 19, 2008 9:10 am
- Forum: Feature Requests and Wishlists
- Topic: [Implemented] AllocateMemory without clearing
- Replies: 37
- Views: 7062
[Implemented] AllocateMemory without clearing
Hi Fred.
Would it be posible to make an optional Parameter to the
AllocateMemory-Procedure to dont clear the Allocated Mem.
I made some Tests and this would make an Speed-Increment at Factor 3
and more.
Would it be posible to make an optional Parameter to the
AllocateMemory-Procedure to dont clear the Allocated Mem.
I made some Tests and this would make an Speed-Increment at Factor 3
and more.
- Thu Jun 26, 2008 10:44 pm
- Forum: General Discussion
- Topic: Import and C++
- Replies: 36
- Views: 9528
- Thu Jun 26, 2008 10:22 pm
- Forum: General Discussion
- Topic: Import and C++
- Replies: 36
- Views: 9528
- Thu Jun 26, 2008 10:02 pm
- Forum: General Discussion
- Topic: Import and C++
- Replies: 36
- Views: 9528
- Fri May 16, 2008 12:16 am
- Forum: Coding Questions
- Topic: Problem with Imported Fuction in Procedure
- Replies: 2
- Views: 1455