<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for JyK Blog</title>
	<atom:link href="http://kingeve.com/wordpress/?feed=comments-rss2?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://kingeve.com/wordpress</link>
	<description>www.kingeve.com</description>
	<lastBuildDate>Fri, 02 Mar 2012 17:04:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on SuperCollider 3.5 -rc1 by JyKang</title>
		<link>http://kingeve.com/wordpress/?p=1458&#038;cpage=1#comment-20</link>
		<dc:creator>JyKang</dc:creator>
		<pubDate>Fri, 02 Mar 2012 17:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://kingeve.com/wordpress/?p=1458#comment-20</guid>
		<description>3.5-rc3

hi all, 

i don&#039;t think we are quite ready to release 3.5.0, so it might be better to do 
another release candidate. there seem to be some issues with scapp, that are 
most likely related to 64bit, so for now we will provide only a 32bit dmg. 

so again, please test ... if all works well with this rc, we can do the final 
release very soon. 

source tarballs: 
http://sourceforge.net/projects/supercollider/files/Source/3.5-rc3/SuperCollider-3.5-rc3-Source-linux.tar.bz2 
http://sourceforge.net/projects/supercollider/files/Source/3.5-rc3/SuperCollider-3.5-rc3-Source.tar.bz2 

osx package (ia32, requires at least 10.5): 
http://sourceforge.net/projects/supercollider/files/Mac%20OS%20X/3.5-rc3/SuperCollider-3.5-rc3-x86-10.5.dmg 

sc3-plugins/osx binary: 
http://sourceforge.net/projects/sc3-plugins/files/OS_X_3.5_Binaries/sc3-plugins-3.5.zip 

cheers, tim 


changes since 3.5-rc2: 

Dan Stowell (1): 
      Explicitly include a boost &quot;windows&quot; folder even on linux     
         (cherry picked from commit 
         457b67049d3b48c088be6d6b63aa283d2df631aa) 

Jakob Leben (8): 
      cmake, sclang: build MIDI primitives on Windows 
      win-installer: add uninstaller 
      class library: Quarks Qt GUI: allow missing quark &#039;summary&#039; 
      help: fix the Env:-blend example 
      help: simplify Dialog:*openPanel example 
      cmake: simplify selection of sced version 
      qtcollider: actually pass the native key code to key actions 
      help: what&#039;s new in Qt GUI 

James Harkins (3): 
      Ensure prOpenUDPPort returns a boolean in case of error 
      Remove outdated SynthDef:send uses in the getting started series 
      Protected backtrace: don&#039;t print all of a very long sourceCode 
         string 

Jonatan Liljedahl (10): 
      README_OS_X: fix typo     (cherry picked from commit 
         5076cdda2cad9c1c71b5cfa3ccd89f8eaa49c3ef) 
      Methods.html: don&#039;t redirect to Search page, bring back the old 
         plain method listing. 
      Some OSC helpdoc fixes.     (cherry picked from commit 
         8bab02d26e2f49cf18bb9b12cece238756f117c7) 
      Added start of &quot;News in 3.5&quot; help doc. 
      Help: cleaned up and restructured some categories 
      HelpBrowser: fix find-text-box for Qt 
      schelp: fix syntax errors     (cherry picked from commit 
         bc7a006b483eeb30b72ee6fee5bdc10a3f97f248) 
      more schelp syntax fixes     (cherry picked from commit 
         2191ae24ce61e95d5d31d6af192d3378f4d1e928) 
      Document some &#039;secret&#039; syntax     (cherry picked from commit 
         099bbf772d35f6970de3c376488aee7bc485770d) 
      some more scdoc syntax corrections in the docs     (cherry picked 
         from commit 4ffaa5f40315701df31dcc4505ff05e7b515fd04) 

Joshua Parmenter (2): 
      Info.plist fix to save text files with other extensions 
      Merge branch &#039;3.5&#039; of 
         ssh://supercollider.git.sourceforge.net/gitroot/supercollider/supercollider 
         into 3.5 

Lucas Samaruga (1): 
      Ppar.schelp typo 

Nick Collins (2): 
      fix KeyTrack to work with LocalBuf     (cherry picked from commit 
         e770a065bc5e5d889a3f0cc9b0742fd6db1aef30) 
      Merge branch &#039;3.5&#039; of 
         ssh://supercollider.git.sourceforge.net/gitroot/supercollider/supercollider 
         into 3.5 

Sciss (2): 
      fix color commands for SCKnob, so they use cocoa. 
      remove button colors from quarks gui (cocoa + swing) 

Tim Blechmann (11): 
      sclang: deep freezer cleanups 
      sclang: PyrDeepFreezer - bug fixes 
      sclang: pyrslot type safety for Signal-fft 
      plugins: Convolution2L - fix crash 
      scdoc: updating changelog &amp; add PparGroup help files 
      scdoc: update news file 
      external libraries: yaml-cpp version bump 
      external libraries: update to boost-1.49.0 
      qtcollider: don&#039;t cache PyrSymbol 
      supernova: fix /c_fill handler 
      bumping version to 3.5-rc3 

