esaruoho
(esaruoho)
September 11, 2024, 7:11am
141
here’s something new:
Pick any automation parameter from automation view, turn a knob assigned to ”control value of selected automation parameter”.
2 Likes
esaruoho
(esaruoho)
September 11, 2024, 8:07am
142
modified it so that if there’s a selection in automation, then it writes there
2 Likes
esaruoho
(esaruoho)
September 25, 2024, 9:21am
143
for the ImpulseTracker heads, here’s ALT-X fully functioning. run it in selection, it interpolates. has the selection been interpolated already (i.e. would interpolation not introduce any changes)? then wipes it.
esaruoho
(esaruoho)
September 25, 2024, 10:06am
144
tL One:
What until now no one did (AFAIK) is an equivalent to the “edit step - move to next row with note” command,
but for the fx column. (i.e. edit step - move to next row with pattern effect) which would be uber-useful.
Maybe it’s that hard to do, I dont know.
Hi @Lytz1 good news. i have it working.
this reads the content of the selected track, and modifies the editstep accordingly.
looks pretty hot!! i wonder how to reach out to you since you don’t seem to read this forum anymore.
2 Likes
tkna
October 1, 2024, 8:01am
145
Paketti now allows multi-output serial assignments. This is great.
opened 07:46PM - 09 Sep 24 UTC
closed 06:46PM - 30 Sep 24 UTC
EDIT: I rethought it to be a simple form.
- Set to multiple outputs routing
… - Set to stereo outputs routing
- Toggle multiple/stereo outputs routing
https://github.com/user-attachments/assets/bd170663-450e-4539-9fb2-638c79ff2141
The following is an example when there are 4 stereo outputs that can be assigned.
# Set to multiple outputs routing
1. Assigns the currently routable outputs in order, starting with track 1.
1. When the number of outputs to be assigned has been exhausted, assign the last output.
https://github.com/user-attachments/assets/a41e0509-a7ef-4bef-ae2d-08df6dff8970
| Track | Output |
| --- | --- |
| 1 | Output 01 Left/Right |
| 2 | Output 02 Left/Right |
| 3 | Output 03 Left/Right |
| 4 | Output 04 Left/Right |
| 5 | Output 04 Left/Right |
| 6 (Mst) | Output 04 Left/Right |
| 7 (S01) | Output 04 Left/Right |
| Track | Output |
| --- | --- |
| 1 | Output 01 Left/Right |
| 2 (Mst) | Output 02 Left/Right |
| 3 (S01) | Output 03 Left/Right |
# Set to stereo outputs routing
1. Assign the output routing of all current tracks to Master.
1. Set the Master output to `Output01`.
https://github.com/user-attachments/assets/305a8403-81d5-4072-afd6-012db4c901a0
| Track | Output |
| --- | --- |
| 1 | Master |
| 2 | Master |
| 3 | Master |
| 4 | Master |
| 5 | Master |
| 6 (Mst) | Output 01 Left/Right |
| 7 (S01) | Master |
# Toggle multiple/stereo outputs routing
Toggle the above.
Conversely, it is now possible to turn the multi-output into stereo.
opened 10:41AM - 01 Oct 24 UTC
closed 11:30AM - 01 Oct 24 UTC
# Set to stereo outputs routing
1. Assign the output routing of all current tra… cks to Master.
1. Set the Master output to `Output01`.
https://github.com/user-attachments/assets/305a8403-81d5-4072-afd6-012db4c901a0
| Track | Output |
| --- | --- |
| 1 | Master |
| 2 | Master |
| 3 | Master |
| 4 | Master |
| 5 | Master |
| 6 (Mst) | Output 01 Left/Right |
| 7 (S01) | Master |
1 Like