Adjustments were made to narrow the deviation value of the data referenced by the interpolation mechanism from the delay buffer of the CombFilter. The variable region where the LFO drives is switched according to the delay time setting of the ring buffer that makes up the CombFilter. Calculated 1/8 of the variable region using BitShift
How to get the number of sequence steps in SMF
Although the command for pick up how many sequence steps on the SMF on the library does not works properly, I have to add the codes for capturing the value of the sequence steps. First, a flag is set to allow writing to the register in the mode of selecting SMF, and then the mode
Although the command for pick up how many sequence steps on the SMF on the library does not works properly, I have to add the codes for capturing the value of the sequence steps. First, a flag is set to allow writing to the register in the mode of selecting SMF, and then the mode
Access to the parameter of the Chord Sequencer
A function to set the starting address of the Chord Sequencer was implemented on the wireless remote control. As a result of changes to the program that spilled over to the main unit side, the amount of work was greater than expected. In order to execute a circular code with the end of the address
A function to set the starting address of the Chord Sequencer was implemented on the wireless remote control. As a result of changes to the program that spilled over to the main unit side, the amount of work was greater than expected. In order to execute a circular code with the end of the address
Consider the parameters to be implemented in LaVoixski@WirelessRemoteController
SW6, located on the lower left side of the remote controller, was assigned to “record switch only,” but in the first round of program modification, the specifications were changed to allow page switching with HOLD while keeping this functionality. However, as a result of operational tests, it was found that page switching was time-consuming. In
SW6, located on the lower left side of the remote controller, was assigned to “record switch only,” but in the first round of program modification, the specifications were changed to allow page switching with HOLD while keeping this functionality. However, as a result of operational tests, it was found that page switching was time-consuming. In
LPF5 with Resonance
Add the feedback loop for getting the resonance effect on LPF5. Reduce the signal level for eliminating the distortion on the output signal.
Add the feedback loop for getting the resonance effect on LPF5. Reduce the signal level for eliminating the distortion on the output signal.
Solving the problems on the scale player
The problem of malfunctioning when playing a particular Scale was solved by changing the octave bandwidth division & pitch determination from 12 averages to a “round-robin method for 96nn”. The naming of the variable for the scale setting item, which was determined by repeated physical matching, is dumb, though, The midiNote output from USB_MIDI will
The problem of malfunctioning when playing a particular Scale was solved by changing the octave bandwidth division & pitch determination from 12 averages to a “round-robin method for 96nn”. The naming of the variable for the scale setting item, which was determined by repeated physical matching, is dumb, though, The midiNote output from USB_MIDI will
Driving QasarBeach via USB_MIDI from Type: id-292
QasarBeach is a Fairlight CMI emulator running on the Mac OSX.
QasarBeach is a Fairlight CMI emulator running on the Mac OSX.
Re-construct the Pitch Detector
The experiment conducted yesterday revealed a situation in which Midi Note Number could not handle the high frequency side, and it was decided to reconsider the structure of the Pitch side detector. The problems occurred from narrow dynamic range was solved by removing its limitation, then expanding the range of the values handled to 16
The experiment conducted yesterday revealed a situation in which Midi Note Number could not handle the high frequency side, and it was decided to reconsider the structure of the Pitch side detector. The problems occurred from narrow dynamic range was solved by removing its limitation, then expanding the range of the values handled to 16
ESP_NOW Remote Controller
At a DIY shop, I found a rubber bushing of just the right size for making a remote control unit. Considering the storage of a battery unit, I tried to introduce a “chocolate caviar tin,” but was unsuccessful due to opposition from the owner of the tin. Deciding that an open structure would be best
At a DIY shop, I found a rubber bushing of just the right size for making a remote control unit. Considering the storage of a battery unit, I tried to introduce a “chocolate caviar tin,” but was unsuccessful due to opposition from the owner of the tin. Deciding that an open structure would be best
The expansion of the stereo pair LPF to 5 ch system
I am considering rearranging the audio system by adding the 5-channel LPF inserting after the oscillators. This is a common configuration for high-end polyphonic analog synthesizer, but the problem is the load and memory consumption required for processing, and the allocation of resources that are currently at the limit is the key to realization. The current
I am considering rearranging the audio system by adding the 5-channel LPF inserting after the oscillators. This is a common configuration for high-end polyphonic analog synthesizer, but the problem is the load and memory consumption required for processing, and the allocation of resources that are currently at the limit is the key to realization. The current