17 Commits (aad9a5d5393b875a466168fc331eeffa90885520)

Author SHA1 Message Date
gianlucaelia 17067137fd
Classes: uniform sc default indentation (#134)
SuperCollider code defaults to indentation using tab. All sc codebase is
formatted like this. Here I just opened every .sc file in scide,
selected all code, and automatically indent it pressing Tab.
3 years ago
Owen Green 4a6959c104 Add alias UGen classes for FluidBuf*Trigger to enable use in SynthDefs 5 years ago
Owen Green d0cbf95550 Update SC classes 5 years ago
Owen Green 7f316e57d8 Add Blocking switch to NRT processor .kr methods 5 years ago
Owen Green d6776226be Add triggering to NRT processors, remove doneAction 6 years ago
Pierre Alexandre Tremblay 0a776a0e6c (buf)ampslice - change of interface order 6 years ago
Pierre Alexandre Tremblay 62b4853b94 (buf)ampslice and (buf)ampgate help in progress 6 years ago
Owen Green 2bb9d31e5d New switchable blockiig interface. Highlights
*  Clients overload UGen::new1 , this gives a mehod we can pass a blocking arg to without cluttering kr, and puts all arg checks in one place.
*  Blocking calls are done with processBlocking
*  FluidBufCompose always blocks
* NRT process calls new1, not kr
* some server.syncs removed to lessen dilly dallying
* completion is triggered by /done message from server, matched against nodeID. replyID indicates status
6 years ago
Owen Green 0961f0410b Revert "Revert changes to SC classes, because we're going to do something different"
This reverts commit 782e87f82d.
6 years ago
Owen Green 782e87f82d Revert changes to SC classes, because we're going to do something different 6 years ago
Owen Green 540d65a07b Add option for NRT clients to execute directly in command FIFO. 6 years ago
Gerard b4655bd4d8 refactor stubs for NRT objects 6 years ago
Owen Green 7277a5e41d Changes to the other objects to make them thready
* .cpp stub references threaded template, changes name to full name of SC class
* SC class gets kr method, process wraps this
7 years ago
Pierre Alexandre Tremblay 51193f7444 final tweaks of alpha08 helpfiles and examples 7 years ago
Pierre Alexandre Tremblay 982db962a4 (buf)ampseg: more test code and commented examples of interface use 7 years ago
Pierre Alexandre Tremblay 6729665ce5 (buf)amplslice basic helpfile and updated class def 7 years ago
Pierre Alexandre Tremblay 5b146fdbc3 (buf)ampsplice objects, classes, and help skeleton 7 years ago