Old 10-04-2019, 06:09 AM   #1
dangguidan
Human being with feelings
 
Join Date: Jan 2019
Location: China
Posts: 654
Default About setting default note velocity.

About setting default note velocity.
Setting doesn't seem to work?

代码如下:
Code:
editor=reaper.MIDIEditor_GetActive()

reaper.MIDIEditor_SetSetting_int(editor, 'default_note_vel', 100)

integer = reaper.MIDIEditor_GetSetting_int(editor, 'default_note_vel')
dangguidan is offline   Reply With Quote
Old 10-04-2019, 07:38 AM   #2
nofish
Human being with feelings
 
nofish's Avatar
 
Join Date: Oct 2007
Location: home is where the heart is
Posts: 12,096
Default

The API doc about MIDIEditor_SetSetting_int() says:

Quote:
setting_desc can be:
active_note_row: 0-127
https://www.extremraym.com/cloud/rea...SetSetting_int

So it seems setting default note velocity is currently not supported.
nofish is offline   Reply With Quote
Reply

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 11:12 AM.


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