Geoffroy Montel

Results 10 issues of Geoffroy Montel

Hello I followed the WIKI to run chruby with capistrano and added these lines to my `deploy.rb` file. ``` ruby # chruby support default_run_options[:shell] = '/bin/bash' set :ruby_version, "ruby-2.0" set...

bug
capistrano

I could not make the `threads_on_fork` worker work with backburner 1.3 (see https://github.com/nesquena/backburner/issues/118), so I decided to make a very simple Threading worker. Usage is : ``` bash QUEUE=job-one:3,job-two rake...

Using backburner with `ThreadsOnFork` in production with Rails 4.2 and postgresql. If I stop and restart the postgresql service on my Linux box, Rails can reconnect to the new postgresql...

Hello I'm using backburner through Rails Active Job I tried upgrading from Backburner 0.4.6 to Backburner 1.3 and now the jobs never start now I'm using backburner:threads_on_fork:work with several queues...

Hi there I'm using `backburner:threads_on_fork:work` in production and I'd like some code on my workers to be run when the worker times out or is killed. I enclosed my worker...

SC 3.7.1 final and SC Plugins 3.7.1 installed on Mac OS 10.9.5 My `startup.scd` file ``` supercollider Server.default = s = Server.internal; s.recHeaderFormat = "wav"; s.options.sampleRate = 44100; s.options.memSize =...

bug
os: macOS
crash

**Describe the bug** With new release 0.4.1, I am getting the following error on my Mac when booting scsynth *** ERROR: dlopen '/Users/geoffroy/Library/Application Support/SuperCollider/Extensions/PortedPlugins/VASEM12_scsynth.scx' err 'dlopen(/Users/geoffroy/Library/Application Support/SuperCollider/Extensions/PortedPlugins/VASEM12_scsynth.scx, 2): no suitable...

## Environment * SuperCollider version: 3.10.2 * Operating system: Win 10 ## Steps to reproduce 1. This will play ```supercollider MIDIClient.init; MIDIIn.connectAll; m = MIDIOut(0); ( Pbind(*[ type: \midi, midiout:...

enhancement
comp: class library
comp: help
needs documentation

Hello Me again :) I would have a feature request : the ability to crossfade the end of the loop, with the start of the loop, like in Ableton Live's...

XPlayBuf could implement better than cubic interpolation. - Voxengo offers a [high quality resampler](https://github.com/avaneev/r8brain-free-src), an optimized sinc interpolation, and it can apparently used in realtime apps. But it seems only...