crucialfelix (11): 
      add GridLines and DrawGrid classes 
      add grid variable to ControlSpec, use for calculation of 
         looseRange and calcRange 
      Plotter: use DrawGrid for drawing the gridlines 
      fix issue with .plot not respecting minval and maxval 
      clean up indentation and spacing 
      updated Plotter.schelp for plot2 -&gt; plot changes 
      fix: .plot should accept minval/maxval as an array for the 
         channels: [0,0,0] 
      QVLayout does not have spacing_ while SCVLayoutView does : 
         protect using tryPerform 
      ObjectGui help file 
      .debug is not in crucial any more, correcting helpfile 
      fix deprecated method: forwarding method was wrong, should be 
         \addOSCRecvFunc</description>
		<content:encoded><![CDATA[<p>3.5-rc3</p>
<p>hi all, </p>
<p>i don&#8217;t think we are quite ready to release 3.5.0, so it might be better to do<br />
another release candidate. there seem to be some issues with scapp, that are<br />
most likely related to 64bit, so for now we will provide only a 32bit dmg. </p>
<p>so again, please test &#8230; if all works well with this rc, we can do the final<br />
release very soon. </p>
<p>source tarballs:<br />
<a href="http://sourceforge.net/projects/supercollider/files/Source/3.5-rc3/SuperCollider-3.5-rc3-Source-linux.tar.bz2" rel="nofollow">http://sourceforge.net/projects/supercollider/files/Source/3.5-rc3/SuperCollider-3.5-rc3-Source-linux.tar.bz2</a><br />
<a href="http://sourceforge.net/projects/supercollider/files/Source/3.5-rc3/SuperCollider-3.5-rc3-Source.tar.bz2" rel="nofollow">http://sourceforge.net/projects/supercollider/files/Source/3.5-rc3/SuperCollider-3.5-rc3-Source.tar.bz2</a> </p>
<p>osx package (ia32, requires at least 10.5):<br />
<a href="http://sourceforge.net/projects/supercollider/files/Mac%20OS%20X/3.5-rc3/SuperCollider-3.5-rc3-x86-10.5.dmg" rel="nofollow">http://sourceforge.net/projects/supercollider/files/Mac%20OS%20X/3.5-rc3/SuperCollider-3.5-rc3-x86-10.5.dmg</a> </p>
<p>sc3-plugins/osx binary:<br />
<a href="http://sourceforge.net/projects/sc3-plugins/files/OS_X_3.5_Binaries/sc3-plugins-3.5.zip" rel="nofollow">http://sourceforge.net/projects/sc3-plugins/files/OS_X_3.5_Binaries/sc3-plugins-3.5.zip</a> </p>
<p>cheers, tim </p>
<p>changes since 3.5-rc2: </p>
<p>Dan Stowell (1):<br />
      Explicitly include a boost &#8220;windows&#8221; folder even on linux<br />
         (cherry picked from commit<br />
         457b67049d3b48c088be6d6b63aa283d2df631aa) </p>
<p>Jakob Leben (8):<br />
      cmake, sclang: build MIDI primitives on Windows<br />
      win-installer: add uninstaller<br />
      class library: Quarks Qt GUI: allow missing quark &#8216;summary&#8217;<br />
      help: fix the Env:-blend example<br />
      help: simplify Dialog:*openPanel example<br />
      cmake: simplify selection of sced version<br />
      qtcollider: actually pass the native key code to key actions<br />
      help: what&#8217;s new in Qt GUI </p>
<p>James Harkins (3):<br />
      Ensure prOpenUDPPort returns a boolean in case of error<br />
      Remove outdated SynthDef:send uses in the getting started series<br />
      Protected backtrace: don&#8217;t print all of a very long sourceCode<br />
         string </p>
<p>Jonatan Liljedahl (10):<br />
      README_OS_X: fix typo     (cherry picked from commit<br />
         5076cdda2cad9c1c71b5cfa3ccd89f8eaa49c3ef)<br />
      Methods.html: don&#8217;t redirect to Search page, bring back the old<br />
         plain method listing.<br />
      Some OSC helpdoc fixes.     (cherry picked from commit<br />
         8bab02d26e2f49cf18bb9b12cece238756f117c7)<br />
      Added start of &#8220;News in 3.5&#8243; help doc.<br />
      Help: cleaned up and restructured some categories<br />
      HelpBrowser: fix find-text-box for Qt<br />
      schelp: fix syntax errors     (cherry picked from commit<br />
         bc7a006b483eeb30b72ee6fee5bdc10a3f97f248)<br />
      more schelp syntax fixes     (cherry picked from commit<br />
         2191ae24ce61e95d5d31d6af192d3378f4d1e928)<br />
      Document some &#8216;secret&#8217; syntax     (cherry picked from commit<br />
         099bbf772d35f6970de3c376488aee7bc485770d)<br />
      some more scdoc syntax corrections in the docs     (cherry picked<br />
         from commit 4ffaa5f40315701df31dcc4505ff05e7b515fd04) </p>
<p>Joshua Parmenter (2):<br />
      Info.plist fix to save text files with other extensions<br />
      Merge branch &#8217;3.5&#8242; of<br />
         ssh://supercollider.git.sourceforge.net/gitroot/supercollider/supercollider<br />
         into 3.5 </p>
<p>Lucas Samaruga (1):<br />
      Ppar.schelp typo </p>
<p>Nick Collins (2):<br />
      fix KeyTrack to work with LocalBuf     (cherry picked from commit<br />
         e770a065bc5e5d889a3f0cc9b0742fd6db1aef30)<br />
      Merge branch &#8217;3.5&#8242; of<br />
         ssh://supercollider.git.sourceforge.net/gitroot/supercollider/supercollider<br />
         into 3.5 </p>
<p>Sciss (2):<br />
      fix color commands for SCKnob, so they use cocoa.<br />
      remove button colors from quarks gui (cocoa + swing) </p>
<p>Tim Blechmann (11):<br />
      sclang: deep freezer cleanups<br />
      sclang: PyrDeepFreezer &#8211; bug fixes<br />
      sclang: pyrslot type safety for Signal-fft<br />
      plugins: Convolution2L &#8211; fix crash<br />
      scdoc: updating changelog &#038; add PparGroup help files<br />
      scdoc: update news file<br />
      external libraries: yaml-cpp version bump<br />
      external libraries: update to boost-1.49.0<br />
      qtcollider: don&#8217;t cache PyrSymbol<br />
      supernova: fix /c_fill handler<br />
      bumping version to 3.5-rc3 </p>
<p>crucialfelix (11):<br />
      add GridLines and DrawGrid classes<br />
      add grid variable to ControlSpec, use for calculation of<br />
         looseRange and calcRange<br />
      Plotter: use DrawGrid for drawing the gridlines<br />
      fix issue with .plot not respecting minval and maxval<br />
      clean up indentation and spacing<br />
      updated Plotter.schelp for plot2 -> plot changes<br />
      fix: .plot should accept minval/maxval as an array for the<br />
         channels: [0,0,0]<br />
      QVLayout does not have spacing_ while SCVLayoutView does :<br />
         protect using tryPerform<br />
      ObjectGui help file<br />
      .debug is not in crucial any more, correcting helpfile<br />
      fix deprecated method: forwarding method was wrong, should be<br />
         \addOSCRecvFunc</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Happy 2012! Install Linux on your MacbookPro by 종현</title>
		<link>http://kingeve.com/wordpress/?p=1418&#038;cpage=1#comment-18</link>
		<dc:creator>종현</dc:creator>
		<pubDate>Thu, 23 Feb 2012 21:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://kingeve.com/wordpress/?p=1418#comment-18</guid>
		<description>좋은 정보 감사해요!</description>
		<content:encoded><![CDATA[<p>좋은 정보 감사해요!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SuperCollider 3.5 -rc1 by JyKang</title>
		<link>http://kingeve.com/wordpress/?p=1458&#038;cpage=1#comment-17</link>
		<dc:creator>JyKang</dc:creator>
		<pubDate>Thu, 23 Feb 2012 21:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://kingeve.com/wordpress/?p=1458#comment-17</guid>
		<description>And this is 3.5 Rc2

i hope this is the final release candidate before 3.5 is out. we&#039;ve been able 
to fix a number of bugs, especially the cocoa/escape bug that caused some 
troubles with earlier binaries in 64bit mode. HID on osx is still broken, but 
we will release 3.5 without a fix, as no osx dev had been able to track down 
the issue. 
this time, we also have a win32 installer: it does not come with any editor, 
but it ships with a plugin for gedit [1]. 
and osx users may be happy to hear that there is also an updated package of 
sc3-plugins binaries ... 

so, please test ... if all is working well, we will have a final 3.5.0 next 
weekend ... 

source tarballs: 
http://sourceforge.net/projects/supercollider/files/Source/3.5-
rc2/SuperCollider-3.5-rc2-Source-linux.tar.bz2 
http://sourceforge.net/projects/supercollider/files/Source/3.5-
rc2/SuperCollider-3.5-rc2-Source.tar.bz2 

osx package (ia32/x86_64, requires at least 10.5): 
http://sourceforge.net/projects/supercollider/files/Mac%20OS%20X/3.5-
rc2/SuperCollider-3.5-rc2-UB-10.5.dmg 

sc3-plugins/osx binary: 
http://sourceforge.net/projects/sc3-plugins/files/OS_X_3.5_Binaries/sc3-
plugins-3.5.zip 

windows installer (win32): 
http://sourceforge.net/projects/supercollider/files/Windows/3.5-
rc2/SuperCollider-3.5-rc2-win32.exe 

git repository (3.5 branch): 
git://supercollider.git.sourceforge.net/gitroot/supercollider/supercollider 


cheers, tim 



[1] http://ftp.gnome.org/pub/GNOME/binaries/win32/gedit/2.30/gedit-
setup-2.30.1-1.exe 

changes since 3.5-rc2: 
Dan Stowell (3): 
      update deb package info in README_linux     (cherry picked from 
         commit 41ee63085d563c7b4810670a25d32f95662f5fb9) 
      ServerOptions: different input &amp; output device names only works 
         on osx 
      clarify Gate input - not really a &quot;trigger&quot; like Latch     
         (cherry picked from commit 
         eab6c62551fb42e5c2942d66237c27e02cd1b9f1) 

Jakob Leben (34): 
      qtcollider: fix namespace usage for Windows 
      scsynth: allow overriding audio backend on Windows 
      scsynth: remove the VST backend and related cruft 
      cmake: support user-defined Readline dependencies 
      cmake: support user-defined libsndfile dependencies 
      qtcollider: be more verbose when QObject construction fails 
      qtcollider: make QcSlider a direct subclass of QWidget 
      class library: EZSlider - fix creation without a label 
      cmake: support user-defined pthreads dependency 
      cmake: fix supernova dependencies on Windows 
      cmake: supernova win32 compile fixes 
      cmake: supernova - missing include_directories() for Jack 
      add WIN32_LEAN_AND_MEAN preprocessor definition to the whole 
         project 
      supernova: swap &lt;boost/thread/pthread/mutex.hpp&gt; for 
         &lt;boost/thread/mutex.hpp&gt; 
      class library: QStethoscope2 compatibility with Stethoscope 
      sclang, qtcollider: defer &quot;cmd-period&quot; invoked from readline 
         thread 
      qtcollider: QSoundFileView: add dummy &#039;elasticMode&#039; for 
         compatibility 
      qtcollider: QcSoundFileView: be more verbose when failed to load 
         file 
      help: improve SoundFileView documentation 
      qtcollider: QStaticText:-string: use &#039;asString&#039; on the argument. 
      sclang: make Readline available on Windows 
      sclang(win): remove a busy-waiting loop under mimicry 
      import simplejson-2.3.2 for sced configuration 
      simplejson: fix relative imports 
      port sced to Windows 
      NSIS windows installer 
      qtcollider: QSoundFileView: allow toggling zoom while mouse 
         pressed 
      qtcollider: add QSoundFileView: -alloc and -set 
      qtcollider: QSlider: bring back mouse wheel response 
      class library: move win extension into 
         platform/windows/SystemOverwrites 
      class library: fix String:-openOS on windows 
      class library: fix system overwrites recognition on Windows 
      cmake: do not install PsycolliderDocument.sc on Windows 
      sced(win): improve SuperCollider menu 
James Harkins (9): 
      Hiding/swapping example broken: used a redundant &#039;add&#039; call, now 
         removed 
      Psync help lacked a description (needed as it&#039;s potentially 
         confusing) 
      a couple more Psync help improvements 
      Dept. of incomplete documentation: what if BufDelay* needs to be 
         multichannel? 
      Control bus sync errors should throw real errors, not use the 
         error() method 
      More error vs Error().throw cleanups 
      Clarify meaning of rq in BPF help. 
      Fix duplicate-response bug: you cannot call MIDIIn.addFuncTo 
         again and again! 
      ClassBrowser choked on classes (like CombL) that inherit all 
         their methods 

Jonatan Liljedahl (3): 
      include correct readline include dir in lang/CMakeLists.txt 
      SCDoc Search: sort methods by name 
      SCDoc: Ignore some more methods by default. 

Lucas Samaruga (1): 
      scdoc: minor *Select* corrections 

Patrick Borgeat (2): 
      help: InTrig does not work with setSynchronous 
      schelp: minor fixes for Thread 

Sciss (4): 
      plot view breaks if GUI kit is switch. fix by storing the GUI kit 
         in Plotter, and reading that from Plot. 
      catch-22 with the string methods in SCPen -- they call into 
         String which in turn uses the current GUI kit and not 
         necessarily cocoa. Fix by calling directly into the cocoa 
         primitives 
      another catch -- when converting the font from the plot skin, 
         make sure the font name exists, otherwise cocoa can crash 
         hard! 
      same type of catch-22: SCPen color setters need to call directly 
         into cocoa primitives. with this fix, we can have multiple 
         plotters with different kits, they all stay functional and 
         interactive. 

Scott Wilson (5): 
      Fix stupid c+p mistake in OSCdef help 
      Fix for ESC bug 
      Remove unnecessary and outdated header 
      Clean up copyright notice 
      Fix for resolveRelative 

Tim Blechmann (43): 
      sclang: shm interface - fix Bus-setSynchronous 
      sclang: win32 compile fix 
      supernova: sc osc handler - improve type checks for /b_gen 
         message 
      supernova: osc messages - fix /b_gen bug 
      supernova: osx build fixes 
      class library: ResponseDefs - whitespace cleanup 
      class library: ResponseDefs - add OSCdef and MIDIdef *freeAll and 
         improve doc 
      plugins: Convolution - fix plugins for uninitialized buffers 
      plugins: Convolution - avoid crash in destructor 
      plugins: Convolution - prevent off-by-one issue 
      plugins: Convolution - more off-by-one fixes 
      plugins: Balance2/PanB2 - avoid buffer reuse issue 
      external libraries: impove extract_boost.sh script 
      external libraries: update boost to 1.49 svn snapshot 
      scsynth: do not release input buffers to demand-rate ugens 
      supernova: do not release input buffers to demand-rate ugens 
      plugins: binary ugens - correct zero, firstarg and secondarg 
      class library: DUGen - the server now handles audio-rate inputs 
         correctly 
      supernova: jack backend - improve xrun handling 
      supernova: helper threads - use same priority as other jack 
         threads 
      supernova: implement portaudio backend 
      supernova: rename portaudio.hpp to portaudio_backend.hpp 
      supernova: audio backends - unify common code 
      supernova: jack backend - compile fix 
      win32: do not define _WINSOCKAPI_ 
      supernova: win32 - include &quot;malloc.h&quot; for alloca 
      supernova: win32 - avoid the OUT macro 
      supernova: buffer manager - add uint typedef 
      common: win32utils - compile fix 
      supernova: require portaudio on win32 or apple 
      win32: require at least windows 2000 
      supernova: include missing header 
      supernova: c++11 compile fixes 
      supernova: link with portaudio 
      supernova: align wire buffers by cache-line boundaries 
      class library: fix SimpleNumber-keyToDegree 
      sclang: slotOneWord - PyrSlot typesafety fixes 
      sclang: compile fix 
      sclang/class library: move String.scDir to Platform-resourceDir 
      sounds: load sounds from Platform.resourceDir instead of Help.dir 
      scdoc: improve Platform documentation 
      sclang: full type-safety for printing objects 
      bump version to -rc2 

redFrik (4): 
      scdoc: minor fix in Main helpfile 
      scdoc: very minor fixes 
      scdoc: minor changes and new initAction example in Document 
      scdoc: typo in Main</description>
		<content:encoded><![CDATA[<p>And this is 3.5 Rc2</p>
<p>i hope this is the final release candidate before 3.5 is out. we&#8217;ve been able<br />
to fix a number of bugs, especially the cocoa/escape bug that caused some<br />
troubles with earlier binaries in 64bit mode. HID on osx is still broken, but<br />
we will release 3.5 without a fix, as no osx dev had been able to track down<br />
the issue.<br />
this time, we also have a win32 installer: it does not come with any editor,<br />
but it ships with a plugin for gedit [1].<br />
and osx users may be happy to hear that there is also an updated package of<br />
sc3-plugins binaries &#8230; </p>
<p>so, please test &#8230; if all is working well, we will have a final 3.5.0 next<br />
weekend &#8230; </p>
<p>source tarballs:<br />
<a href="http://sourceforge.net/projects/supercollider/files/Source/3.5-" rel="nofollow">http://sourceforge.net/projects/supercollider/files/Source/3.5-</a><br />
rc2/SuperCollider-3.5-rc2-Source-linux.tar.bz2<br />
<a href="http://sourceforge.net/projects/supercollider/files/Source/3.5-" rel="nofollow">http://sourceforge.net/projects/supercollider/files/Source/3.5-</a><br />
rc2/SuperCollider-3.5-rc2-Source.tar.bz2 </p>
<p>osx package (ia32/x86_64, requires at least 10.5):<br />
<a href="http://sourceforge.net/projects/supercollider/files/Mac%20OS%20X/3.5-" rel="nofollow">http://sourceforge.net/projects/supercollider/files/Mac%20OS%20X/3.5-</a><br />
rc2/SuperCollider-3.5-rc2-UB-10.5.dmg </p>
<p>sc3-plugins/osx binary:<br />
<a href="http://sourceforge.net/projects/sc3-plugins/files/OS_X_3.5_Binaries/sc3-" rel="nofollow">http://sourceforge.net/projects/sc3-plugins/files/OS_X_3.5_Binaries/sc3-</a><br />
plugins-3.5.zip </p>
<p>windows installer (win32):<br />
<a href="http://sourceforge.net/projects/supercollider/files/Windows/3.5-" rel="nofollow">http://sourceforge.net/projects/supercollider/files/Windows/3.5-</a><br />
rc2/SuperCollider-3.5-rc2-win32.exe </p>
<p>git repository (3.5 branch):<br />
git://supercollider.git.sourceforge.net/gitroot/supercollider/supercollider </p>
<p>cheers, tim </p>
<p>[1] <a href="http://ftp.gnome.org/pub/GNOME/binaries/win32/gedit/2.30/gedit-" rel="nofollow">http://ftp.gnome.org/pub/GNOME/binaries/win32/gedit/2.30/gedit-</a><br />
setup-2.30.1-1.exe </p>
<p>changes since 3.5-rc2:<br />
Dan Stowell (3):<br />
      update deb package info in README_linux     (cherry picked from<br />
         commit 41ee63085d563c7b4810670a25d32f95662f5fb9)<br />
      ServerOptions: different input &#038; output device names only works<br />
         on osx<br />
      clarify Gate input &#8211; not really a &#8220;trigger&#8221; like Latch<br />
         (cherry picked from commit<br />
         eab6c62551fb42e5c2942d66237c27e02cd1b9f1) </p>
<p>Jakob Leben (34):<br />
      qtcollider: fix namespace usage for Windows<br />
      scsynth: allow overriding audio backend on Windows<br />
      scsynth: remove the VST backend and related cruft<br />
      cmake: support user-defined Readline dependencies<br />
      cmake: support user-defined libsndfile dependencies<br />
      qtcollider: be more verbose when QObject construction fails<br />
      qtcollider: make QcSlider a direct subclass of QWidget<br />
      class library: EZSlider &#8211; fix creation without a label<br />
      cmake: support user-defined pthreads dependency<br />
      cmake: fix supernova dependencies on Windows<br />
      cmake: supernova win32 compile fixes<br />
      cmake: supernova &#8211; missing include_directories() for Jack<br />
      add WIN32_LEAN_AND_MEAN preprocessor definition to the whole<br />
         project<br />
      supernova: swap <boost /thread/pthread/mutex.hpp> for<br />
         </boost><boost /thread/mutex.hpp><br />
      class library: QStethoscope2 compatibility with Stethoscope<br />
      sclang, qtcollider: defer &#8220;cmd-period&#8221; invoked from readline<br />
         thread<br />
      qtcollider: QSoundFileView: add dummy &#8216;elasticMode&#8217; for<br />
         compatibility<br />
      qtcollider: QcSoundFileView: be more verbose when failed to load<br />
         file<br />
      help: improve SoundFileView documentation<br />
      qtcollider: QStaticText:-string: use &#8216;asString&#8217; on the argument.<br />
      sclang: make Readline available on Windows<br />
      sclang(win): remove a busy-waiting loop under mimicry<br />
      import simplejson-2.3.2 for sced configuration<br />
      simplejson: fix relative imports<br />
      port sced to Windows<br />
      NSIS windows installer<br />
      qtcollider: QSoundFileView: allow toggling zoom while mouse<br />
         pressed<br />
      qtcollider: add QSoundFileView: -alloc and -set<br />
      qtcollider: QSlider: bring back mouse wheel response<br />
      class library: move win extension into<br />
         platform/windows/SystemOverwrites<br />
      class library: fix String:-openOS on windows<br />
      class library: fix system overwrites recognition on Windows<br />
      cmake: do not install PsycolliderDocument.sc on Windows<br />
      sced(win): improve SuperCollider menu<br />
James Harkins (9):<br />
      Hiding/swapping example broken: used a redundant &#8216;add&#8217; call, now<br />
         removed<br />
      Psync help lacked a description (needed as it&#8217;s potentially<br />
         confusing)<br />
      a couple more Psync help improvements<br />
      Dept. of incomplete documentation: what if BufDelay* needs to be<br />
         multichannel?<br />
      Control bus sync errors should throw real errors, not use the<br />
         error() method<br />
      More error vs Error().throw cleanups<br />
      Clarify meaning of rq in BPF help.<br />
      Fix duplicate-response bug: you cannot call MIDIIn.addFuncTo<br />
         again and again!<br />
      ClassBrowser choked on classes (like CombL) that inherit all<br />
         their methods </p>
<p>Jonatan Liljedahl (3):<br />
      include correct readline include dir in lang/CMakeLists.txt<br />
      SCDoc Search: sort methods by name<br />
      SCDoc: Ignore some more methods by default. </p>
<p>Lucas Samaruga (1):<br />
      scdoc: minor *Select* corrections </p>
<p>Patrick Borgeat (2):<br />
      help: InTrig does not work with setSynchronous<br />
      schelp: minor fixes for Thread </p>
<p>Sciss (4):<br />
      plot view breaks if GUI kit is switch. fix by storing the GUI kit<br />
         in Plotter, and reading that from Plot.<br />
      catch-22 with the string methods in SCPen &#8212; they call into<br />
         String which in turn uses the current GUI kit and not<br />
         necessarily cocoa. Fix by calling directly into the cocoa<br />
         primitives<br />
      another catch &#8212; when converting the font from the plot skin,<br />
         make sure the font name exists, otherwise cocoa can crash<br />
         hard!<br />
      same type of catch-22: SCPen color setters need to call directly<br />
         into cocoa primitives. with this fix, we can have multiple<br />
         plotters with different kits, they all stay functional and<br />
         interactive. </p>
<p>Scott Wilson (5):<br />
      Fix stupid c+p mistake in OSCdef help<br />
      Fix for ESC bug<br />
      Remove unnecessary and outdated header<br />
      Clean up copyright notice<br />
      Fix for resolveRelative </p>
<p>Tim Blechmann (43):<br />
      sclang: shm interface &#8211; fix Bus-setSynchronous<br />
      sclang: win32 compile fix<br />
      supernova: sc osc handler &#8211; improve type checks for /b_gen<br />
         message<br />
      supernova: osc messages &#8211; fix /b_gen bug<br />
      supernova: osx build fixes<br />
      class library: ResponseDefs &#8211; whitespace cleanup<br />
      class library: ResponseDefs &#8211; add OSCdef and MIDIdef *freeAll and<br />
         improve doc<br />
      plugins: Convolution &#8211; fix plugins for uninitialized buffers<br />
      plugins: Convolution &#8211; avoid crash in destructor<br />
      plugins: Convolution &#8211; prevent off-by-one issue<br />
      plugins: Convolution &#8211; more off-by-one fixes<br />
      plugins: Balance2/PanB2 &#8211; avoid buffer reuse issue<br />
      external libraries: impove extract_boost.sh script<br />
      external libraries: update boost to 1.49 svn snapshot<br />
      scsynth: do not release input buffers to demand-rate ugens<br />
      supernova: do not release input buffers to demand-rate ugens<br />
      plugins: binary ugens &#8211; correct zero, firstarg and secondarg<br />
      class library: DUGen &#8211; the server now handles audio-rate inputs<br />
         correctly<br />
      supernova: jack backend &#8211; improve xrun handling<br />
      supernova: helper threads &#8211; use same priority as other jack<br />
         threads<br />
      supernova: implement portaudio backend<br />
      supernova: rename portaudio.hpp to portaudio_backend.hpp<br />
      supernova: audio backends &#8211; unify common code<br />
      supernova: jack backend &#8211; compile fix<br />
      win32: do not define _WINSOCKAPI_<br />
      supernova: win32 &#8211; include &#8220;malloc.h&#8221; for alloca<br />
      supernova: win32 &#8211; avoid the OUT macro<br />
      supernova: buffer manager &#8211; add uint typedef<br />
      common: win32utils &#8211; compile fix<br />
      supernova: require portaudio on win32 or apple<br />
      win32: require at least windows 2000<br />
      supernova: include missing header<br />
      supernova: c++11 compile fixes<br />
      supernova: link with portaudio<br />
      supernova: align wire buffers by cache-line boundaries<br />
      class library: fix SimpleNumber-keyToDegree<br />
      sclang: slotOneWord &#8211; PyrSlot typesafety fixes<br />
      sclang: compile fix<br />
      sclang/class library: move String.scDir to Platform-resourceDir<br />
      sounds: load sounds from Platform.resourceDir instead of Help.dir<br />
      scdoc: improve Platform documentation<br />
      sclang: full type-safety for printing objects<br />
      bump version to -rc2 </p>
<p>redFrik (4):<br />
      scdoc: minor fix in Main helpfile<br />
      scdoc: very minor fixes<br />
      scdoc: minor changes and new initAction example in Document<br />
      scdoc: typo in Main</boost></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Supercollider 3.5 Beta Second! by JyKang</title>
		<link>http://kingeve.com/wordpress/?p=1439&#038;cpage=1#comment-12</link>
		<dc:creator>JyKang</dc:creator>
		<pubDate>Mon, 06 Feb 2012 10:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://kingeve.com/wordpress/?p=1439#comment-12</guid>
		<description>And this is beta 4. Released yesterday (5th/Feb)

hi all, 

i hope we got rid of some more bugs since the last beta ... please test the 
package as much as possible, as i&#039;d like to do the final release on the next 
weekend ... please report bugs to the sc-dev list or to the bug tracker at 
https://sourceforge.net/tracker/?group_id=54622. 

source tarballs: 
http://sourceforge.net/projects/supercollider/files/Source/3.5-
beta4/SuperCollider-3.5-beta4-Source-linux.tar.bz2 
http://sourceforge.net/projects/supercollider/files/Source/3.5-
beta4/SuperCollider-3.5-beta4-Source.tar.bz2 

osx package (ia32/x86_64, requires at least 10.5): 
http://sourceforge.net/projects/supercollider/files/Mac%20OS%20X/3.5-
beta4/SuperCollider-3.5-beta4-10.5.dmg 

git repository (3.5 branch): 
git://supercollider.git.sourceforge.net/gitroot/supercollider/supercollider 

happy testing, 
tim 


changes since beta3: 
Andrzej Kopeć (1): 
      qtcollider: QView: add -onMove and -onResize 

Dan Stowell (1): 
      ldconfig/sudo mention     (cherry picked from commit 
         1ba74af79cefe5c82c9ee04235c12941bf03527a) 

Jakob Leben (12): 
      qtcollider: completely override palette polishing by the style 
      qtcollider: be more verbose when failed to get a property 
      qtcollider: improve Button drawing 
      class library: fix GUI kit selection in String:-draw[...] 
      qtcollider: do not deprecate QKnob:-color yet 
      help: QPalette documentation 
      qtcollider: implement data type conversion for numeric arrays 
      qtcollider: QMultiSliderView: improve value storage 
      qtcollider: refresh user-drawing on palette change 
      SCDoc: improve selection between parenthesis in code blocks 
      qtcollider: improve QKnob interaction 
      qtcollider: add QLineLayout:-insert and update documentation 

James Harkins (8): 
      NamedControl: Convert name strings into symbols 
      Server:doWhenBooted - tell the server window to show &quot;inactive&quot; 
         state 
      Add &#039;onFailure&#039; argument to waitForBoot/doWhenBooted 
      fix String:wrapExtend to fill out to the actual requested size 
      DeprecatedError now tries to post the calling method 
      Fix error handling in EventStreamPlayer: need to reset the 
         wrapper stream too 
      Change PG_03 discussion of rests to use Rest() 
      QView:resize_ did not set the variable, so aView.resize always 
         answered 1 

Jonatan Liljedahl (5): 
      cmake: remove &quot;COMPONENT app&quot; from install of binaries. 
      Add String-shellQuote to make shell-friendly pathnames. 
      SCDoc: use shellQuote instead of escapeChar($ ) 
      SCDoc: remove a couple of more uses of Event pseudo-methods.     
         (cherry picked from commit 
         429ca3855d1edc2ae8b2f7c058c3fb4ce98c874f) 
      Allow compiling with readline on OSX if version is new enough. 

Patrick Beard (2): 
      schelp: fix spaces in Mix helpfile 
      fixed deprecation warning in NumChannels 

Tim Blechmann (3): 
      sclang: file primitives - putChar typesafety fix 
      plugins: DelTapWr - ensure that buffer is cleared correctly 
      update version to 3.5-beta4</description>
		<content:encoded><![CDATA[<p>And this is beta 4. Released yesterday (5th/Feb)</p>
<p>hi all, </p>
<p>i hope we got rid of some more bugs since the last beta &#8230; please test the<br />
package as much as possible, as i&#8217;d like to do the final release on the next<br />
weekend &#8230; please report bugs to the sc-dev list or to the bug tracker at<br />
<a href="https://sourceforge.net/tracker/?group_id=54622" rel="nofollow">https://sourceforge.net/tracker/?group_id=54622</a>. </p>
<p>source tarballs:<br />
<a href="http://sourceforge.net/projects/supercollider/files/Source/3.5-" rel="nofollow">http://sourceforge.net/projects/supercollider/files/Source/3.5-</a><br />
beta4/SuperCollider-3.5-beta4-Source-linux.tar.bz2<br />
<a href="http://sourceforge.net/projects/supercollider/files/Source/3.5-" rel="nofollow">http://sourceforge.net/projects/supercollider/files/Source/3.5-</a><br />
beta4/SuperCollider-3.5-beta4-Source.tar.bz2 </p>
<p>osx package (ia32/x86_64, requires at least 10.5):<br />
<a href="http://sourceforge.net/projects/supercollider/files/Mac%20OS%20X/3.5-" rel="nofollow">http://sourceforge.net/projects/supercollider/files/Mac%20OS%20X/3.5-</a><br />
beta4/SuperCollider-3.5-beta4-10.5.dmg </p>
<p>git repository (3.5 branch):<br />
git://supercollider.git.sourceforge.net/gitroot/supercollider/supercollider </p>
<p>happy testing,<br />
tim </p>
<p>changes since beta3:<br />
Andrzej Kopeć (1):<br />
      qtcollider: QView: add -onMove and -onResize </p>
<p>Dan Stowell (1):<br />
      ldconfig/sudo mention     (cherry picked from commit<br />
         1ba74af79cefe5c82c9ee04235c12941bf03527a) </p>
<p>Jakob Leben (12):<br />
      qtcollider: completely override palette polishing by the style<br />
      qtcollider: be more verbose when failed to get a property<br />
      qtcollider: improve Button drawing<br />
      class library: fix GUI kit selection in String:-draw[...]<br />
      qtcollider: do not deprecate QKnob:-color yet<br />
      help: QPalette documentation<br />
      qtcollider: implement data type conversion for numeric arrays<br />
      qtcollider: QMultiSliderView: improve value storage<br />
      qtcollider: refresh user-drawing on palette change<br />
      SCDoc: improve selection between parenthesis in code blocks<br />
      qtcollider: improve QKnob interaction<br />
      qtcollider: add QLineLayout:-insert and update documentation </p>
<p>James Harkins (8):<br />
      NamedControl: Convert name strings into symbols<br />
      Server:doWhenBooted &#8211; tell the server window to show &#8220;inactive&#8221;<br />
         state<br />
      Add &#8216;onFailure&#8217; argument to waitForBoot/doWhenBooted<br />
      fix String:wrapExtend to fill out to the actual requested size<br />
      DeprecatedError now tries to post the calling method<br />
      Fix error handling in EventStreamPlayer: need to reset the<br />
         wrapper stream too<br />
      Change PG_03 discussion of rests to use Rest()<br />
      QView:resize_ did not set the variable, so aView.resize always<br />
         answered 1 </p>
<p>Jonatan Liljedahl (5):<br />
      cmake: remove &#8220;COMPONENT app&#8221; from install of binaries.<br />
      Add String-shellQuote to make shell-friendly pathnames.<br />
      SCDoc: use shellQuote instead of escapeChar($ )<br />
      SCDoc: remove a couple of more uses of Event pseudo-methods.<br />
         (cherry picked from commit<br />
         429ca3855d1edc2ae8b2f7c058c3fb4ce98c874f)<br />
      Allow compiling with readline on OSX if version is new enough. </p>
<p>Patrick Beard (2):<br />
      schelp: fix spaces in Mix helpfile<br />
      fixed deprecation warning in NumChannels </p>
<p>Tim Blechmann (3):<br />
      sclang: file primitives &#8211; putChar typesafety fix<br />
      plugins: DelTapWr &#8211; ensure that buffer is cleared correctly<br />
      update version to 3.5-beta4</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Supercollider 3.5 Beta Second! by JyKang</title>
		<link>http://kingeve.com/wordpress/?p=1439&#038;cpage=1#comment-11</link>
		<dc:creator>JyKang</dc:creator>
		<pubDate>Tue, 31 Jan 2012 12:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://kingeve.com/wordpress/?p=1439#comment-11</guid>
		<description>And the third beta in this moment. The information is below.

a bit more than a week after the last beta, we have 3.5-beta3. it contains 
quite a number of bug fixes, the most visible change (literally) is the new qt 
style support. please test this release (especially the qt-gui part) as good 
as possible and report bugs to the sc-dev list or to the bug tracker at 
https://sourceforge.net/tracker/?group_id=54622. 

source tarballs: 
http://sourceforge.net/projects/supercollider/files/Source/3.5-
beta3/SuperCollider-3.5-beta3-Source-linux.tar.bz2 
http://sourceforge.net/projects/supercollider/files/Source/3.5-
beta3/SuperCollider-3.5-beta3-Source.tar.bz2 

osx package (ia32/x86_64, requires at least 10.5): 
http://sourceforge.net/projects/supercollider/files/Mac%20OS%20X/3.5-
beta3/SuperCollider-3.5-beta3-10.5.dmg 

git repository (3.5 branch): 
git://supercollider.git.sourceforge.net/gitroot/supercollider/supercollider 

happy testing, 
tim 


changes since beta2: 

Dan Stowell (1): 
      Include a header file required for build on mac 10.4 

Jakob Leben (28): 
      qtcollider: a little refactoring 
      qtcollider: compatibility with mouseOverAction 
      qtcollider: QLevelIndicator: fix clipping indication timeout 
      qtcollider: fix window icon loading due to static linking 
      qtcollider: improve drawing of several views 
      qtcollider: improve QPalette and color setters/getters 
      qtcollider: clean up and improve Slider styling 
      qtcollider: enhance QSlider size hints 
      qtcollider: fix QPalette:-button_ 
      qtcollider: QKnob styling 
      qtcollider: enhance QRangeSlider size hints 
      qtcollider: QLevelIndicator: enhance drawing 
      qtcollider: add QLevelIndicator:-background 
      class library: ServerMeter: adjust colors for Qt GUI 
      qtcollider: QMultiSliderView improvements 
      qtcollider: QPalette reimplementation 
      qtcollider: improve Slider and RangeSlider size policy 
      qtcollider: modify QRangeSlider interaction 
      qtcollider: draw less gradient where &quot;button&quot; color is used 
      qtcollider: tiny style improvements 
      qtcollider: improve predefined palettes and apply the light one 
         by default 
      qtcollider: QButton styling and some general improvements 
      qtcollider: set Plastique style by default on all platforms 
      qtcollider: use palette for background of user-paintable views 
      qtcollider: be more verbose when data type conversion fails 
      qtcollider: QRangeSlider: revert to old Shift + Drag behavior 
      qtcollider: improve QKnob drawing 
      qtcollider: fix QSlider and QRangeSlider drawing on Mac OS 

James Harkins (4): 
      Bracketing whitespace fixes 
      Add &quot;hasShmInterface&quot; method (return is Boolean) 
      Add redir. Stethoscope2; Stethoscope automatically uses 
         Stethoscope2 if valid 
      Bugfix: Error in a routine on appclock hides the routine&#039;s stack 
         trace 

Jonatan Liljedahl (13): 
      remove gremlin     (cherry picked from commit 
         019fadb32b2d3203b4c48f258e4de815461fecd8) 
      sced3: configure correct version     (cherry picked from commit 
         8df85697dd31b00488a4ffbc211a59f5341034b2) 
      OSCFunc: open the udp recv port automatically (if not already 
         open). 
      Main: rename customPorts to openPorts, since it includes the main 
         langPort     (cherry picked from commit 
         9de69bf7a01bd22ba7251501ed46a6169bbe493b) 
      Main.schelp: fix typo     (cherry picked from commit 
         4179b05b82d9a43cd0649919572a77f5534ca208) 
      Object.schelp: a couple of fixes     (cherry picked from commit 
         e06e31cbc8c2970b6514706835dd86359e7ab26e) 
      QView: add fixedWidth_ and fixedHeight_     (cherry picked from 
         commit dee44a938dbc3d22f7af06465f53a9376f524f3f) 
      add SimpleNumber-asSize, similar to asPoint     (cherry picked 
         from commit 7ba6445d7fae85b7ab13a4fc509c2e6783c21a95) 
      osx: standalone build fixes     (cherry picked from commit 
         7af543f6b258cd0693d5fb3dd660a20aa1bd0db9) 
      Move configured SCVersion.sc -&gt; SCVersion/SCVersion.sc 
      OSX: Bundle everything inside the .app, except examples/, README, 
         ChangeLog.txt, etc. 
      OSX: install libs into bundle explicitly 
      update version to 3.5-beta3 

Joshua Parmenter (3): 
      some changes to SC.app code to compile with cakes Xcode project. 
      add OS check for delegates on OS X 
      Merge branch &#039;3.5&#039; of 
         ssh://supercollider.git.sourceforge.net/gitroot/supercollider/supercollider 
         into 3.5 

Miguel Negrão (1): 
      OSX: Fix cmake -DSC_SYMLINK_CLASSLIB=ON and add symlink for 
         HelpSource too. 

Patrick Borgeat (2): 
      ugens: check reverb ugens for valid input rates 
      schelp: add help for hasShmInterface 

Tim Blechmann (14): 
      win32 compile fixes 
      class library: OSXPlatform - initialize Document before startup 
         file 
      readme: linux - update dependency list 
      Revert &quot;Serial: avoid deadlock in destructor&quot; 
      sclang: SerialPort/AlsaMidi/LID - prevent deadlock 
      class library: deprecate fontID 
      supernova: don&#039;t lock local buffers 
      class library: remove Buffer-*readExample 
      Help: CompositeView - hide key method 
      Pan UGens: correctly round index into sine table 
      supernova: sc osc interface: /b_close fixes 
      sclang: lockLanguageOrQuit - linux fix 
      supernova: dlopen - improve error reporting 
      sclang: lockLanguageOrQuit - fix generic fallback 

tkatchev (1): 
      Small compile fixes for Win32 and MinGW.</description>
		<content:encoded><![CDATA[<p>And the third beta in this moment. The information is below.</p>
<p>a bit more than a week after the last beta, we have 3.5-beta3. it contains<br />
quite a number of bug fixes, the most visible change (literally) is the new qt<br />
style support. please test this release (especially the qt-gui part) as good<br />
as possible and report bugs to the sc-dev list or to the bug tracker at<br />
<a href="https://sourceforge.net/tracker/?group_id=54622" rel="nofollow">https://sourceforge.net/tracker/?group_id=54622</a>. </p>
<p>source tarballs:<br />
<a href="http://sourceforge.net/projects/supercollider/files/Source/3.5-" rel="nofollow">http://sourceforge.net/projects/supercollider/files/Source/3.5-</a><br />
beta3/SuperCollider-3.5-beta3-Source-linux.tar.bz2<br />
<a href="http://sourceforge.net/projects/supercollider/files/Source/3.5-" rel="nofollow">http://sourceforge.net/projects/supercollider/files/Source/3.5-</a><br />
beta3/SuperCollider-3.5-beta3-Source.tar.bz2 </p>
<p>osx package (ia32/x86_64, requires at least 10.5):<br />
<a href="http://sourceforge.net/projects/supercollider/files/Mac%20OS%20X/3.5-" rel="nofollow">http://sourceforge.net/projects/supercollider/files/Mac%20OS%20X/3.5-</a><br />
beta3/SuperCollider-3.5-beta3-10.5.dmg </p>
<p>git repository (3.5 branch):<br />
git://supercollider.git.sourceforge.net/gitroot/supercollider/supercollider </p>
<p>happy testing,<br />
tim </p>
<p>changes since beta2: </p>
<p>Dan Stowell (1):<br />
      Include a header file required for build on mac 10.4 </p>
<p>Jakob Leben (28):<br />
      qtcollider: a little refactoring<br />
      qtcollider: compatibility with mouseOverAction<br />
      qtcollider: QLevelIndicator: fix clipping indication timeout<br />
      qtcollider: fix window icon loading due to static linking<br />
      qtcollider: improve drawing of several views<br />
      qtcollider: improve QPalette and color setters/getters<br />
      qtcollider: clean up and improve Slider styling<br />
      qtcollider: enhance QSlider size hints<br />
      qtcollider: fix QPalette:-button_<br />
      qtcollider: QKnob styling<br />
      qtcollider: enhance QRangeSlider size hints<br />
      qtcollider: QLevelIndicator: enhance drawing<br />
      qtcollider: add QLevelIndicator:-background<br />
      class library: ServerMeter: adjust colors for Qt GUI<br />
      qtcollider: QMultiSliderView improvements<br />
      qtcollider: QPalette reimplementation<br />
      qtcollider: improve Slider and RangeSlider size policy<br />
      qtcollider: modify QRangeSlider interaction<br />
      qtcollider: draw less gradient where &#8220;button&#8221; color is used<br />
      qtcollider: tiny style improvements<br />
      qtcollider: improve predefined palettes and apply the light one<br />
         by default<br />
      qtcollider: QButton styling and some general improvements<br />
      qtcollider: set Plastique style by default on all platforms<br />
      qtcollider: use palette for background of user-paintable views<br />
      qtcollider: be more verbose when data type conversion fails<br />
      qtcollider: QRangeSlider: revert to old Shift + Drag behavior<br />
      qtcollider: improve QKnob drawing<br />
      qtcollider: fix QSlider and QRangeSlider drawing on Mac OS </p>
<p>James Harkins (4):<br />
      Bracketing whitespace fixes<br />
      Add &#8220;hasShmInterface&#8221; method (return is Boolean)<br />
      Add redir. Stethoscope2; Stethoscope automatically uses<br />
         Stethoscope2 if valid<br />
      Bugfix: Error in a routine on appclock hides the routine&#8217;s stack<br />
         trace </p>
<p>Jonatan Liljedahl (13):<br />
      remove gremlin     (cherry picked from commit<br />
         019fadb32b2d3203b4c48f258e4de815461fecd8)<br />
      sced3: configure correct version     (cherry picked from commit<br />
         8df85697dd31b00488a4ffbc211a59f5341034b2)<br />
      OSCFunc: open the udp recv port automatically (if not already<br />
         open).<br />
      Main: rename customPorts to openPorts, since it includes the main<br />
         langPort     (cherry picked from commit<br />
         9de69bf7a01bd22ba7251501ed46a6169bbe493b)<br />
      Main.schelp: fix typo     (cherry picked from commit<br />
         4179b05b82d9a43cd0649919572a77f5534ca208)<br />
      Object.schelp: a couple of fixes     (cherry picked from commit<br />
         e06e31cbc8c2970b6514706835dd86359e7ab26e)<br />
      QView: add fixedWidth_ and fixedHeight_     (cherry picked from<br />
         commit dee44a938dbc3d22f7af06465f53a9376f524f3f)<br />
      add SimpleNumber-asSize, similar to asPoint     (cherry picked<br />
         from commit 7ba6445d7fae85b7ab13a4fc509c2e6783c21a95)<br />
      osx: standalone build fixes     (cherry picked from commit<br />
         7af543f6b258cd0693d5fb3dd660a20aa1bd0db9)<br />
      Move configured SCVersion.sc -> SCVersion/SCVersion.sc<br />
      OSX: Bundle everything inside the .app, except examples/, README,<br />
         ChangeLog.txt, etc.<br />
      OSX: install libs into bundle explicitly<br />
      update version to 3.5-beta3 </p>
<p>Joshua Parmenter (3):<br />
      some changes to SC.app code to compile with cakes Xcode project.<br />
      add OS check for delegates on OS X<br />
      Merge branch &#8217;3.5&#8242; of<br />
         ssh://supercollider.git.sourceforge.net/gitroot/supercollider/supercollider<br />
         into 3.5 </p>
<p>Miguel Negrão (1):<br />
      OSX: Fix cmake -DSC_SYMLINK_CLASSLIB=ON and add symlink for<br />
         HelpSource too. </p>
<p>Patrick Borgeat (2):<br />
      ugens: check reverb ugens for valid input rates<br />
      schelp: add help for hasShmInterface </p>
<p>Tim Blechmann (14):<br />
      win32 compile fixes<br />
      class library: OSXPlatform &#8211; initialize Document before startup<br />
         file<br />
      readme: linux &#8211; update dependency list<br />
      Revert &#8220;Serial: avoid deadlock in destructor&#8221;<br />
      sclang: SerialPort/AlsaMidi/LID &#8211; prevent deadlock<br />
      class library: deprecate fontID<br />
      supernova: don&#8217;t lock local buffers<br />
      class library: remove Buffer-*readExample<br />
      Help: CompositeView &#8211; hide key method<br />
      Pan UGens: correctly round index into sine table<br />
      supernova: sc osc interface: /b_close fixes<br />
      sclang: lockLanguageOrQuit &#8211; linux fix<br />
      supernova: dlopen &#8211; improve error reporting<br />
      sclang: lockLanguageOrQuit &#8211; fix generic fallback </p>
<p>tkatchev (1):<br />
      Small compile fixes for Win32 and MinGW.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

