Page 1 of 1

Posted: 06 Jan 2018, 17:51
by nay-seven
[large]3.0.156[/large]
fixed bugs
- drop patches or modules on a reduced control-panel

[large]3.0.155[/large]

improvements
- Comma-Text-Editor module
- Reduce patch control panel command
- The mouse wheel can be used to scroll in the settings-panel
- Attack-time parameter in MIDI-sampler module
- Size of control is displayed in the header
- Copy-control-size, paste-control-size contextual menu command
- File-lister module now works for directories
- Improvement of the wheel-mouse behavior and zooming
- -Expert option: disable-mouse-wheel-zoom
- MIDI-learn/active mode "only when patch is on" is now compatible with the patch-on-off module
- Monophonic option in the poly-voice-dispatcher module

sdk
- New sdkDialogInputBox function exported

fixed bugs
- MIDI thru doesn't work properly in piano-roll module
- On a copy/paste of grid elements random curves can be created
- Scrollbar size to 0 just disappeared without any way to restore it
- Various GUI details

Reduced patches example on rack 3:
Image

Posted: 07 Jan 2018, 12:28
by 23fx23
wouuuouuuu , so coool, was awaiting this one. thanks! :)

Posted: 07 Jan 2018, 13:58
by 23fx23
trying to add the sdkDialogInputBox,

i do get the the popup dialog and can enter text, but don't manage yet to get/use the variable once pressed enter, (it trace nothing too).
any clue how to use it if near the place olivier?^^

Image

(used like this:)

Code: Select all

	AnsiCharPtr test;
        test = sdkDialogInputBox("Enter value: ", "value:", "no name");   ///caption,prompt,dft
	sdkTraceChar(test);

Posted: 07 Jan 2018, 20:03
by sephult
Had to tease too didn't you 23fx23 :)
Love your interface.

-s

Posted: 07 Jan 2018, 20:14
by 23fx23
hehe coming soon coming soon, but that 'enter numeric values' remain at top of my decreasing todo list^^

Posted: 08 Jan 2018, 02:31
by x.iso
👍

Posted: 08 Jan 2018, 08:04
by senso
@23fx23 I think it's connected to shared memory.
Will be solved in the next release. 157

Posted: 08 Jan 2018, 11:45
by 23fx23
yess ok cool thanks :)