Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
b5bb379
reorganize
ben-juodvalkis Mar 13, 2025
fae0ac0
analyze als
ben-juodvalkis Mar 13, 2025
149a7cc
update script
ben-juodvalkis Mar 13, 2025
cbf314c
update
ben-juodvalkis Mar 13, 2025
3ff4546
Enhance time signature decoding and extraction logic in analyze_als.py
ben-juodvalkis Mar 13, 2025
4f0a7b4
Remove deprecated scripts related to Ableton Live project processing,โ€ฆ
ben-juodvalkis Mar 13, 2025
d7780d3
Remove adg_converter.py script as part of the cleanup of deprecated Aโ€ฆ
ben-juodvalkis Mar 14, 2025
be273b5
Refactor time signature extraction logic in analyze_als.py to prioritโ€ฆ
ben-juodvalkis Mar 15, 2025
292ac23
pitch changes
ben-juodvalkis Mar 27, 2025
f28f83a
simpler
ben-juodvalkis Mar 29, 2025
8677b7f
simpler
ben-juodvalkis Mar 29, 2025
ca5ef9e
Update README.md to enhance documentation for ADG file handling and iโ€ฆ
ben-juodvalkis Apr 2, 2025
f5d5231
view
ben-juodvalkis Apr 2, 2025
23bb9eb
Remove unused ADG files and update batch_pitch_shift.py to save changโ€ฆ
ben-juodvalkis Apr 3, 2025
67f0825
simpler creation js file
ben-juodvalkis Apr 3, 2025
67e234a
updated als analysis script
ben-juodvalkis Apr 15, 2025
dd8df3a
Add function to find audio clips in 'Master Resample' tracks in analyโ€ฆ
ben-juodvalkis May 12, 2025
685f4fc
Update .DS_Store file to reflect changes in project directory structure
ben-juodvalkis May 12, 2025
cb1f526
Reorder sample concatenation in organize_sampler_samples function forโ€ฆ
ben-juodvalkis May 12, 2025
c2afb71
pitch
ben-juodvalkis May 12, 2025
80aadad
Refactor rack name generation in organize_sampler_samples function toโ€ฆ
ben-juodvalkis May 12, 2025
ea8260d
Enhance organize_sampler_samples function by improving sample concateโ€ฆ
ben-juodvalkis May 12, 2025
730442b
Add Sampler Device Scripts section to README.md with detailed descripโ€ฆ
ben-juodvalkis May 12, 2025
df8c9a2
Add CLAUDE.md and DEVELOPMENT_PLAN.md for comprehensive project documโ€ฆ
ben-juodvalkis Jul 3, 2025
d9436c7
Add .DS_Store files to node_modules for fast-xml-parser and other depโ€ฆ
ben-juodvalkis Nov 29, 2025
5289c44
Add comprehensive codebase analysis documentation
ben-juodvalkis Nov 29, 2025
fa37553
Archive V1 scripts before V2 migration
ben-juodvalkis Nov 29, 2025
6b0cfa8
Clean root directory for V2 structure
ben-juodvalkis Nov 29, 2025
7e79ee3
Phase 3: Migrate 82 production scripts from Looping repo
ben-juodvalkis Nov 29, 2025
aaf5a11
Phase 4: Post-migration cleanup and documentation
ben-juodvalkis Nov 29, 2025
29d56ca
Add comprehensive implementation log to migration plan
ben-juodvalkis Nov 29, 2025
7af5e4a
Update compiled Python bytecode files in __pycache__ directory
ben-juodvalkis Nov 29, 2025
32d8335
Add production drum rack templates from Looping project
ben-juodvalkis Nov 29, 2025
3f15c0e
Add Omnisphere pipeline, comprehensive tests, and example outputs
ben-juodvalkis Nov 29, 2025
0d88a9a
Update migration plan with Phase 8 implementation log
ben-juodvalkis Nov 29, 2025
1b12fc3
Remove Omnisphere tools (migrated to separate repository)
ben-juodvalkis Nov 29, 2025
a3da5ad
Add reorganization plan and update README
ben-juodvalkis Nov 29, 2025
d5debee
Remove obsolete modules and add reorganization plan for Ableton Devicโ€ฆ
ben-juodvalkis Nov 29, 2025
d02dc98
Implement feature X to enhance user experience and optimize performance
ben-juodvalkis Nov 29, 2025
f0b581a
Address PR review feedback: Update testing philosophy and fix code isโ€ฆ
ben-juodvalkis Nov 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file modified .DS_Store
Binary file not shown.
Empty file added .claude/__init__.py
Empty file.
59 changes: 58 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,58 @@
output-sampler/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
*.egg-info/
dist/
build/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Output directories
output/
output-*/
output-sampler/
Output/
test-output/

# Temporary files
temp*.xml
temp*.adg
temp*.adv
*.tmp

# Node (if any JS utilities)
node_modules/
package-lock.json

# Ableton Project files (not needed in repo)
Ableton Project Info/
*.als
Backup/

# Audio files (too large for git)
*.wav
*.aif
*.aiff
*.mp3
*.flac

# Test fixtures (add specific ones as needed)
test-fixtures/*.adg
test-fixtures/*.adv

# Migration script (temporary)
migrate_files.sh
1,892 changes: 1,892 additions & 0 deletions ABLETON_DEVICE_CREATOR_V2_MIGRATION_PLAN.md

Large diffs are not rendered by default.

Loading