This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
List of missing features on DJAY Pro: | |
- Ability to view the "selected deck": The "selected deck" has its own mappings. If the selected deck is not visible, mapping for use in "keyboard-only" mode is useless. | |
- Ability to adjust the key in smaller units, as well as being able to activate the "key lock" at the pitch slider position. Currently, when the "key lock" is activated, it defaults to the song's original value regardless of the pitch slider position. This causes unexpected pitch shifts. | |
- Pitch bend without pitch shifting: Ability to map the pitch bend function without shifting the song's pitch, even when the key lock is disabled. | |
- Ability to recursively list folder contents: This would allow for more flexible way of organizing our music. I have many subfolders, and navigating through them one by one is really impractical for a live performance. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://medium.com/@jonsbun/why-need-to-be-careful-when-mounting-single-files-into-a-docker-container-4f929340834 | |
To fix vim: | |
1) vim ~/.vimrc | |
2) Add this line: | |
set backupcopy=yes | |
https://github.com/moby/moby/issues/15793#issuecomment-135411504 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Go to Control Panel > Administrative Tools > Task scheduler | |
left is an folder tree, expand: Task scheduler library > Microsoft > Windows > Time synchonization | |
right click the task: SynchronizeTime > properties | |
On the tab: Triggers you can add the triggers you want. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0.0,,"M";; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deck 1 brakespeed 0.05 & pause | |
deck 2 brakespeed 0.05 & pause |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0.0.0.0 youtube.com | |
0.0.0.0 www.youtube.com | |
0.0.0.0 accounts.youtube.com | |
0.0.0.0 admin.youtube.com | |
0.0.0.0 admin-green-qa.youtube.com | |
0.0.0.0 admin-release-qa.youtube.com | |
0.0.0.0 ads.youtube.com | |
0.0.0.0 analytics.youtube.com | |
0.0.0.0 apiblog.youtube.com | |
0.0.0.0 artists.youtube.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -reconnect 1 -reconnect_streamed 1 -reconnect_delay_max 2 -timeout 5000000 -i "http://___/____.m3u8" -map 0:0 -map 0:1 -map 0:2 -map 0:3 -c copy -f hls -hls_time 5 -hls_list_size 6 -segment_list_flags +live -hls_flags independent_segments+delete_segments -hls_segment_type mpegts -hls_segment_filename data2%02d.ts master.m3u8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Docker desktop 4.24.2 Windows 21h2 | |
https://desktop.docker.com/win/main/amd64/124339/Docker%20Desktop%20Installer.exe | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/zerotier/ZeroTierOne/issues/860#issuecomment-433739006 | |
drop | |
and dport 1900 | |
and ipprotocol udp | |
and ipdest 239.255.255.250/24 | |
; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Settings, output | |
Output Mode = advanced | |
Recording tab | |
Type = Standard | |
Recording Format = HLS (.m3u8 + TS) | |
Video and audio encoder = (Use Stream Encoder) | |
Custom Muxer Settings = hls_flags=delete_segments master_pl_name=master.m3u8 |
NewerOlder