Alberto de Campo
Alberto de Campo
Most desc files now have complete gui style info and look quite good; in some the elements are not aligned as on the physical device, but they are usable. The...
In order to display the noteOn/noteOff/polytouch functions for pianoKeys and pads in a single GUI view, recent commits have set the elementTypes of simple on/off buttons using MIDI noteOnOff to...
The current desc file for the APC40 has a very deep and somewhat confusing hierarchy of elements. It would make sense to replace this with (or add as alternative) a...
for monophonic keyboard uses, there should be Voicer-like ElementGroups and MIDIFuncs: - MIDIFuncs listen to whole channel (or given range of numbers) on noteOn: - if no held note, do...
When recording multichannel files, the final duration is not calculated properly: the higher the number of channels, the lower the maximum duration that gets written correctly. ``` // The formula...
when a wavesetsevent-generated event has type \rest, it has a duration of nil, which can be surprising when you use ```event[\dur]``` to calculate other values - It took me a...
## Purpose and Motivation Currently, when multiple clients play on the same server, (as in network music), volume control is quite unusable: Multiple clients have separate groups, and each one...
As #3938 shows, self-references in Events can easily lead to a hanging sclang. [edited] As a user, I would find it a helpful new feature to have test methods that...