sjomae

Results 22 issues of sjomae

Allow to use a MIDI hardware controllers such as the FaderFox PC4 to use 'snap mode'. See for explanation of the feature and possible implementations: https://github.com/surge-synthesizer/surge/issues/7510 https://github.com/surge-synthesizer/surge/issues/7510#issuecomment-1934092720

Some MIDI controllers have a 'snap mode' (Faderfox for instance), is this supported by Surge? The synth or plugin hosts sends MIDI cc values to the controller. When in snap...

Feature Request
MIDI

Where is that number 3000 coming from? https://github.com/hexagon5un/AVR-Programming/blob/master/Chapter11_Driving-Servo-Motors/servoWorkout/servoWorkout.c#L65

If a crystal is used, this does make DDRB unusable for using it for the LEDs, as in the book? Or is there a trick to make it work? The...

Chapter 07 using the atmel328P Wondering why I get these compile warnings. slowScope is working here anyway. `$ sudo make flash avr-gcc -Os -g -std=gnu99 -Wall -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums...

On Linux, when running sclang from the command line, a `Ctrl+c` stops both sclang and scsynth. When sending `SIGTERM`, `SIGINT` or `SIGHUP` to sclang only sclang is terminated and scsynth...

enhancement
comp: sclang

This is music for the future, but might be already good for consideration, also when thinking about the solution for 'standalone` (meaning, distribution of SC in a custom made ready...

enhancement

When using sclang from the command line in a script, it might be useful to skip the loading of the startup.scd file, if custom / specific instance options are set...

enhancement

``` CC src/libuv_la-fs-poll.lo CC src/libuv_la-random.lo CC src/win/libuv_la-async.lo CC src/win/libuv_la-core.lo CC src/win/libuv_la-detect-wakeup.lo CC src/win/libuv_la-dl.lo CC src/win/libuv_la-error.lo CC src/win/libuv_la-fs-event.lo In file included from src/win/internal.h:29, from src/fs-poll.c:26: src/win/winapi.h:4730:16: error: redefinition of 'struct _TCP_INITIAL_RTO_PARAMETERS'...

I see Zyn-fusion has a osc port, what can be done with it exactly? Does it also have a OSC API like Surge has, which allow to control all the...

question